@media (max-width: 767px) { body:after { content: 'phone'; display: none; height: 0px; width: 0px; } }
@media (min-width: 768px) and (max-width: 1024px) { body:after { content: 'tablet'; display: none; height: 0px; width: 0px; } }
@media (min-width: 1025px) and (max-width: 1299px) { body:after { content: 'desktop'; display: none; height: 0px; width: 0px; } }
@media (min-width: 1300px) { body:after { content: 'desktop-large'; display: none; height: 0px; width: 0px; } }
body.ipad:after { display: none; height: 0px; width: 0px; }
/* note: breakpoints in em ---------------------------- base font size to determine breakpoints - 16px useful pixel to em converter http://bradfrostweb.com/demo/ish/
-----------------------------------------------------*/
.tournamentTables { width: calc(100% - 60px); margin: 30px auto; }
.tournamentTables h3 { text-transform: uppercase; }
.tournamentTables .tablesaw th, .tournamentTables .tablesaw td { border: none; }
.tournamentTables .tablesaw thead { background-color: #00503C; font-size: 14px; font-family: "RG Text", 'rg_textregular'; color: white; font-weight: bold; }
.tournamentTables .tablesaw thead th { box-sizing: border-box; padding: .5em .5em; text-align: left; }
.tournamentTables .tablesaw tbody, .tournamentTables .tablesaw tfoot { font-size: 12px; font-family: "RG Text", 'rg_textregular'; color: #555555; }
.tournamentTables .tablesaw tbody tr:nth-child(2n+1), .tournamentTables .tablesaw tfoot tr:nth-child(2n+1) { background-color: #F7F7F7; }
.tournamentTables .tablesaw tbody td, .tournamentTables .tablesaw tfoot td { box-sizing: border-box; padding: .5em .7em; }
.tournamentTables table { margin-bottom: 20px; border-spacing: 0; }
.tournamentTables table td { padding: 0; }
.dotation .nocontent { background-color: #FFF; border: none; }
@media (min-width: 768px) { .tournamentTables { width: calc(100% - 120px); margin: 60px auto; } }
/*# sourceMappingURL=prizeMoney.css.map */
