html,body
{
    font-size:10px;
    margin:0.5em;
    padding:0.5em;
    /*background-color: #66c4ff;*/
    color: #000000;
    font-family: 'Abel';
}

#html {
    background-color: #66c4ff;
     background-repeat: no-repeat;
     background-position: center center;
     background-attachment: fixed;
     background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0px;
    min-width: 920px;
}

#pageGB {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: -2;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px;
}

body {
	margin-top: 20px;
    width: 45%;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.30);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.5);
	min-height: 512px;
	padding: 10px;
	padding-bottom: 105px;
}

#burst {
	position: fixed;
	top: 40%;
	left: 22%;
	z-index: -1;
	margin-left: -118.75px;
	margin-top: -56.25px;
	width: 237.5px;
	height: 112.5px;
}

#ad1 {
	position: fixed;
	bottom: 5px;
	left: 25%;
	width: 468px;
	height: 60px;
	margin-left: -360px;
	z-index: 1496584651456;
	background-color: #fff;
}

#ad2 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	z-index: 1496584651456;
	background-color: #fff;
	border-bottom: 1px solid #ff0000;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover{
    color:#66c4ff;
}


.Monospaced {
    font-family: 'Source Code Pro';
}

.NoWrap {
    white-space: nowrap;
}

.RightAligned{
    text-align:right;
}

.FloatRight{
    float:right;
}

.LeftAligned{
    float:left;
}

.Hidden {
    display : none;
}

.Invisible {
    visibility : hidden;
}

.divTable {
    display: table;
    width: 100%;
}

.divCol {
    display: table-column;
}

.divRow {
    display : table-row;
}

.divCell {
    display : table-cell;
}

.Expand {
    width: 100%;
    overflow:hidden;
}

.floatPanel{
    position: absolute;
    
}

.stickRightPanel{
    position: fixed;
    top:0;
    right:0;
    bottom:1em;
    width: 695px;
    height: 100%;
    z-index: 15973;
    padding:1em;
    background-color: rgba(0, 0, 0, 0.85);
    border-left: 1px solid #ff0000;
}

.siteTitle {
    font-size: 1.5em;
    color: #ff0000;
    vertical-align: middle;
    display: inline-block;
}

.addr{
    font-family: 'Source Code Pro';
    font-size: 0.9em;
    color: #bff0ff;
}

.instruction{
    font-size: 1em;
    color: #66c4ff;
}

.instructionSmall{
    font-size: 0.75em;
    color: #ffffff;
    font-weight: bold;
}

.panel{
    width:50%;
    font-size:1.25em;
    height:100%;
    float:left;
}

.chatBar{
    background-color: rgba(0, 0, 0, 0);
    color: #ff0000;
    height:3em;
    position: fixed;
    right: 26.5px;
    bottom:20px;
    z-index: 999;
}

#chatInput{
    font-size:1.25em;
    color:#ffffff;
    border:0;
    background-color: transparent;
    padding:0.3em;
    width: 315px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255,0,0,0.5);
}

#chatInput:focus{
    outline-width: 0;
    background-color: rgba(0, 0, 0, 0.75);
}

#chatInputBtn{
    width:2.5em;
    height:2.5em;
    border:0;
    float:right;
    vertical-align: middle;
    background-color: rgba(0,0,0,0);
    cursor:pointer;
    color:#ff8911;
}

input[type="data-autosize-input"] {
    width: 90px;
    min-width: 90px;
    max-width: 300px;
    transition: width 0.25s;
}

.CurrentRoundItem{
    padding:0.25em;
    color: #66c4ff;
}

.CurrentRoundItemCol{
    padding-right:0.5em;
    text-align: right;
}

.AllRoundItem{
    padding:0.25em;
    color: #66c4ff;
}

.AllRoundItemCol{
    padding-right:0.5em;
    text-align: right;
}

.RecentPaymentItem{
    padding:0.25em;
    color: #a5ffaa;
}

.RecentPaymentItemCol{
    padding-right:0.5em;
    text-align: right;
}

.rowPanel{
	padding-top: 5px;
    height:55%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.rowPanelBtm{
    height:40%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.BlocktimeGauge {
    padding:0.1em;
    width:10em;
    height:10em;
    margin:0.5em;
}

.StatIconBlocktime {
    background-size: 70%;
    width:1em;
    height:1em;
    overflow: hidden;
}

.GaugeCanvas{
    position: relative;
    text-align: right;
    vertical-align: bottom;
    line-height: 1;
}

.GaugeCanvas canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.StatLabelSmall {
    color:#66c4ff;
    font-size : 1em;
}

.StatValue {
    color:#bff0ff;
    font-size:1.25em;
}

.gaugeLabels{
    margin-bottom: 1em;
    margin-right: 1em;
}

.MiningInfoStat{
    float:left;
    text-align: right;
    margin-right: 0.5em;
    line-height: 1.2em;
}

.infoPanel{
    height:0;
}

.chartGroup{
    width:100%;
}

.chartGroupSelector{

}

.chartGroupSelectorBtn{
    display:inline-block;
    padding-right:0.5em;
    font-size:1.25em;
    color:#66c4ff;
    cursor: pointer;
}

.chartGroupSelectorBtnActive{
    color:#66c4ff;
    font-weight: bolder;
    cursor:default;
}

.chartContainer{
    height:10em;
}

.canvasArea{
    position: relative;
    width: 100%;
    height:10em;
}

.chartCanvas{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
#lastSentTx {
	padding-bottom: 64px;
}

th {
	color: #66c4ff;
}

th .minerName {
	text-align: left;
	padding-right: 2px;
	font-weight: normal;
	width: 140px;
	height: 14px;
	overflow: hidden;
}

th .minerName:hover {
	color: #66c4ff;
}

tr:nth-child(odd) {
    background-color: #000000;
}

.tableInfo {
	width: 100%;
	font-weight: normal;
}

.tableInfo th {
	color: #ff0000;
}

#loading {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 45645645635463;
}

#minedBalance span {
	color: #bff0ff;
}

.tabLink {
	color: #66c4ff;
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 3px;
	border-top: 1px solid rgb(255,0,0);
	border-left: 1px solid rgb(255,0,0);
	border-right: 1px solid rgb(255,0,0);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: color 600ms;
	transition: color 600ms;
}

#tab1, #tab2, #tab3 {
	display: none;
	color: #bff0ff;
	border-radius: 10px;
	border-top: 1px solid rgb(255,0,0);
	padding: 6px;
	opacity: 0;
	-webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#panelTabLinkDiv {
	width: 100%;
}

.panelTabLink {
	color: #66c4ff;
	font-size: 15px;
	font-weight: bold;
	min-width: 75px;
	text-align: center;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 3px;
	z-index: 565465476566;
	display: inline-block;
	border-top: 1px solid rgb(255,0,0);
	border-left: 1px solid rgb(255,0,0);
	border-right: 1px solid rgb(255,0,0);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: color 600ms;
	transition: color 600ms;
}

.panelTab {
	width: 100%;
	height: 100%;
	border-top: 1px solid rgb(255,0,0);
	border-radius: 10px;
}

#panelTab2 {
	display: none;
	opacity: 0;
}

#panelTab2 iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    width: 6px;
    border: none;
}

::-webkit-scrollbar:horizontal {
    height: 6px;
    border: none;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.8); 
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(255,0,0,0.5);
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ff0000;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.8); 
}
