
.main{
    background-color:#F5F3F3;
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility;
}

.main a:hover{
    text-decoration: none;
}

.overlay{
    position: fixed;
    opacity: .8;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    right: 0;
    background-image: url('loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

.box{
    height:300px;
    margin:5px;
    background-color: white;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.box:hover{
    background-color: #F5F3F3;
}
.box-container{
    padding:0 !important;
}

.box .excerpt{
    padding: 15px;
}

.box.featured{
}

.box .image{
    height:200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.box .due-date{
    color: #797787;
    margin-bottom: 5px;
}

.box .name {
    color: #29272f;
    font-weight: 50;
    font-size: 16px;
    margin-bottom: 5px;
}

.box .budget{
    color: #797787;
    font-weight: 400;
    margin-bottom: 5px;
}

.box .budget{
    
}

.btn-load{
    color: #00778e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    background-color: #F8F8F8;
    font-weight: 500;
}