.content {
	padding: 0;
	background: none;
}

/*@font-face {
    font-family: DeliciousFont;
    src: url(../fonts/Delicious.ttf);
}*/

#problem-container {
	/* padding: 20px 0; */
	overflow: auto;
}

.challenge-problem {
	position: relative;
	/* width: 90%; */
	width: 100%;
	margin-bottom: 20px;
	/* margin-left: 5%; */
	float: left;
	padding: 30px;
	border: 1px solid #c2c7d0;
	/* border-radius: 3px; */
	text-decoration: none;
	background: white;
}

/*.problem-title {
	font-size: 32px;
	color: #019875;
	line-height: 1.142857142857143em;
	font-family: DeliciousFont;
	margin-bottom: 10px;
	text-align: left;
}*/

/*.problem-description {
	font-size: 15px;
	line-height: 1.142857142857143em;
	font-family: "Arial", sans-serif;
	align: right;
}*/

.problem-footer {
	/*font-size: 15px;
	color: #979faf;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-top: 5px;*/
	text-align: right;
	overflow: hidden;
}

.header-type {
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 15px;
	color: #fff;
	line-height: 1;
	padding: 6px;
	background: #eee;
}
.adv {
	background: #eb4c4c;
}
.beg {
	background: #33b53f;
}

.problem-button {
	text-shadow: none;
	text-decoration: none;
	color: #ffffff;
	background-color: #019875;
	float: right;
	border-radius: 2px;
	width: 25%;
	padding: 0px;
	padding-top: 11px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 17px;
}

.spacer {
	padding: 11px;
}
