.pageTitle {
    border-bottom: solid 1px #eee;
    padding-bottom: 5px;
}
.btn-red {
    background-color: #bf2129 !important;
    border: none;
    padding: 10px 65px;
    border-radius: .25rem;
}
.btn-red:hover {
    background-color: #881117 !important;
}