.the99btc-bf.form input[name=address] {
    width: 60%;
}

.the99btc-bf.form .button {
    background-color: transparent;
}

.the99btc-bf a {
    cursor: pointer;
}

.the99btc-bf.form input[type=button] {
    cursor: pointer;
}

.the99btc-bf.form .message {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant-caps: normal;
    font-weight: normal;
    line-height: 21px;
    margin: 0 0 21px 0;
    padding: 15px;
    text-align: center;
    vertical-align: baseline;
}

.the99btc-bf.form .message-error {
    background-color: rgb(242, 222, 222);
    color: rgb(169, 68, 66);
}

.the99btc-bf.form .message-success {
    background-color: rgb(223, 240, 216);
    color: rgb(60, 118, 61);
}

.the99btc-bf.form .timer {
    margin: 0 auto 15px auto;
    padding: 0;
    font-size: 60px;
    font-weight: bold;
}

.the99btc-bf.form .sound-controls {
    margin: -15px auto 15px auto;
    padding: 0;
}

.the99btc-bf.check h3, .the99btc-bf.check h4 {
    color: rgb(96, 101, 105);
    margin: 30px 0 20px 0;
}

.the99btc-bf.check input[name='the99btcbfaddress'] {
    width: 50%;
}

.the99btc-bf.check canvas {
    margin-top: 10px;
}

.the99btc-bf.check .row {
    margin: 10px 0 10px 0;
}

.the99btc-bf.check .info {
    text-align: left;
}

.the99btc-bf.check .info label {
    font-weight: bold;
}

.the99btc-bf.check .statistic table {
    width: 100%;
}
.the99btc-bf.check .transacitons table {
    width: 100%;
}
.the99btc-bf.check .payouts table {
    width: 100%;
}
.the99btc-bf.check .referrers table {
    width: 100%;
}

.the99btc-bf.check .row.info {
    padding: 20px 0;
    line-height: 30px;
}

.the99btc-bf.check .payouts .bonus {
    color: rgb(204, 120, 50);
}
.the99btc-bf.check .payouts .penalty {
    color: rgb(255, 0, 0);
}
.the99btc-bf.check .payouts .direct {
    color: rgb(194, 194, 194);
}
.the99btc-bf.check .payouts .referral {
    color: rgb(3, 15, 137);
}
.the99btc-bf.check .payouts .seniority {
    color: rgb(9, 99, 11);
}

.the99btc-bf .g-recaptcha > div {
    margin: 0 auto;
}
