.okko-grid {
	margin-bottom:10px;
	margin: 0 auto;
}

.okko-label {
	font-size: 1.45em;
}

.reason-error {
	color: red;
	font-weight: normal;
	text-transform: uppercase;
    font-style: italic;
}

.okko-buttons {
	margin: 0 auto;
}

.okko-image {
	margin-bottom:10px;
	width: 60%;
}

.okko-image.pushed {
	border: solid 2px #c21b17;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 2px;
}

.okko-reasons {
	margin-bottom:10px;
	margin: 0 auto;
}

.okko-selector {
	height: 2em;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-family: Arial, Verdana, sans-serif;
    color: #484848;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.okko-selector option{
	font-size: 12px;
}

/* @media only screen and (max-width: 400px){ */
/* 	.okko-selector { */
/* 		max-width: 17em; */
/* 	} */
/* } */

.okko-observations {
	width: 100%;
}

.okko-send {
	background: #c21b17 !important;
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	color: #ffffff !important;
	font-size: 16px;
}
