/* Insert your pool's unique CSS here */

#top-bar
{
	background-color: #ffd600;
	color: #000000;
}

.nav-side-menu .brand
{
	background-color:#000000;
}

.infoBox
{
	background-color:#ffe24d; 
	 
}

.infoBox .content .value
{
	color: #000000;
	text-shadow: 1px 1px 1px #ffffff;
}

.infoBox .content .text
{
	color: #000000;
}

.hashInfo
{
	background-color: #000000;
}

.nav-side-menu ul .active, .nav-side-menu li .active {
    border-left: 3px solid #ffe24d;
    background-color: #ffd600;
}

.nav-side-menu ul .active a, .nav-side-menu li .active a {
	color:#000000;
}

.nav-side-menu li:hover {
    border-left: 3px solid #ffe24d;
    background-color: #ffd600;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}

.nav-side-menu li:hover a {
	color:#000000;
}

.stats > div:not(#addressError) > span:not(.input-group-btn):first-of-type
{
	color:#000000;
}

div.stats :before, div.stats :after
{
	color:#000000;
}

.btn-default
{
	background-color: #313131;
}

.btn-default:hover
{
	background-color: #000000;
}

.btn-success
{
	background-color: #ffd600;
	color:#000000;

}

.btn-success:hover
{
	background-color: #313131;
	color:#ffffff;

}
	
	
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th
{
	background-color: rgba(255, 214, 0, 0.3);
}	

.table > tbody > tr:hover td,
.table > tbody > tr:hover th {
  background-color: rgba(255, 214, 0, 0.5);
}

#back-to-website
{
	float:right;

}

#back-to-website a 
{
	font-size:1.1em;
}



#blocksReport .unlocked td {
   background-color: rgba(255, 214, 0, 0.15);
}

#blocksStats .luckGood
{
	color:#000000;
}

footer a
{
	#ffd600 !important;
}

.nav-side-menu div.brand span.twoa
{
	color:#ffd600;
	font-size:1.4em;
}
	