input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.input-group-text {
    background-color: #00a3e2;
    border-color: #00a3e2;
    color: #fff
}

.form-control {
    border-color: #00a3e2
}

.btn-golden {
    background-color: #cf9b0f
}

.welcome {
    color: #ff7500;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 1.5em
}

.navbar-toggler {
    background-color: #ff7500;
    color: #fff !important
}

figure.quote {
    border-left: 5px solid #eee
}

table thead {
    border-right: 1px solid #00a3e2;
    border-left: 1px solid #00a3e2;
    background-color: #00a3e2 !important;
    color: #fff !important;
}

.table>:not(:first-child) {
    border-top: 2px solid #00a3e2
}

table thead tr th {
    border-width: 0 0 !important
}

.form-control:focus {
    border-color: #00a3e2;
    box-shadow: 0 0 0 .25rem rgba(0, 163, 226, .25)
}

footer img {
    max-width: 55%
}

.btn-dblue {
    background-color: #005e9b;
}

.btn-dblue:hover {
    background-color: #00538a;
}

.btn-golden:hover {
    background-color: #b4870c;
}

.payment-type-desc {
    color: red;
    text-align: center;
}