/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.survey-submitted {
	background-color: green; 
	font-weight: 700;
	display: block;
	color: #ffffff; 
	width: 100%;
	font-size: 25px;
	padding: 5px;
	text-align: center;
	margin-bottom: 25px;
}
.bookmaker_survey_form p {
	font-weight: 700;
}

.bookmaker_survey_form > div {
	margin: 15px 0px;
}

.bookmaker_survey_form {
	    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}


.bookmaker_survey_form label {
	margin: 0px !important;
}

.bookmaker_survey_form input[type="radio"] {
	margin-right: 10px;
	margin-left: 3px;
}

#submit-bookie-survey {
	    margin: 20px 0px;
    background-color: #0f0024;
    border-color: #0f0024;
}

.banner_bookmaker_survey {
	color: #fff;
    text-align: center;
    border: solid #fff 2px;
    padding: 10px;
}