/*paint bar*/

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success:active, .btn.btn-success:active:focus, .btn.btn-success:visited,
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active, .btn.btn-primary:active:focus, .btn
{
    color: #ffffff !important;
    background-color: #9b9b9b ;
    border-color: #9b9b9b;
    outline:0;
    border-radius:0px;
    /*padding:10px 14px;height:42px;*/
    font-weight:500 !important;
}

a {
    color:black !important;
    text-decoration: underline;
}

.material-icons.rating-stars {
    color:#9b9b9b
}

.mtlm-text {
    text-align: center;
}

.tile-div {
    border: 1px solid lightgrey;
}

