body {
    background: #66CCFF;
    color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
}

p{
   color: #212121;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
}


h2{
    color: #212121;
    font-family: "Glegoo",serif;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}



h1, h2, h4, h5{
    color: #212121;
    font-family: "Glegoo",serif;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

h3 {
    color: #212121;
    font-family: "Glegoo",serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}


ul{
    margin:0 0 15px 30px;
    padding: 0;
}


ol{
    margin:0 0 15px 30px;
    padding: 0;
}


ul li, ol li{
              margin: 0;
              padding: 0;
}

ul li a, ol li a{
                  color:#fff;
}


ol{
    margin:0 0 15px 30px;
    padding: 0;
}

a:focus{
         outline:0 none;
}

a{
   color: #003399;
   text-decoration: none;
}
a:hover {
    color: #212121;
}
img{
     border:none;
     outline:none;
}

.container {
    width: 100%;
    float:left;
}

.wrapper {
    width: 996px;
    margin:0 auto;
}

.header {
    width:100%;
    float:left;
    padding-top:30px;
}

.header .logo {
    float: left;
    margin: 10px 0 0;
    width: 390px;
}

.header .screen-shot {
    float: right;
    margin: 4px 0 0;
    width: 468px;
}

.content {
    background-color: #CCFFCC;
    border-radius: 24px;
    float: left;
    margin: 24px 0 0;
    padding: 0 17px;
    width: 961px;
}

.content .menu {
    float: left;
    margin: 27px 0 28px -1px;
    width: 100%;
}

.menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    display: inline;
    padding: 0 1px;
}

.menu ul li a {
    background: url("images/libg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 8px;
    color: #ffffff;
    font-family: "Glegoo",serif;
    font-size: 13px;
    font-weight: normal;
    padding: 7px 20px 9px 21px;
    text-decoration: none;
    text-transform: uppercase;
}

.menu ul li a:hover {
    background: url("images/hoverbg.png") repeat-x;
}

.content .content-part {
    border-top: 1px solid #d0d1d2;
    float: left;
    margin-left: 0;
    padding-top: 18px;
    width: 100%;
}

.content .content-part .right-part {
    width: 684px;
    float: left;
}

.banner {
    float: left;
    margin: 0 0 13px;
    width: 685px;
}
.banner img {
    float: left;
}
.main-left-part {
    float: right;
    margin-left: 18px;
    width: 258px;
}
.left-part {
    background-color: #66CCFF;
    border-radius: 8px;
    float: right;
    margin-left: 18px;
    padding-bottom: 10px;
    width: 258px;
}

.heading-part {
    padding-left: 10px;
    padding-top: 5px;
    width: 96%;
}

.heading-part h3 {
    color: #000;
    font-family: "Glegoo",serif;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 1px;
    margin-top: 3px;
    text-transform: uppercase;
}

.nav-part {
    background-color: #fff;
    border-radius: 8px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    padding: 11px 0 10px 7px;
    width: 230px;
}

.nav-part ul {
    list-style: outside none none;
    margin: 2px 0 0 9px;
    padding: 0;
    width: 206px;
}

.nav-part ul li {
    background: url("images/flwr.png") no-repeat scroll 3px 8px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #acacac;
    padding: 2px 0 3px;
}

.nav-part ul li a {
    color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-left: 22px;
    text-decoration: none;
}

.nav-part ul li a:hover {
    color:#edb429;
}

.nav-part ul li:last-child {
    border-bottom: none;
}
.main-table {
    float: left;
    padding: 0 0 21px;
    width: 684px;
}
.content .content-part .table-section {
    background-color: #d6d6d6;
    border-radius: 8px;
    float: left;
    width: 684px;
}

.content-part .table-section .table-heading {
    width: 100%;
    float: left;
}

.table-section .table-heading h2 {
    font-family: "Glegoo",serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-part .table-section .table-area {
    float: left;
    width: 685px;
}

table {
    border-spacing: 0;
    padding: 0 10px 25px;
    width: 100%;
}

th {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight:bold;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 5px;
    border-right: 1px solid #e9e9e9;
}

tr td {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight:normal;
    text-transform:capitalize;
    text-align: center;
    padding: 10px 5px;
}
table tr:nth-child(even){background-color: #D4D4D4;}
table tr:nth-child(odd){background-color: #fff;}

.row {
    padding-left: 18px;
    text-align: left;
    width: 208px;
}

.row1 {
    border-right: 1px solid #e9e9e9;
}

.row2 {
  border-right: 1px solid #e9e9e9;
  text-align: left;
  padding-left: 18px;
}

.row2 a {
    color: #462103;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight:normal;
    text-decoration: underline!important;
}
.row2 a:hover {
    text-decoration: none!important;
}

.row3 {
   border-right: 1px solid #e9e9e9;
}

.row3 a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight:normal;
    text-decoration: underline!important;
}

.row3 a:hover {
    text-decoration: none!important;
}

.row4 {
   padding-left: 0;
}

.row4 a {
    text-decoration:none;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight:normal;
}

.row4 a:hover {
    color: #462103;
}

.row5 {
        border-right: 1px solid #e9e9e9;
}

.row6 {
     border-right: 1px solid #e9e9e9;
     text-align: left;
     padding-left: 18px;
}

.row7 {
 border-right: 1px solid #e9e9e9;
}

.row8 {
  border-right: 1px solid #e9e9e9;
}

.row9 {
 padding-left: 0;
}

.row6 a {
    color: #462103;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration-color: #462103;
}

.row8 a {
   text-decoration-color: #462103;
    color: #462103;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight:normal;
}

.row8 a:hover {
    text-decoration: none;
}

.row9 a {
    text-decoration:none;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight:normal;
}

.row9 a:hover {
    color: #462103;
}

.content .content-part .para-section {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.content-part .para-section .para-heading {
    width: 100%;
    float:left;
}

.content-part h1 {
    color: #212121;
    font-family: "Glegoo",serif;
    font-size: 17px;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.content-part p {
    color: #212121;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
}

 .footer-content {
    border-top: 1px solid #fff;
    float: left;
    margin: 16px 0 0;
    width: 962px;
}

.footer-content .footer-para {
    width: 370px;
    float: left;
}

.footer-content .footer-para p {
    color: #0099CC;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    padding-left: 15px;
}
.item-screenshot {
    background-color: #d6d6d6;
    border-radius: 8px;
    float: left;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
}
.item-screenshot img {
    padding: 40px 0;
}
.chinglu {
    float: left;
    width: 100%;
}
.left-chinglu {
    float: left;
}
.right-chinglu {
    float: left;
}
.platform {
    float: left;
    padding: 0 16px;
    width: 946px;
}
.content-part h1 {
    color: #000;
    font-family: "Glegoo",serif;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.content-part p {
    color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    padding: 0;
}
.item-f-p {
    float: left;
    width: 100%;
}
.item-f-p h1 {
    color: #212121;
    font-family: "Glegoo",serif;
    font-size: 17px;
    font-weight: 700;
    margin: 9px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.item-f-p p {
    color: #212121;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
}

.item-middle-content {
    float: left;
    margin: 19px 0 0;
    width: 100%;
}
.item-middle-content h4 {
    color: #212121;
    font-family: "Glegoo",serif;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.item-banner-1 {
    background: url("images/item-banner-1-bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    float: left;
    margin: 8px 0 14px;
    padding: 0 0 38px;
    width: 333px;
}
.banner-90-40 {
    float: left;
    margin: 25px 13px 23px 19px;
}
.payout {
    color: #ffffff;
    float: left;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 30.06px;
    font-weight: 600;
    margin: 16px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.bonus {
    color: #ffffff;
    float: left;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: -10px 0 0;
    padding: 0;
    text-transform: uppercase;
}
.visitez-button {
    background: url("images/visitez-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 17px 0 0;
}
.visitez-button:hover {
    background-position: 0 -41px;
}
.visitez-button a {
    color: #ffffff;
    float: left;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 19px;
    font-weight: 600;
    padding: 8px 18px 8px 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.item-banner-2 {
    background: url("images/item-banner-2-bg.jpg") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    float: left;
    margin: 8px 0 0 83px;
    padding: 0;
    width: 333px;
}
.dice {
    float: left;
    margin: 34px 10px 8px 11px;
}
.poker {
    color: #ffeb96;
    font-family: "Oswald",sans-serif;
    font-size: 30.06px;
    font-weight: 500;
    line-height: 1;
    margin: 15px 0 0;
    padding: 0;
    text-shadow: 2px 3px 0 #691810;
    text-transform: uppercase;
}
.software {
    color: #ffffff;
    float: left;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    margin: 5px 0 0;
    padding: 0;
    text-transform: capitalize;
}
.total {
    color: #f4ce21;
    float: left;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: -1px 0 0;
    padding: 0;
}
.revue {
    float: left;
    font-size: 19px;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: capitalize;
    font-style: italic;
    color: #f5cb45;
    margin: 0;
    padding: 0;
}