.cost-item {
	align-items: flex-start;
}

.cost-item > ul {
	margin: .5em 0;
}

.cost-item > ul > li {
	margin: .125em 2.5em;
	font-style: italic;
}

.cost-item > ul > strong {
	margin: .125em 1em;
}

.cost-item > div > input {
	width: 20px;
	height: 20px;
	margin: 1em;
}

.cost-item > div > div {
	align-items: flex-start;
}

.cost-item > div > div > a {
	cursor: pointer;
}

.cost-item > div > div > a:hover {
	text-decoration: underline;
}

.cost-item > div > div > label {
	font-size: 1.25em;
}

#side-bar {
	position: sticky;
	left: 0;
	top: 0;
}

#root {
	align-items: flex-start;
	justify-content: flex-start;
}

#section-1 {
	align-items: flex-start;
}

#cost-infos {
	padding: 2.5em 1em;
	min-width: max-content;
	position: sticky;
	left: 0;
	top: 0;
	background-color: #FFF;
}

#cost-infos > div > div {
	width: 100%;
	height: 100%;
	margin: 0 0 1em 0;
}

#cost-infos > div > div >  p {
	font-size: 1.5em;
	text-align: right;
}

#cost-selector {
	align-items: flex-start;
}

#cost-time > input {
	width: 20px;
	height: 20px;
	margin: .5em;
}

#cost-time > label {
	font-size: 1.25em;
	text-align: center;
}

@media (max-width: 960px) {
	#cost-infos {
		min-width: 0;
		padding: .5em 0;
	}

	#cost-infos > div {
		flex-wrap: wrap;
		flex-direction: row;
	}

	#cost-infos > div > div {
		width: auto;
		margin: .25em;
	}

	#section-1 {
		flex-direction: column;
	}
}

@media (max-width: 460px) {
	#cost-time > input {
		width: 5vw;
		height: 5vw;
	}

	.cost-item > div > input {
		width: 5vw;
		height: 5vw;
	}
}
