/*
    Custom Styles
*/
.btn-coloured {
    background-color: #e20d0d !important;
    color: white;
    font-weight: bolder;
} .btn-coloured:hover {
    background-color: #ff0404 !important;
}