/* CSS Document */
body.eula_body {
			font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

			font-size: 14px;
	color: #b8bcbf;
	background: #25282e;
}

 body.eula_body .responsive_page_frame {
	 background: radial-gradient(circle at top left, rgba(74, 81, 92, 0.4) 0%, rgba(75, 81, 92, 0) 60%), #25282e;
 }
div#main {
    background: none;
	padding: 0;
}

#eula_main {
	width: 600px;
	margin: 0px auto;
	padding-top: 16px;
}

#eula_content {
	white-space: pre-line;
}

#eula_main .block_content {
	background: #23262E;
	padding: 10px;
		font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

			font-size: 14px;
	font-weight: 300;
    border: unset;
    color: #a9b2b7;
}

#eula_main select.gray_bevel {
    background-color: #31353a;
    color: #a9b2b7;
}

#eula_content p {
	margin:9px 0px;
}

#eula_language_select {
	margin-bottom: 8px;
	width: 100%;
}

#eula_language_label {
	color: #ffffff;
}

.workshop_eula_timestamp {
	margin-bottom: 10px;
}
.workshop_eula_timestamp.accepted {
	color: #a4d007;
}
.workshop_eula_timestamp.rejected {
	color: rgba(138,51,33,1);
}
