* {
    font-family: 'Montserrat', sans-serif;
}
h2, .h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
a {
    color: #207DAC;
}
a:hover {
    color: #ED1B24;
}
.btn {
    border-radius: 0;
    font-weight: 600;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}
.btn.btn-default {
    color: #000;
    background-color: #fff;
    border: 2px solid #ED1B24;
}
.btn.btn-important {
    color: #fff;
    background-color: #ED1B24;
    border: 2px solid #ED1B24;
}
.btn.btn-default:hover,
.btn.btn-important:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn.btn-default:focus {
    background-color: #fff;
    border-color: #ED1B24;
    color: #ED1B24;
    box-shadow: 0 0 0 0.25rem rgb(235 0 25 / 35%);
    outline: 0;
}
.btn.btn-important:focus {
    background-color: #ED1B24;
    border-color: #ED1B24;
    color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgb(235 0 25 / 35%);
    outline: 0;
}
table.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212121;
    vertical-align: top;
    border-top: 1px solid !important;
    border-left: 1px solid !important;
    border-bottom: none !important;
    border-right: none !important;
}
table.table thead th {
    background-color: #F5F5F5;
}
table.table td, table.table th {
    border-color: #000;
    border-right: 1px solid !important;
    border-bottom: 1px solid !important;
    border-top: none !important;
    border-left: none !important;
}
table.table >:not(:first-child) {
     border-top: none;
}
.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
}