/*
 * cocosLive widget ccs file
 * (c) Sapus Media
 */
table.ccl-stats {
  width: 100%;
  border: 1px solid #2e0ae2;
  border-spacing: 0pt;
  border-collapse: collapse;
}  
  table.ccl-stats, table.ccl-stats td, table.ccl-stats th, table.ccl-stats thead, caption {
    border-color: #2e0ae2;
    border-bottom:1px solid #2e0ae2;
    border-right:1px solid #2e0ae2;
  }
  table.ccl-stats td, table.ccl-stats th {
    padding: 0.3em 0.5em;
  }
  table.ccl-stats tr.ccl-row2 td {
    background-color: #EFEDE0;
  }
  table.ccl-stats th,caption {
    background-color: #000000;
    color: #e41af8;
  }
    table.ccl-stats td form {
      margin: 0;
    }