@charset "UTF-8";
/* CSS Document */

body {
	background: #575656 none repeat scroll 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px !important;
}

.form-group {
    margin-bottom: 0px !important;
	font-size: 12px !important;
}

.btn-success {
    background-color: #d0a33f !important;
    border: medium none;
    border-radius: 0 !important;
    color: #000000;
    font-family: 'Roboto', sans-serif;
	padding: 7px 15px !important;
	font-size: 14px !important;
}

a{
    outline: 0;
    color: #000000;
	font-style:400 !important;
	
}

a:hover, a:focus, a:active, a.active {
    outline: 0;
    color: #d0a33f;
}

.form-control {
	border-radius: 0 !important;
	border: 1px solid #ccc !important;
	font-size: 12px !important;
}

section {
    padding: 0;
}