﻿.fellowshipHeader {
    font-weight: bolder;
    background-color: #005847;
    color: white;
}

.inline{
    display:inline;
}

.fellowsTitle {
    font-weight:bold;
}

.requirementName{
    padding-left:5px;
    font-weight:bold;
}

progress {
    /* RESETS */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 15px;
    border-radius: 2px;
    background-color: lightgray;
    color: #005847;
}

.progress-amount {
    float: right;
    font-weight: bold;
    font-size: 14px;
}

    /* WEBKIT BROWSERS - CHROME, OPERA AND SAFARI */
    progress::-webkit-progress-bar {
        background-color: lightgray;
        border-radius: 2px;
    }

    progress::-webkit-progress-value {
        background-color: #005847;
        border-radius: 2px;
    }

    /* MOZILLA FIREFOX */
    progress::-moz-progress-bar {
        background-color: #005847;
        border-radius: 2px;
    }

@media only screen and (max-width:600px) {

    .standard-table td:before {
        content: attr(data-title);
        font-weight: bolder;
    }

    .standard-table th[data-header="header"] {
        display: none;
    }

    .button-set{
        width: 100%
    }

    .button-set .button{
        width: 100%;
    }
}

@media only screen and (min-width: 601px) {

    .application-grid {
        width: 66%;
    }
}

.directory-headshot {
    width: 115px;
    height: 115px;
    position: absolute;
    margin-left: -15px;
    border: 1px #e0e0e0 solid;
    border-radius: 2px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
}

.directory {
    margin-left: 115px;
    min-height: 115px;
}

login-box {
    background-color: #d9eaf8;
    padding: 32px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
    border: 1px solid #e0e0e0;
}

.login-box .span10 {
    width: 100%;
}

.login-container {
    box-sizing: border-box;
    margin-top: 15px !important;
    ;
}

.login-box .button-set {
    width: 100%;
}

.login-box .a {
    width: 100%;
}

.login-box h2 {
    font-weight: 400;
    margin-bottom: 10px;
}


.button.large {
    padding: 18px 36px;
    font-size: 18px
}