/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 11, 2016, 11:07:16 AM
    Author     : uschbro5
*/

.incompatible-ie #content {
    padding-top: 10px;
}
.ie-warning {
    position: fixed;
    width: 100%;
    display: none;
    z-index: 1;
}
.incompatible-ie .ie-warning {
    display: block;
}

#footer {
    height: 35px;
    /*margin-top: -35px;*/
    text-align: center;
}

.small-header {
    color: #369;
    margin-bottom: 35px;
}

.alert-danger:before {
    font-family: "FontAwesome";
    content: "\f071";
    font-size: 1.5em;
    margin: 0 10px;
}

#buttons {
    margin-top: .5em;
}

#content {
    background-color: #EEE;
}