* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
}

body {
    background: #1b895d;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.fcont {
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    background: linear-gradient(#135d4d, #1b895d);
}

.bolded {
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    color: #febd00;
    font-family: Arial, Helvetica, sans-serif;
}

.bzcaption {
    font-weight: bold;
    text-align: center;
    padding: 20px 0px;
    margin-left: 18px;
    font-size: 20px;
    color: #febd00;
    font-family: Arial, Helvetica, sans-serif;
}

.formcap {
    display: none;
    font-size: 1.5em;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 17px;
    text-align: center;
    border-radius: 5px;
    background-color: #0000fe;
    color: white;
}

.win {
    color: #00ffa2;
    font-weight: bold;
}

.bpb_button {
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
}

.mobilecap {
    font-size: 13px;
}

.mobilecode {
    font-size: 12px;
    font-weight: bold;
}

.stdinput {
    width: 120px;
    margin-top: -2px;
    font-size: 13px;
    margin-bottom: 10px;
}

td.fbtblcap {
    text-align: center;
    padding: 2px 3px;
    font-size: 10px;
    font-weight: bold;
    border: 3px solid #21af76;
    /* color: #01ffa2;*/
    color: white;
}

td.fbtbl {
    padding: 1px 3px;
    font-size: 9px;
    border: 3px solid #21af76;
    color: #FFF;
}

.box.fbtbl {
    width: 100%;
}

table.fbtbl {
    border-collapse: collapse;
}

p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.stake_payout {
    font-size: 15px;
    text-align: center;
    color: white;
}

.rule {
    position: fixed;
    bottom: 0;
    margin: 0;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    left: 0;
    background: #135d4d;
    padding-top: 16px;
    padding-bottom: 16px;
}

.Bob_ArticleItem_Button3 {
    border: 0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #212121;
    position: relative;
    padding: 6px 10px 6px 10px;
    background: linear-gradient(#ffc801, #ffb100);
}

    .Bob_ArticleItem_Button3:hover {
        background: linear-gradient(#fffaea, #ffbd28);
    }

.Bob_ArticleItem_Button3gray {
    border: 0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #212121;
    position: relative;
    padding: 6px 10px 6px 10px;
    background: linear-gradient(#c8c8c8, #b1b1b1);
}

    .Bob_ArticleItem_Button3gray:hover {
        background: linear-gradient(#fafafa, #bdbdbd);
    }


.Bob_ArticleItem_Button31 {
    border: 0;
    border-radius: 5px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #212121;
    position: relative;
    padding: 2px 3px 2px 3px;
    background: linear-gradient(#ffc801, #ffb100);
}

    .Bob_ArticleItem_Button31:hover {
        background: linear-gradient(#fffaea, #ffbd28);
    }


.betwizbottom {
    color: #fff;
    width: 100% !important;
    padding-top: 20px;
    line-height: 14pt;
}

    .betwizbottom td {
        text-align: center;

    }

.getbet {
    text-align: center;
}

.bzprocerrmsg {
    color: yellow;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
}

.bolded {
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    color: #febd00;
    font-family: Arial, Helvetica, sans-serif;
}

.loadingbets {
    position: absolute;
    top: 110px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: none;
    background: #ffffffdd;
    z-index: 200;
    text-align: center;
    border-radius: 7px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}

.bzerror {
    text-align: center;
    font-weight: bold;
    color: yellow;
}

/* ==============================================================================
                                  MAIN PAGE
   ==============================================================================*/

#bzlogo {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: #135d4d;
}

    #bzlogo img {
        padding-top: 10px;
        height: 75px;
    }

div#bzerrmess {
    color: white;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 13pt;
}

    div#bzerrmess span {
    }

iframe#bzwrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #1b895d;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}	

#bzfooter {
	margin: 0px;
	padding:10px 0px;
    text-align: center;
}

/* ==============================================================================
                                  COVER SPIN
   ==============================================================================*/

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 43%;
    top: 10%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #135d4d;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
