h1 { font-size: 27px }
h2 { font-size: 20px; }
input, select { margin: 10px 0 }
fieldset > label { min-width: 300px; }
fieldset > label { width:225px }
fieldset > div.Fields { width:500px }
.Fields { display: inline;}
.container { max-width: 975px; }
.logo-header { margin: 0 0 20px 0; background-color: #000000; text-align: left; border-bottom: 25px solid #fbc9ba; }
.alert {
    margin: 15px 0;
    padding: 10px;
    border-radius: 5px;
}
.alert-danger {
    color: #a94442 !important;
    background: #f2dede;
    border: 1px solid #ebccd1;
}
.alert-info {
    color: #31708f;
    background: #d9edf7;
    border: 1px solid #bce8f1;
}
.alert ul {
    margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
	.Fields { display: block; }
}