caption {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    width: auto;
    text-align: center;
    padding: 10px;
    background-color: #e9ecef;
    border-color: #dddddd;
    color: #222;
    font-size: 14px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    white-space: nowrap;
}

.glyphicon {
    font-size: 14px !important;
}

a.editable-click {
    border-bottom: none !important;
}

    a.editable-click:hover {
        text-decoration: underline !important;
        border: none;
    }

    a.editable-click.editable-disabled {
        color: black;
        border-bottom: none;
    }

a.editable-empty {
    color: gray;
    font-style: italic;
}

select.userprof {
    margin-top: 15px;
    margin-left: 5px;
}

a.navbar-brand, a.navbar-brand:hover {
    color: white !important;
    font-family: 'Domine', serif;
    font-weight: normal;
    padding-top: 5px !important;
}

.white {
    color: #fff;
}

#navimg {
    border-left-width: 1px;
    background-position: center center;
    min-height: 39px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

body {
    padding: 1px 1px 0px;
}

table.centered td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd;
}

table.centered th {
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #ddd;
}

    table.centered th:first-child {
        border-left-width: 1px;
    }

    table.centered th:last-child {
        border-right-width: 1px;
    }

#EnvironmentFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.75;
    color: white;
    text-align: center;
    z-index:1000;
}
