.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}

.navbar {
    min-height: 100px;
    color: Black;
    background-position: -1px;
}

.navbar-brand {
    font-size: 1rem;
}

.navbar-logo {
    max-height: 60px;
    float: left;
}

@media (min-width: 576px) {
    .navbar-brand {
        font-size: 1.25rem;
    }

    .navbar-logo {
        max-height: 80px;
    }
}

input[type=number].bet {
    width: 80px;
    text-align: center;
    font-size: 1.3em;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid;
    border-top-color: ghostwhite;
}

.team-logo {
    max-width: 60px;
}

.btn-facebook {
    color: white;
    background: #3b5998;
}

.btn-google {
    color: white;
    background: #d34836;
}

h3 > a, h3 > a:hover {
    color: black;
}

.standings {
    max-width: 400px;
}

.standings-details {
    font-size: 0.7rem;
}

.vertical-text {
    transform: rotate(-90deg);
    height: 80px;
    width: 10px;
    vertical-align: middle !important;
    overflow: hidden;
    padding: 0 !important;
}

.btn.disabled.active {
    background: #007bff;
    color: white;
}
