.nav{
    background-color:#00242F;
    height:50px;
    width: 100%;
}

.nav > a > li {
    margin-left: 10px;
    color:white; display:block; width:100px; height:50px; text-align:center; padding-top:12px;
}

.nav > a > li:hover{
    background-color:rgba(255,255,255,0.1);
}

.nav_selected {
    
     background-color:rgba(255,255,255,0.1);
}


#logo{
    width: 60px;
    height: 45px;
    margin-top: 2px;
    margin-left:10px;
}


.top_board{
    height:250px;
    width:100%;
    background-color: #015671;
    color:white;
}

#blocks_today{
    text-align: center;
    float:left;
    margin-left: 10%;
    margin-top: 50px;
    font-size:22px;
}

#pool_stats{
    float:right;
    margin-right: 10%;
    margin-top: 10px;
    width:35%;
}

.pool_name{
    float:left;
}


.blocks_count{
    float:right;
}

.blocks_count > div{
    display: inline-block;
    
    }


.donation_bar{
    width:100%;
    height:50px;
    background-color:#FF6B6B;
    text-align: center;
    color:white;
    font-size: 20px;
    padding-top: 10px;
    
}



#blocks_table > tbody >tr >td{
    font-size:14px;
}


.donaiton_bar > img{
     margin-left:50px;
     margin-right:50px;
}

.donaiton_bar > i{

}

.top_search_input{color:white; margin-top: 12px; margin-left:100px; background-color: rgba(255,255,255,0.1); border:none; border-radius: 25px; height: 30px; width:450px; padding-left:10px;}


@media only screen and (max-width: 720px){
    
    .donation_bar >img{
        float:none;
        margin-right:none;
    }
     .donation_bar >i{
        float:none;
        font-size:10px;
    }
    
    .top_search_input{
        display: none;
    }
    
    #blocks_today{
        margin-left: 0px;
        float:none;
         margin-top: 0px;
        padding-top: 10px;
        
        }
    
    .top_board{
     height:450px;   
    }
    
    #pool_stats{
            float:none;
        margin-left: 30px;
        display: block;
        margin-right: 0px;
        width:80%;
        text-align: center;
    }

    .pool_name >i{
    display : none;
    }

    
}