body {
    background-color: #000;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 16px 0 10px
}
.container, .header-banner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}
.container {
    background-color: #6B6D6D;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}
header {
    height: 120px;
    margin-bottom: 16px
}
.header-banner {
    height: 120px;
    background-image: url(images/banner.jpg);
    background-size: 100%;
    background-color: #000
}
.content {
    max-width: 810px;
    order: 2;
    flex-grow: 4;
    background-color: #fff
}
.row, footer {
    max-width: 1024px
}
.content p {
    margin-left: 15px;
    margin-right: 15px
}
.side-nav {
    order: 1;
    flex-grow: 1;
    background-color: #6B6D6D
}
.row {
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto
}
.cell2, .cell3 {
    background-color: #666;
    border: 1px solid #ccc;
    margin: 2px
}
.cell2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 49%;
    -ms-flex: 1 1 49%;
    flex: 1 1 49%
}
.cell3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 32%;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%
}
.nav-box, footer {
    margin-left: auto
}
.nav-box {
    width: 98%;
    margin-top: 0;
    margin-right: 5px;
    overflow: hidden
}
.nav-header {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #F4D000;
    color: #2B2B2B
}
footer {
    background-color: #f4d000;
    margin-right: auto;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 8px;
    color: #ccc;
    border-top: 5px solid #6B6D6D
}
footer p {
    text-align: right;
    padding-right: 30px;
    margin: auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6B6D6D
}
.container .content h1 {
    text-align: left;
    font-size: 22px;
    background-color: #F4D000;
    padding-top: 8px;
    padding-bottom: 9px;
    margin-top: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-color: #2B2B2B;
    border-bottom-color: #2B2B2B;
    border-left-color: #2B2B2B;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-indent: 15px
}
.container .side-nav ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}
.container .side-nav li {
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #6B6D6D
}
.container .side-nav li a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    width: 97.3%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    border-right: 1px solid #6B6D6D;
    padding: 4px
}
.more, a {
    font-weight: 700
}
.container .side-nav li a:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #F4D000
}
.container .side-nav .side-banners {
    width: 160px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 600px;
    border: 5px solid #F4D000
}
.img-responsive {
    width: 100%;
    height: auto
}
.fltrt {
    float: right;
    margin-left: 8px
}
.fltlft {
    float: left;
    margin-right: 8px
}
a {
    text-decoration: none;
    color: #9D8600
}
p {
    padding-right: 15px;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif
}
.text-center {
    text-align: center
}
.italic {
    font-size: 14px;
    font-style: italic;
    text-indent: 45px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}
.section-header {
    font-size: 18px;
    text-indent: 15px;
    color: #373737;
    font-weight: 700;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #F4D000;
    padding-top: 5px;
    padding-bottom: 5px
}
.section-sub-header, .section-sub-header2 {
    font-size: 16px;
    font-weight: 700;
    width: 80%;
    color: #373737;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.section-sub-header {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: -5px
}
.section-sub-header2 {
    margin-left: 55px;
    font-style: italic
}
.chart-row, .container, .row {
    align-content: stretch
}
.chart-flag, .header-banner {
    background-repeat: no-repeat;
    background-position: center center
}
.chart-review a:hover, .side-table-row p a:hover, a:hover {
    opacity: .5
}
.chart-brand ul, .chart-brand ul .brand {
    font-style: normal
}
.content-box {
    background-color: #EAE6E1;
    width: 95%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-bottom: 8px;
    border-bottom: 2px solid #F4D000
}
.content-box .section-header {
    font-size: 18px;
    border-bottom: 3px solid #fff;
    text-indent: 15px;
    color: #2B2B2B;
    width: 100%;
    font-weight: 700;
    background-color: #f4d000;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.content-box .section-sub-header, .spotlight-header {
    font-size: 16px;
    font-weight: 700;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.content-box .section-sub-header {
    width: 80%;
    margin-left: 15px;
    color: #373737
}
.chart, .spotlight-box {
    margin-right: auto;
    margin-left: auto
}
.spotlight-box {
    background-color: #EAE6E1;
    width: 80%;
    margin-bottom: 21px;
    padding-bottom: 8px;
    border-bottom: 2px solid #F4D000
}
.spotlight-header {
    border-bottom: 3px solid #fff;
    background-color: #F4D000;
    color: #2B2B2B;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px
}
.feature-box {
    background-color: #EAE6E1;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 2px solid #F4D000;
    width: 100%
}
.feature-header {
    width: 100%;
    background-color: #FFF
}
.chart {
    max-width: 100%;
    margin-bottom: 25px
}
.chart-row {
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 4px;
    background-color: #F4D000;
    height: 100%;
    overflow: hidden
}
.chart-flag {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 7%;
    -ms-flex: 1 1 7%;
    flex: 1 1 7;
    background-image: url(images/usa-flag.png);
    height: 50px;
    width: 50px;
    float: left
}
.chart-rank1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 7%;
    -ms-flex: 1 1 7%;
    flex: 1 1 7;
    background-image: url(images/rank1.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px
}
.chart-rank2, .chart-rank3 {
    -webkit-box-flex: 1;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px
}
.chart-rank2 {
    -webkit-flex: 1 1 7%;
    -ms-flex: 1 1 7%;
    flex: 1 1 7;
    background-image: url(images/rank2.png)
}
.chart-rank3 {
    -webkit-flex: 1 1 7%;
    -ms-flex: 1 1 7%;
    flex: 1 1 7;
    background-image: url(images/rank3.png)
}
.chart-rank4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 7%;
    -ms-flex: 1 1 7%;
    flex: 1 1 7;
    background-image: url(images/rank4.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px
}
.chart-brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    height: 50px
}
.chart-stars, .chart-stars4 {
    -webkit-box-flex: 1;
    background-color: #6B6D6D;
    background-repeat: no-repeat;
    height: 50px;
    background-position: center center
}
.chart-stars {
    -webkit-flex: 1 1 8%;
    -ms-flex: 1 1 8%;
    flex: 1 1 8;
    background-image: url(images/5stars.png)
}
.chart-stars4 {
    -webkit-flex: 1 1 8%;
    -ms-flex: 1 1 8%;
    flex: 1 1 8;
    background-image: url(images/4stars.png)
}
.chart-mobile {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 4%;
    -ms-flex: 1 1 4%;
    flex: 1 1 4;
    background-image: url(images/mobile_check.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px
}
.chart-play, .chart-review {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 11%;
    -ms-flex: 1 1 11%;
    flex: 1 1 11;
    height: 50px;
    text-align: center
}
.chart-play a {
    background-color: #CE0000;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 12px;
    line-height: 47px;
    color: #FFFFE6;
    padding: 22px 12px 18px
}
.chart-review a {
    line-height: 47px;
    color: #FFD500;
    background-color: #6B6D6D;
    padding: 22px 25px
}
.chart-brand ul {
    list-style-type: none;
    margin-left: -30px;
    color: #373737;
    font-size: 13px;
    line-height: 21px;
    margin-top: 4px
}
.chart-brand ul .brand, .chart-play-fs a {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 14px
}
.chart-play-fs {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 11%;
    -ms-flex: 1 1 11%;
    flex: 1 1 11;
    height: 50px;
    text-align: center
}
.chart-play-fs a {
    background-color: #CE0000;
    line-height: 47px;
    color: #FFFFE6;
    padding: 22px 20px 18px 25px
}
.side-table {
    padding-bottom: 12px
}
.side-table .side-table-row {
    height: 125px
}
.side-table-row p {
    font-size: 10px;
    font-weight: 400;
    line-height: 4px;
    padding-left: 10px
}
.side-table-row p a {
    color: #00f;
    font-weight: 400
}
.side-table-row {
    border-bottom-color: #6B6D6D;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    min-height: 130px;
    padding-top: 5px;
    padding-left: 10px;
    background-color: #FFF;
    padding-bottom: 1px
}
.side-table-row .side-table-heading, .side-table-row .side-table-heading2, .side-table-row .side-table-heading3, .side-table-row .side-table-heading4 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    height: 34px;
    background-repeat: no-repeat
}
.side-table-row .side-table-heading {
    background-image: url(images/bovada120-logo.jpg)
}
.side-table-row .side-table-heading2 {
    background-image: url(images/betonline120-logo.jpg)
}
.side-table-row .side-table-heading3 {
    background-image: url(images/sportsbetting120-logo.jpg)
}
.side-table-row .side-table-heading4 {
    background-image: url(images/5dimes120-logo.jpg)
}
.bv {
    background-image: url(images/bovada160-sports.gif);
    background-repeat: no-repeat;
    background-position: center center
}
.bo {
    background-image: url(images/betonline160-main.gif);
    background-repeat: no-repeat;
    background-position: center center
}
.sb {
    background-image: url(images/sportsbetting160-main.gif);
    background-repeat: no-repeat;
    background-position: center center
}
.dimes {
    background-image: url(images/5dimes160-main.gif);
    background-repeat: no-repeat;
    background-position: center center
}

@media (min-width:1024px) {
body {
    background-image: url(images/bg-gradient.jpg);
    background-attachment: fixed;
    background-repeat: repeat-x
}
.bo, .bov, .bova, .bto, .bton, .bv, .dimes, .dk, .fd, .sb, .sbg, .sbtg {
    background-repeat: no-repeat;
    background-position: center center
}
.bv {
    background-image: url(images/bovada160-sports.gif)
}
.bo {
    background-image: url(images/betonline160-main.gif)
}
.sb {
    background-image: url(images/sportsbetting160-main.gif)
}
.bov {
    background-image: url(images/bovada160-sports.gif)
}
.bto {
    background-image: url(images/betonline160-main.gif)
}
.sbg {
    background-image: url(images/sportsbetting160-main.gif)
}
.dms {
    background-image: url(images/5dimes160-main.gif);
    background-repeat: no-repeat;
    background-position: center center
}
.fd {
    background-image: url(images/fanduel160-football.jpg)
}
.dk {
    background-image: url(images/draftkings160-main.jpg)
}
.img_center {
    width: 728px;
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px
}
.bova {
    background-image: url(images/bovada728-sports.gif)
}
.bton {
    background-image: url(images/betonline728-main.gif)
}
.sbtg {
    background-image: url(images/sportsbetting728-main.gif)
}
.dimes {
    background-image: url(images/5dimes728-main.gif)
}
}

@media (max-width:1024px) {
.container .side-nav .side-banners, .img_center {
    width: 250px;
    height: 250px;
    margin-right: auto;
    margin-left: auto
}
.bo, .bov, .bova, .bto, .bton, .bv, .dimes, .dk, .dms, .fd, .sb, .sbg, .sbtg {
    background-repeat: no-repeat;
    background-position: center center
}
.content {
    max-width: 100%;
    order: 1;
    flex-grow: 1
}
.side-nav {
    order: 2;
    flex-grow: 1
}
.side-table {
    display: none
}
.container .side-nav ul {
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.container .side-nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 32%;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    border: 1px solid #9B0000
}
.container .side-nav li a {
    text-align: center;
    font-size: 16px
}
.container .side-nav .side-banners {
    margin-top: 15px
}
.bv {
    background-image: url(images/bovada250-sports.gif)
}
.bo {
    background-image: url(images/betonline250-main.gif)
}
.sb {
    background-image: url(images/sportsbetting250-main.gif)
}
.nav-header {
    font-size: 18px
}
.img_center {
    margin-bottom: 12px
}
.bov, .bova {
    background-image: url(images/bovada250-sports.gif)
}
.bto, .bton {
    background-image: url(images/betonline250-main.gif)
}
.sbg, .sbtg {
    background-image: url(images/sportsbetting250-main.gif)
}
.dimes, .dms {
    background-image: url(images/5dimes250-main.gif)
}
.fd {
    background-image: url(images/fanduel250-football.jpg)
}
.dk {
    background-image: url(images/draftkings250-main.png)
}
}

@media (max-width:728px) {
.container .content h1, .section-header, footer p {
    text-indent: 0;
    text-align: center
}
.chart-brand ul, .section-header, footer p {
    text-align: center
}
.chart-play a, .chart-review a {
    padding: 12px 25px
}
.content {
    max-width: 100%;
    order: 1;
    flex-grow: 1
}
.container .content h1 {
    font-size: 18px
}
.section-header {
    font-size: 15px
}
footer p {
    font-size: 10px
}
header {
    height: 78px
}
.header-banner {
    height: 78px;
    max-width: 99%;
    background-size: 150%
}
.side-nav {
    order: 2;
    flex-grow: 1
}
.container .side-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.container .side-nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 49%;
    -ms-flex: 1 1 49%;
    flex: 1 1 49%;
    border: 1px solid #9B0000
}
.container .content .sidebox {
    width: 95%;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px
}
.container .content .sidebox .sidebox-header {
    width: 100%
}
.chart {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto
}
.chart-brand, .chart-flag, .chart-mobile, .chart-play, .chart-play-fs, .chart-rank1, .chart-rank2, .chart-rank3, .chart-rank4, .chart-review, .chart-stars, .chart-stars4 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}
.chart-review a {
    line-height: 47px;
    color: #FFD500;
    background-color: #6B6D6D
}
}

@media all and (max-width:480px) {
.container .side-nav li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}
.container .content h1 {
    font-size: 16px
}
}
