/* 
    Created on : 17/dez/2015, 11:29:53
    Author     : Hugo
*/

.thumbnail {
    border: none;
    height: 174px;
    width: 147px;
}

.navbar-inverse {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-info {
    color: #fff;
    background-color: #c30000 !important;
    border-color: #c30000 !important;
}
.alert-info {
    background-color: #c30000 !important;
    border-color: #c30000 !important;
    color: #ffffff;
}

