.center-tx
{
    text-align: center;
}

.login  {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 2px;
}

tr {
   line-height: 25px;
   min-height: 25px;
   height: 25px;
}

th
{
    text-align: center;
}

.tableRowsHeight>tbody>tr>td{
    
    line-height:0.90;
}
.account-wall
{

    text-align: center;
    max-width: 400px;
    margin-top: 20px;
    padding: 20px 20px 30px 30px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


.form-signin
{
    max-width: 340px;
    padding: 15px;
    margin: 0 auto;
}

.bottomHeader
{
    padding-bottom: 10px;
}
.sizeNavbar
{
    width: 110%;
}


.a.logout
{
    padding-top:7px;
}


/*.container-fluid 
{
    height: 50px;
    background-color: #EFEFEF;
    border: 1px #B2B2B2 solid;
    border-radius: 10px 10px 10px 10px; 

}



.navbar.navbar-default
{
    height:50px;
    border-radius: 10px 10px 10px 10px;


}*/



.borderhead
{
    border-right: 1px #B2B2B2 solid;

}



.table>thead
{
    background-color: #EFEFEF;

}

ul.nav:hover 
{ 
    color: black;
}