#problem {
    padding: 25px;
}

.problem_form_main {
    background-color:#F0F4F5;
    padding: 25px;
}

#problem h1 {
	color:#6E6E6E;
	font-weight:normal;
	padding-bottom:15px;
}

#problem p {
	color:#6E6E6E;
	font-weight:normal;
	padding-bottom:15px;
}

#problem_description {
	width: 500px;
	height: 300px;
}

