.site-header,
.site-header.header-scrolled {
    background-color: rgba(32,37,41, 0.9) !important
}
.site-title a,
.site-title a:hover {
    color: #fcd088 !important
}
.reflink {
    background: no-repeat scroll 15px 15px #34393C;
    color: #fcd088;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    font-family: Arial;
    align: center;
    padding: 15px 15px 15px 20px;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 565px;
    max-width: 100%
}
.bluebtn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.bluebtn {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}
.bluebtn2:hover {
    background-color: #008CBA;
    color: white;
}
.boxinfo {
    background: no-repeat scroll 15px 15px #F0AB80;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    font-family: Arial;
    padding: 15px 15px 15px 15px;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 100%;
}
.payment-option {
    display: inline-block;
    margin: 0px;
    color: #353536;
    padding: 4px;
    width: 300px;
    height: 685px;
    vertical-align: top;
}
.faucetbox-payment {
    background-color: #FDF8E4;
}
.gobits    {
    background:no-repeat scroll 15px 15px #0EBBB5;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    font-family:Arial;
    align: center;
    padding: 15px 15px 15px 20px;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 585px;
    max-width: 100%;
    }
.box1    {
    background:no-repeat scroll 15px 15px #B1917C;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    font-family:Arial;
    padding: 15px 15px 15px 15px;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 584px;
    max-width: 100%;
    }
.box2    {
    background:no-repeat scroll 15px 15px #9CC9DA;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    font-family:Arial;
    padding: 15px 15px 15px 15px;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 585px;
    max-width: 100%;
    }
.alert {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-family:Arial;
    padding: 15px 15px 15px 15px;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 585px;
    max-width: 100%;
}
.alert-success {
	background-color: #70DC83;
	border-color: #70DC83;
}
.myButton {
	background-color:#6E6E6E;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
        width: 560px;
        max-width:100%; 
        height: 52px;
	border:1px solid #6E6E6E;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#424242;
        color: #fcd088;
}
.myButton:active {
	position:relative;
	top:1px;
}
.captchaBtn {
	background-color:#585858;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
        width: 480px;
        height: 60px;
	border:1px solid #585858;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	text-decoration:none;
}
.captchaBtn:hover {
	background-color:#6E6E6E;
        color: #fcd088;
       border:1px solid #6E6E6E;
}
.captchaBtn:active {
	position:relative;
	top:1px;
}
.alertbox    {
    background:no-repeat scroll 15px 15px #8A99A6;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-family:Arial;
    padding: 15px 15px 15px 15px;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 585px;
    max-width: 100%;
    }
.reflink2 {
    background: 15px 15px no-repeat #424242;
    color: #D8D8D8;
    font-size: 13px;
    line-height: 15px;
    align: center;
    padding: 15px 15px 15px 20px;
    border-radius: 5px;
    margin: 0 auto 15px;
    position: relative;
    font-weight: 400;
    font-family: Arial;
    width: 580px;
    max-width: 100%;
}