﻿.body {
    padding-top: 0px;
    padding-bottom: 20px;
}
.row{
    width:100% !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
           will truncate terms that are too long to fit in the left column
        */
.dl-horizontal dt {
    white-space: normal;
}

a {
    text-decoration: none;
}

#footer a {
    margin: 10px !important;
}

#logo {
    height: 100px;
    width: 256px;
    position: relative;
    left: 25px;
}

.text-bottom {
    font-size: 100px;
    color: #50c136;
}

.text-top {
    position: absolute;
    top: 35px;
    left: -25px;
    font-size: 24px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Bell MT';
    color: #000;
}

.logo {
    font-size: 30px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: 'Bell MT';
    color: #000;
}

.pagination {
    display: inline-block;
}

    .pagination li {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0 4px;
    }

        .pagination li a {
            text-decoration: none;
        }

        .pagination li.active {
            background-color: #4CAF50;
            color: white;
            border: 1px solid #4CAF50;
        }

        .pagination li:hover:not(.active) {
            background-color: #ddd;
        }
