.boxSmallContainer, .boxWideContainer{
      width: 100%;
      margin-bottom: 15px;
}

#rightCol{
      float: right;
      width: 260px;
      margin-left: 25px;
      margin-top: 0px;
}

#leftCol{
      margin-top: 70px;
}

#text, .text{
      padding: 15px;
      color: black;
      font-size: 10pt;
      line-height: 150%;
}

h3{
      font-size: 10pt;
      font-weight: bold;
      margin: 10px 0;
      text-transform: uppercase;
      cursor: default;
}

.table td, .table th{
      font-size: 9pt;
      height: 32px;
      padding-left: 5px;
}

.rowOne{
      background-color: #FFD421;
}

.table th{
      color: black;
      font-weight: normal;
      background-color: #FFD421;
}

.table a{
      text-decoration: none;
}

.table{
      border: 1px solid #bbb;
}

.table a:hover{
      text-decoration: underline;
}

.table tr:nth-child(even){
      background-color: white;
}

.rankControl td{
      height: 50px;
      font-size: 16pt;
      color: #999;
}

.col0{
      width: 90px;
      display: inline-block;
}

.box{
      border-radius: 10px;
      overflow: hidden;
      min-height: 80px;
      background-color: #f0f0f0;

}

.boxSmallShadow{
      width: 100%;
      height: 16px;
}

.boxHeader{
      height: 40px;
      line-height: 44px;
      font-size: 11.5pt;
      color: white;
      text-transform: uppercase;
      width: 100%;
      text-align: center;
      font-weight: bold;
      cursor: default;
      background-color: #19313B;
      margin-top: 0;
}

.boxL1, .boxL4{
      font-size: 18pt;
      font-weight: 800;
      color: #333333;
      height: 35px;
      line-height: 35px;
      margin: 7px 0 2px 0;
      cursor: default;
}

.boxL2, .boxL3{
      color: #666;
      height: 15px;
      line-height: 15px;
      cursor: default;
}

.boxL3{
      margin: 15px 0;
}

.boxL4{
      margin: 15px 0 12px 0;
}

.line{
      height: 2px;
      width: 100%;
      border-bottom: 1px solid #eee;
}


.btnInvite, .btn2{
      width: 168px;
      height: 37px;
      line-height: 37px;
      font-weight: 800;
      font-size: 10pt;
      display: inline-block;
      margin: 10px auto 12px auto;
      background-color: #aaa;
      border-radius: 5px;
      color: white;
      text-decoration: none;
      cursor: pointer;
      transition: 200ms;
}

.btnInvite:hover, .btn2:hover{
      background-color: #19313B;
      color: white;
}

.winner{
      padding: 3px 4px 3px 10px;
      height: 28px;
      line-height: 28px;
      color: black;
      display: block;
}

.wDate{
      font-size: 8pt;
      color: #999;
}

.round{
      min-width: 20px;
      height: 20px;
      text-align: center;
      font-size: 9pt;
      font-weight: bold;
      line-height: 20px;
      border-radius: 11px;
      display: inline-block;
      color: white;
      padding: 1px;
}


.winner:hover{
      background-color: #E6E6E6;
      cursor: default;
}

.rRed{
     background-color: #CF1010;
}

.rBlue{
     background-color: #0F84C7;
}

.rGray{
     background-color: #aaa;
}


#moreWinners{
      float: right;
      margin-top: -22px;
      font-size: 9pt;
      margin-right: 10px;
}

.line{
      height: 2px;
      width: 100%;
      background: url('/images/general/line.png') center center repeat-x;
}

.rankControl td{
      height: 50px;
      font-size: 16pt;
      color: #999;
}

