body {
    font-weight: 400;
}

#content_wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}

#content {
    margin: 103px auto 0px auto;
    padding-top: 25px;
}

#content h2 {
    font-weight: 500;
}

/* Header */

#banner_container img {
    height: 20px;
    margin-right: 5px;
}

#banner_container {
    max-width:25px;
}

#header_menu li {
    margin: 0px 2px;
}

    #header_menu li a {
        font-size: 13px;
        font-weight: 400;
    }

    #header_menu li a:hover {
        color: #eb9421;
        transition: 0.3s;
    }

    #header_menu li a.current {
        border-bottom: 3px solid #eb9421;
        padding-bottom: 1px;
    }

#header_word_logo {
    display: none;
}

#small_logo {
    display: inline;
}

/* Stats Nav */

#stats_nav {
    width: 100%;
    padding:0 20px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    list-style-type: none;
    transform: none;
    margin: 0;
    z-index: 99;
    transition: 0.3s;
}

#stats_nav li:hover > a, #stats_nav .stats_sub_nav li:hover > a {
    background-color: transparent;
}

#stats_nav li.stats_nav_item {
    display: none;
    /* margin: 5px 0; */
}

    #stats_nav li.stats_nav_item a {
        margin: 0 3px;
        padding: 5px 0;
    }

    #stats_nav .selected {
        color: white;
    }

#stats_nav .stats_sub_nav {
    position: relative;
    padding-left: .5em;
    padding-bottom: 5px;
}

#stats_nav input {
    font-size: 13px;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
    color: white;
    font-weight: 500;
    background-color: #777;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

    #stats_nav input.focused {
        padding: 10px 12px;
        width: calc(100% - 20px - 45px + 4px);
        margin-right: 1px;
    }

li#mobile_menu_button {
    display: inline-block;
    color: white;
    font-size: 20px;
    padding: 4px 0;
}

    li#mobile_menu_button:hover {
        cursor: pointer;
    }

#stats_nav .selected {
    border-bottom: 0;
    color: white;
    padding-bottom: 0;
}

#stats_nav ul:first-of-type {
    background: #505050;
    margin:0;
}

#stats_nav ul:first-of-type li:first-of-type {
    width:82%;
}

/* Content Header */

#content_header {
    background:none;
    line-height: 30px;
    padding: 3px 25px 0px 35px;
    overflow: hidden;
}

#page_name {
    font-size: 23px;
    padding: 0;
}

#gift_bar {
    margin-top: -25px;
}

/* Stats Tables */

.stat_table {
    box-shadow: 0;
    box-shadow: none;
}

.stat_table_container {
    overflow-x: auto;
    margin:0;
}

td.team_logo {
    visibility: hidden;
}

td.team_name {
    min-width: 100px;
}

/* Not subscribed */

#not_subscribed.first_two_weeks {
    margin-top: 10px;
}

#not_subscribed {
    font-size: 25px;
    padding: 20px 10px;
}

    #subscribers_only_text {
        padding: 0 15px;
    }

    .subscribe_link {
        line-height: 1;
    }

    #premium_button {
        margin: 10px auto;
    }

    #subscribe_offer {
        font-size: 0.75em;
        padding: 0 5px;
    }

    .coupon_code {
        font-size: 0.9em;
    }

/* Footer */

footer {
    display: none;
}
