﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #eeeeee;
}

/* Wrapping element */
/* Set some basic 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;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

.heading p, span {
    font-size: 20px;
}

.float-right {
    float: right;
}

.no-border {
    border: none !important;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.p-small {
    padding: 10px;
}

.m-small {
    margin: 10px !important;
}


.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clear {
    clear: both;
}

.full-width{
    width: 100% !important;
}

.full-width-container {
    width: 95% !important;
    margin-left:50px;
    margin-right:50px;
}

.h-550{
    height: 550px !important;
}

.h-550 .e-content {
    height: 550px !important;
}

.h-800 {
    height: 800px !important;
}

.h-1200 {
    height: 1200px !important;
}

.h-1200 .e-content {
    height: 1200px !important;
}

.drops1{
    color: rgb(255,0,0);
    font-weight: bold;
}

.drops2 {
    color: orangered;
    font-weight: bold;
}

.drops3 {
    color: darkorange;
    font-weight: bold;
}

.drops4 {
    color: orange;
    font-weight: bold;
}

.drops5, .drops6 {
    color: sandybrown;
    font-weight: bold;
}

.drops52 {
    color: rgb(0,200,0);
    font-weight:bold;
}

.rankings-change {
    font-size: 1.4em;
    font-weight: bold;
}

.points-change {
   
    font-weight: bold;
}

.rankings-up{
    color: rgb(0,200,0);
}

.rankings-down{
    color: rgb(200,0,0);
}

.grey{
    color:grey;
}

.number1-ranking{
    color:gold;
    font-weight: bolder;
}

.highest-ranking{
    color:darkgoldenrod;
    font-weight:bold;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
