html,body
{
    font-size:12px;
    margin:0.5em;
    padding:0.5em;
	background-color: #66c4ff;
	/* background-color: #126A8A; */
	color: #000000;
/*  background-color: #66c4ff; ml pool
    color: #000000; */
	/*background-color: #2F1818;*/
    /*background-color: #5485a6;*/
	/*color: #FFFFFF;*/
    font-family: 'Abel';
}

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

a:hover{
    color:#66c4ff;
	/* color:#FFFFFF; */
}


.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: 99%;
}

.divCol {
    display: table-column;
}

.divRow {
    display : table-row;
}

.divCell {
    display : table-cell;
}

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

.floatPanel{
    position: relative;
    
}

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

.siteTitle {
    font-size: 1.1em;
    /* color: #ff0000; */
	/* color: #FFCF00; */
	color: #FFFFFF;
    vertical-align: middle;
}

.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.20em;
    height:100%;
    float:left;
}

.chatBar{
    background-color: rgba(0, 0, 0, 0);
    color: #ff0000;
    height:3em;
    position: fixed;
    right: 22.5px;
    bottom:0;
    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.25); */
	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{
    height:60%;
    overflow: scroll;
}

.rowPanelBtm{
    height:40%;
    overflow: scroll;
}

.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;
}

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

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

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

.tableInfo th {
	color: #ffffff;
}

.footerad {

}

::-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: 10px;
/*  background-color: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(255,0,0,0.5); */
	#5485a6
	background-color: #5485a6;
    border: 1px solid #5485a6;
}

::-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); 
}
