#top10Table {
    background:#ffffff;
    border:1px solid #fff;
    border-collapse:collapse;
    color:#4C4646;
    font-family:arial,helvetica,sans-serif;
    text-align:left;
    width:100%;
}

#top10Table th
{
    padding:4px;
}
#top10Table td {
    padding-top:4px;
    padding-right:4px;
    padding-bottom:4px;
}

#top10Table th {
    background:#4C4646;
    color:#ffffff;
    font-weight:bold;
}

#top10Table tr:nth-child(odd) {
    background:#eeeeee;
}

#top10Table .igaPlaynowButton {
    background:rgba(76,70,70,1);
    border:1px solid #000000;
    border-radius:2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 #736F6E inset;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 #736F6E inset;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 #736F6E inset;
    color:#ffffff !important;
    display:inline-block;
    font-weight:bold;
    padding:4px 8px;
    text-decoration:none;
}

#top10Table .igaPlaynowButton:hover {
    background:rgba(76,70,70,0.8);
}

#top10Table .igaPlaynowButton:active {
    bottom:-1px;
    position:relative;
}

@media(max-width: 767px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
        text-indent: 4%;
        font-size: 12px;
    }

    #no-more-tables td
    {
        min-height: 25px;
    }

    #no-more-tables td:before
    {
        line-height: 270%;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    #no-more-tables td:before
    {
        background: none repeat scroll 0 0 #4C4646;
        color: #FFFFFF;
        font-weight: bold;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 0;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
        color: #dfdfdf;
        height: 100%;
        margin-bottom: 1px;
    }

    /*
    Label the data
    */
    #no-more-tables td:before {
        content: attr(title);
    }
}
