    .gd {
        color: #fff;
        font: normal 15px "Helvetica";
        -webkit-text-size-adjust: none;
    }
    .exp {
        position: relative;
        height: 80px;
        width: 296px;
        margin: 10px 10px 11px 10px;
        padding: 2px;
        background: url('lib/images/chicklet-bg.png') top left no-repeat; 
    }
    .exp a{
        color: white;
        display: block;
        height: 100%;
        left: 0px;
        position: absolute;
        text-decoration: none;
        top: 0px;
        width: 100%;
        z-index: 400;
    }
    .exp-header {
        position: relative;
        height: 70px;
        width: 296px;
        background: url('lib/images/sb_expanded_gloss_01.png') top left no-repeat;
    }
    table.matchup {
        position: relative;
        z-index: 100;
        width: 296px;
        height:80px;
    }
    table.matchup th {
        text-align: center;
        vertical-align:center;
    }
    table.matchup td {
        font: bold 12px/15px "Helvetica";
        text-align: center;
        text-transform: uppercase;
        vertical-align:center;
    }
    table.matchup tr.play th,
    table.matchup tr.play td {
        font-weight:normal;
        text-align: center;
        text-transform: uppercase;
        vertical-align:top ! important;
    }
    table.matchup tr.play th{padding-top:1px; vertical-align:center ! important;}
    table.matchup th span{
        display:inline-block;
        width:10px;
        height:10px;
        background:transparent url(lib/images/timeout-remaining.png) center center no-repeat;
    }
    table.matchup th span.taken {background-image:url(lib/images/timeout-taken.png) ! important;}
    /* end EXTRACTED STYLES */

    .chklet {
        font-size:12px;
        font-weight:normal;
        color:rgba(255,255,255,1);
    }
    .chklet .team{font-weight:bold;}
    .chklet .points{font-weight:normal;}
    .chklet .score{padding:6px 0 4px 0;font-size:30px;}

    .section-header h3{
        margin:0;
        padding:10px 12px 9px 12px;
        font-size:12px;
        font-weight:bold;
        color:rgba(255,255,255,1);
        text-transform:uppercase;
        background-color:rgba(0,0,0,.2);
        border-bottom:1px solid rgba(0,0,0,.3);
    }
    .section-header{border-bottom:1px solid rgba(255,255,255,.1);}
