* {
    margin: 0;
    padding: 0;
    background-color: none;
    box-sizing: border-box;
}

/*
*
HEADER
*
*/

header {
    width: 100%;
    height: 60px;
    background-color: #000047;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
    font-family: 'Open Sans', sans-serif;
}

nav {
    width: 1100px;
    margin: auto;
}

.logo {
    width: 370px;
    margin-top: 20px;
    display: inline-block;
}

.logo img {
    width: 370px;
    padding-left: 15px;
}

.main_nav {
    float: right;
}

ul.main_nav {
    margin-top: 18px;
}

.main_nav li {
    display: inline;
}

.main_nav a {
    text-decoration: none;
    color: #fff;
    margin: 0px 19px;
    font-size: 16px;
}

.main_nav a:hover {
    color: #f98d21;
}

/*
*
*
Hidden Dropdown
*/

.dropdown {
    display: none;
}

.myDropdown {
        display: none;
}

div#drawer.myDropdown.open a:hover {
    text-decoration: underline;
}

/*
*
*
Hidden Dropdown
*/


/*
*
END HEADER
*
*/

.container {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/*

.ad_box {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.ad {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 728px;
    height: 90px;
    padding: 10px;
    border: 2px black solid;
}

*/

.ad_box {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.ad {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 728px;
    height: 90px;
}

.ad-mobile {
    display: none;
}

.main {
    width: 780px;
    padding: 32px 15px;
    border-right: 1px solid #ddd;
    display: inline-block;
}

.main h1 {
    font-family: 'Cabin', sans-serif;
    margin-bottom: 23px;
}

.main h2 {
    font-family: 'Cabin', sans-serif;
    margin-bottom: 20px;
}

.main h4 {
    font-family: 'Cabin', sans-serif;
    margin-bottom: 20px;
}

.author {
    margin-bottom: 20px;
}

.author span {
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    line-height: 12px;
}

.text {
    margin-bottom: 20px;
}

.main p {
    font-family: 'Tinos', sans-serif;
    font-size: 18px;
    line-height: 29px;
}

.main a {
    color: #06c;
    text-decoration: none;
}

.main a:hover {
    color: #06c;
    text-decoration: underline;
}



/*
*
*
MORE BUTTON
*
*
*/

.more {
    margin-bottom: 20px;
}

.button-container {
    display: inline-block;
    margin-right: 5px;
}

.more button {
    padding: 12px 10px;
    background-color: #29b765;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.more button:hover, .more button:focus {
    outline:0;
    background-color: #2ecc71;
}

.more-content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
}

.show-more {
    display: block;
}

.show-more a {
    padding: 18px 75px 18px 8px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.team-content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
}

.show-teams {
    display: block;
}

.show-teams a {
    padding: 18px 75px 18px 8px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/*
*
*
MORE BUTTON END
*
*
*/



.main table {
    margin-bottom: 20px;
    text-align: center;
    border-collapse: collapse;
    border-left: 1px solid #f1f2f3;
    border-right: 1px solid #f1f2f3;
}

.table_wrapper {
    overflow-x: auto;
    margin-bottom: 30px;
}

th {
    height: 26px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    background-color: #000047;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    font-size: 13px;            
    font-weight: 400;
}


/*
*
*
PR TABLE
*
*
*/

.rankings {
    width: 100%;
}

tr:hover {
    background-color: #edf6f9;
}

tr {
    height: 30px;
    font-family: 'Open Sans', sans-serif; 
    color: #333;
    font-size: 14px;                            /* FONT-SIZE HERE!!!!!! */
}

tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.017);
}

tr:nth-child(odd):hover {
    background-color: #edf6f9;
}

tr img {
    vertical-align: middle;
    margin-right: 7px;
} 

td {
    border-bottom: 1px solid #f1f2f3;
    vertical-align: middle;
}

.team_col {
    font-weight: 700;
    text-align: left;
}

/*
*
*
PR TABLE END
*
*
*/


/*
*
*
HEAT CHART
*
*
*/

.heat_chart {
    width: 100%;
    table-layout: fixed;
}

.th_abbrv {
    display: none;
}

.abbrv {
    display: none;
}

/*
*
*
HEAT CHART END
*
*
*/

/*
*
*
ASIDE STARTS
*
*
*/

.side {
    float: right;
    margin-left: 20px;
    width: 300px;
    box-sizing: border-box;
}

.follow {
    width: 300px;
    margin-top: 32px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.follow h3 {
    padding-bottom: 10px;
    font-family: 'Cabin', sans-serif;
    color: #7a7b7d;
    text-align: center;
}

.side img {
    margin: auto;
    padding: 10px 87.5px;
}

.icons {
    width: 100%;
    text-align: center;
}

.icons img {
    display: inline-block;
    padding: 10px 10px 0px 10px;
    margin: 0;
    width: 50px;
}

.side_ad_box {
    width: 300px;
    height: 250px;
    margin-bottom: 40px;
}

.quick_links {
    width: 300px;
    margin-bottom: 40px;
}

.quick_links h3 {
    width: 100%;
    margin: 0;
    padding: 10px 5px;
    color: #7a7b7d;
    font-family: 'Cabin', sans-serif;
    border-bottom: 1px solid #ddd;
    text-align: left;
    box-sizing: border-box;
}

.quick_links ul {
    padding: 0;
    margin: 0;
}

.links li {
    list-style-type: none;
    padding: 12px 5px;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    margin: auto;
    box-sizing: border-box;
}

.links a {
    text-decoration: none;
    color: #181818;
}

.links a:hover {
    color: #06c;
}

.links img {
    margin: 0;
    padding: 0;
}

.list-logo {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.link-headline {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;                /* FONT-SIZE HERE!!!!!! */
}

/*
*
*
ASIDE ENDS
*
*
*/


.break {
    display: none;
}

/*
*
*
FOOTER STARTS
*
*
*/

footer {
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #000047;
    color: #6db6ff;
    clear: both;
}

.foot-wrap {
    width: 1100px;
    margin: auto;
}

footer h2 {
    font-family: 'Roboto', sans-serif; /* FONT-SIZE HERE!!!!!! */
    margin: 0;
    padding: 20px 0px 10px 0px;
}

footer p {
    padding: 10px 0px;
    font-family: 'Cabin', serif; /* FONT-SIZE HERE!!!!!! */
    line-height: 25px;
}

footer a {
    color: #6db6ff;
    text-decoration: none;
    margin: 0px 5px;
}

footer a:hover {
    color: #f98d21;
}

footer span {
    display: inline-block;
}

/*
*
*
FOOTER ENDS
*
*
*/



/*
*
*
RESPONSIVE
*
*
*/

@media screen and (max-width:1099px) {
    
    nav {
        width: 100%;
    }
    
    .logo {
        width: 300px;
        margin-top: 20px;
    }
    
    .logo img {
        width: 300px;
    }
    
    .main_nav a {
    
    font-size: 14px;
    }
    
    .container {
        width: 100%;
    }
    
    .main {
        display: block;
        margin: auto;
        border: none;
        padding-bottom: 20px;
    }
    
    .break {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ddd;
        margin-bottom: 40px;
}
    
    .side {
        float: none;
        margin: auto;
    }
    
    .side img {
        padding-top: 0px;
    }
    
    .follow {
        margin-top: 0;
    }
    
    .foot-wrap {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    
    .foot-content {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width:920px) {
    
    ul.main_nav {
        margin: 0;
        height: 60px;
    }
    
    .main_nav li {
        display: none;
    }
    
    .dropdown {
        display: inline-block;
        margin-top: 6px;

    }
    
    .dropbtn {
        display: inline-block;
        height: 45px;
        width: 45px;
        text-align: center;
        font-size: 24px;
        color: white;
        cursor: pointer;
        background-color: transparent;
        border: none;
        outline: none;
    }
    
    .open {
        display: block;
    }
    
    div#drawer {
        border-bottom: 5px solid black;
    }
    
    div#drawer.myDropdown.open ul {
        list-style-type: none;
        margin: 0;
        padding: 0px 12px;
        font-size: 1rem;
    }
    
    div#drawer.myDropdown.open li {
        padding: 17px 0px;
        border-bottom: 1px #f1f2f3 solid;
    }
    
    
    div#drawer.myDropdown.open a {
        width: 100%;
        text-decoration: none;
        color: #474747;
        font-family: 'Open Sans', sans-serif;
    }
    
    div#drawer.myDropdown.open a:hover {
        width: 100%;
        text-decoration: underline;
        color: #06c;
    }
    
}

@media screen and (max-width:780px) {
    .main {
        width: 100%;
    }
    
    .ad {
        width: 320px;
        height: 70px;
    }
    
    .rankings {
        min-width: 600px;
    }
    
    .heat_wrapper {
        width: 100%;
    }
    
    .full {
        display: none;
    }

    .abbrv {
        display: table-cell;
    }
    
    .division_header {
        display: none;
    }
    
    .division_cell {
        display: none;
    }

}

