html,body
{
    font-size:12px;
    margin:0.2em;
    padding:0.2em;
    background-color: #000000;
    color: #08ba01;
    font-family: 'Helvetica';
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover{
    color:#08ba01;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
#hello {
    position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    font-size : 20px;
    /*display: none;*/
}
/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 300px; /* Could be more or less, depending on screen size */

}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
.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;
}

.divCol {
    display: table-column;
}

.divRow {
    display : table-row;
}

.divCell {
    display : table-cell;
}

.Expand {
    width: 100%;
    overflow:hidden;
}

.floatPanel{
    position: relative;
}

.stickRightPanel{
    position: fixed;
    top:0;
    right:1;
    bottom:1em;
    width:100%;
    padding:0.5em;
    background-color: rgba(0, 0, 0, 0.45);
	

}

.siteTitle {
    font-size: 1.5em;
    color: #00ff15;
    vertical-align: middle;
}
.siteSubTitle {
    font-size: 1.3em;
    color: #00ff05;
    vertical-align: middle;
}

.addr{
    font-family: 'Source Code Pro';
    font-size: 0.9em;
    color: #08ba01;
}

.instruction{
    font-size: 1em;
    color: #e5c100;
}

.instructionSmall{
    font-size: 0.75em;
    color: #e5c100;
}

.panel{
    width:30%;
    font-size:1.25em;
    height:100%;
    float:left;
	   overflow-x:hidden;

}
.panel2{
    width:70%;
    font-size:1.25em;
    height:100%;
    float:left;

}
.chatBar{
    background-color: #2F4F4F;
    color: #5b7997;
    height:3em;
    position: fixed;
    width:100%;
    left:0;
    bottom:0;
    z-index: 999;
}
.chatBarItems{
    background-color: #2F4F4F;
    color: #5b7997;
  
   float:left;
   
}
.rowPanel2{
	 height:90%;
	 
	   overflow: scroll;
	   overflow-x:hidden;

}

#chatUsernameInput
{
	
    font-size:1.25em;
    color:#e5c100;
    border:0;
    border-bottom:1px solid #e5c100;
    background-color: transparent;
    padding:0.25em;
    width:20%;
}

#chatInput{
	
    font-size:1.25em;
    color:#e5c100;
    border:0;
    border-bottom:1px solid #e5c100;
    background-color: transparent;
    padding:0.25em;
    width:40%;
}
.logLineNewBlock{


    border-bottom:1px solid #0f6817;

}
#chatInput:focus{
    outline-width: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

#chatInputBtn{
    width:2.5em;
    height:2.5em;
    border:0;
    float:right;
    vertical-align: middle;
    background-color: rgba(0,0,0,0);
    cursor:pointer;
    color:#e5c100;
}

input[type="data-autosize-input"] {
    width: 90px;
    min-width: 90px;
    max-width: 300px;
    transition: width 0.25s;
}
.rowPanelBtmLeft{

    height: 35%;
}
#PoolInfo{
    padding:0.25em;
    color: #0f6817;
    height:100%;
    overflow: scroll;
}
#Local{
    padding:0.25em;
    color: #0f6817;
    height:100%;
    overflow: scroll;
}
.CurrentRoundItem{
    padding:0.25em;
    color: #0f6817;
}

.CurrentRoundItemCol{
    padding-right:0.5em;
    text-align: right;
}
.Addr{
    font-family: 'Source Code Pro';

     color: #08ba01;
}
.deadline{
    font-family: 'Source Code Pro';
 color: #e5c100;
}
.Addr2{
    font-family: 'Source Code Pro';

      color: #e5c100;
 }
.Block{
    padding-right:0.5em;
    text-align: middle;
     color: #e5c100;

    font-family: 'Source Code Pro';
}
.accountName{
    padding-right:0.5em;
    text-align: middle;
     color: #e5c100;

    font-family: 'Source Code Pro';
}
.Won{
    padding-right:0.5em;
    text-align: middle;
     color: #e5c100;
}
.time{

    font-family: 'Source Code Pro';
    color: #0f6817;
}
.cellSubTitle {
    font-size: 1.25em;
    color: #00ffa;
    vertical-align: middle;
        text-align: middle;

     display : table-cell;
}
.PoolInfotext{
    padding-right:0.5em;
    text-align: left;
     color: #e5c100;
}
.Money{
    padding-right:0.5em;
    text-align: right;
      color: #e5c100;

    font-family: 'Source Code Pro';
}
.AllRoundItem{
    padding:0.25em;
    color: #0f6817;
}

.AllRoundItemCol{
    padding-right:0.5em;
    text-align: right;
}
.PendingPaymentItemCol{
 padding-right:0.7em;
}
.RecentPaymentItem{
    padding:0.25em;
    color: #0f6817;
}

.RecentPaymentItemCol{
    padding-right:0.5em;
    text-align: right;
}

.rowPanel{
    height:60%;
    overflow: scroll;
	   overflow-x:hidden;
}

.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:#02b10d;
    font-size : 1em;
}

.StatValue {
    color:#08ba01;
    font-size:1.25em;
}

.gaugeLabels{
    margin-bottom: 2.2em;
    margin-right: 1.3em;
}

.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:#02b10d;
    cursor: pointer;
}

.chartGroupSelectorBtnActive{
    color:#08ba01;
    cursor:default;
}

.chartContainer{
    height:6em;
}

.canvasArea{
    position: relative;
    width: 100%;
    height:6em;
}
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #333232;


}
ul.tab2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #333232;


}


/* Float the list items side by side */
ul.tab li {float: left;}
ul.tab2 li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: #08ba01;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
ul.tab2 li a {
     display: inline-block;
     color: #08ba01;
     text-align: center;
     padding: 14px 16px;
     text-decoration: none;
     transition: 0.3s;
     font-size: 17px;
 }

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #486047;}

ul.tab2 li a:hover {background-color: #486047;}
/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #636363;}
ul.tab2 li a:focus, .active {background-color: #636363;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	 height:100%;
}
.tab2content {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	 height:100%;
}
#local{
	 height:100%;
}

.chartCanvas{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
@media (max-width: 1200px) {
 .panel{
     width:50%;
     font-size:1.25em;
     height:100%;
     float:left;
 	   overflow-x:hidden;

 }
 .panel2{
     width:50%;
     font-size:1.25em;
     height:100%;
     float:left;

 }
 .stickRightPanel{
     position: fixed;
     top:0;
     right:1;
     bottom:1em;
     width:100%;
     padding:0.5em;
     background-color: rgba(0, 0, 0, 0.45);


 }
}