body {
    padding-top: 0;
    padding-bottom: 40px;
    background-color: #ccc;
}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

#main-content {
    padding-top: 30px;
    padding-bottom: 20px;
}
#customNavBar {
    background-color: #292b2c;;
    color: white;
    font-weight: normal;
    padding-top: 25px;
    padding-bottom: 25px;
}
#customNavBar a {
    color: white;
    font-weight: normal;
}
.alert {
    padding: 5px;
    font-size: 14px;
}
.get2container {
    width: 100%;
}
h1 {
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #002d59;
}
a {
    color: #002d59;
    font-weight: bold;
}
.small-font-size {
    font-size: 0.75rem;
}
.small-font-size .card .card-body{
    padding: 5px;
    line-height: 1;
}
.small-font-size .card .card-body .form-control {
    width: 90%;
    height: 30px;
    font-size: 90%;
}

.card + .card {
    margin-top: 1em;
}
label {
    font-size: smaller;
    margin-bottom: 0;    
}
.form-group {
    margin-bottom: 0;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
    color: #fff;
}
table {
    font-size: small;
}
table thead {
    background-color: #003058;
    color: white;
    padding: 5px 15px;
    margin: 0 -15px;
}

#main-content .card:first-child {
    margin-top: 50px;
}
.badge a {
    text-decoration: none;
    color: whitesmoke;
}
.state-table tr td {
    font-size: 25px;
    position: relative;
    text-align: center;
    width: calc(100% / 3);
}
.state-table tr td.badge {
    width: calc(100% / 3);
}
.state-table tr td a.badge {
    width: 100%;
}