/* Add here all your css styles (customizations) */
.shout_body {
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
    font-weight: normal;
}

textarea{
    width: 100%;
}
.boxer{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* FOR TESTING */
.test {
    background-color: darkred !important;
}


.badge-danger {
    color:#fff;
    background-color:#dc3545
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color:#fff;
    text-decoration:none;
    background-color:#bd2130
}

.badge-success {
    color:#fff;
    background-color:#28a745
}
.badge-success[href]:focus,
.badge-success[href]:hover {
    color:#fff;
    text-decoration:none;
    background-color:#1e7e34
}
