body {
    padding-top: 60px;
    padding-bottom: 50px;
}

.jumbotron {
    background-color: #373a3c;
    color: white;
}

.easy-autocomplete {
    width: 100% !important;
}

.red {
    color: #e41515;
}

.red:hover, .red:active, .red:visited, .red:focus {
    color: #e41515;
    text-decoration: none;
}

a.red {
    color: #e41515;
}

a.red:hover, a.red:active, a.red:visited, a.red:focus {
    color: #e41515;
    text-decoration: none;
}

.white {
    color: white;
}

.white:hover, .white:active, .white:visited, .white:focus {
    color: white;
    text-decoration: none;
}

.black {
    color: #000000;
}

.black:hover, .black:active, .black:visited, .black:focus {
    color: #000000;
    text-decoration: none;
}

.navbar-brand span {
    color: #e41515;
}

.content {
    margin-top: 50px;
}

.card .form-group {
    text-align: left;
}

input:focus, textarea:focus, input:hover, textarea:hover {
    border-color: #e41515 !important;
}

@media print {
    body * {
        visibility: hidden;
    }

    #printable, #printable * {
        visibility: visible;
    }

    #printable {
        position: absolute;
        left: 0;
        top: 0;
    }
}

a.searchSuggestion {
    color: white;
}

a.searchSuggestion:hover, a.searchSuggestion:active {
    color: lightgray;
}