﻿/*
    LOGO
*/
.logoSvg a {
    display:block;
    width: 285px;
    height: 85px;
    margin:0 auto;
    padding:5px 0;
}
    /*
        DECLARE SIZE HERE
        REMOVE ONCE THE THEME LOGO IS OVER
    */
    .logoSvg.cny a {
        background: url(../../Content/images/CNY_Dog-01.png) no-repeat center;
        background-size: 100%;
    }
    /******************************/

    /*.logoSvg img {
           display:block;
    }*/
.logoSvg img.pushmeNone {
    width: auto;
    height: 70px;
    display: block;
    margin-top: 5px;
}

    .logoSvg img.pushmeLeft {
        margin-left: 80px;
        width: 180px;
        height: 85px;
    }

    .logoSvg img.pushmeRight {
        margin-left: 40px;
        width: 180px;
        height: 85px;
    }


.dropbtn {
    background-color: #fff;
    color: #555;
    border-color: #fff;
    border: 1px solid #ccc;
    height: 29px;
    width: 310px;
    text-align: left;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #fff;
        color: #555;

    }

.sportsdrop {
    position: relative;
    display: inline-block;
    float:right;
}

.sportssportsdrop-content {
    background: #373737;
    padding: 0;
    border: 3px solid #02331a;
    border-radius: 0;
    z-index: 1;
    display: none;
    position: absolute;
}

    .sportssportsdrop-content a {
        background: #028843;
        border-top: 1px solid #2d2d2d;
        position: relative;
        color: #fff;
        padding: 5px;
        text-decoration: none;
        display: block;
    }

.sportsdrop a:hover {
    background-color: #f1f1f1;
    color: #2d2d2d;
}


.show {
    display: block;
}
