* {
	font-family: Arial;
}
html {
	position: absolute;
	height: 100%;
	width: 100%;
}
span {
	font-family: Monospace;
}
.content {
	width: 600px;
	margin: 0 auto;
}
.content2 {
	width: 600px;
	margin: 0 auto;
	padding-top: 30px;
	border-top: 2px solid;
	padding-bottom: 50px;
}
.part {
	width:50%; float: left;
}
@media screen and (max-width: 900px) {
	.content {
		width: 450px;
	}
	.content2 {
		width: 450px;
	}
}
@media screen and (max-width: 450px) {
	.content {
		width: 300px;
	}
	.content2 {
		width: 300px;
	}
	.part {
		width: 100%;
	}
}
.slider .ui-slider-range, .slider .ui-state-default {
	background: #000;
}
.slider {
	margin-bottom: 30px;
	width: 100%;
	opacity: 1;
	height: 30px;
}
.caption {
	position:absolute;
	margin-left: 15px;
	margin-top: 5px;
}
.red {
	background: red;
}
.green {
	background: green;
}
.achievements {
	width: 100%;
	text-align: center;
}
.prog {
	background: MediumSeaGreen;
}
.think {
	background: LightSalmon;
}
.know {
	background: MediumPurple;
}
.unsolved_prog {
	opacity: 0.2;
	color: MediumSeaGreen;
}
.unsolved_think {
	opacity: 0.2;
	color: LightSalmon;
}
.unsolved_know {
	opacity: 0.2;
	color: MediumPurple;
}
.places {
	width: 100%;
	text-align: left;
	float: left;
	border-left: 1px solid;
	border-right: 1px solid;
}
.places .points {
	width: 75px;
}
.places .place {
	width: 75px;
}
.me {
	background: lightgray;
}
.next {
	position: absolute;
	right: 10px;
}
.start {
	width: 250px;
	margin-top: 100px;
}
.start2 {
	width: 250px;
	margin-bottom: 50px;
}
.mnr {
	border: 2px solid lightgray;
	padding: 0;
	margin: 0;
	width: calc(100% - 4px);
}
.select, .mnr {
	margin: 0;
	margin-top: 2px;
	margin-bottom: 3px;
	height: 35px;
}
.select {
	font-weight: bold;
	border: 0;
	width: 100%;
}
.solution {
	width: 100%;
}
.prog .solution {
	height: 300px;
	font-family: Monospace;
}
.comment {
	width: 100%;
	height: 100px;
	font-family: Monospace;
}
.evaluation {
	width: 50%;
}

