body{
   min-height: 0px !important;
}
#logo{
    height : 100%;
    width : 100%;
}

#easystech{
    font-weight: bold;
    font-size: 18px;
}

#info{
    margin-top: 20px;
}

#tabMenu{
    margin-top: 25px;
    background-color: white;

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: rgb(0,119,199);
    color: white;
}