body
{

height: 100%;

}


		.wrapper {
padding-bottom: 60px;
			
			}

			.push { height: 63px; clear: both; } /* Just some arbitrary space to add between footer and rest of the content, when they are close */

			/* not required for sticky footer; just makes some space for navigation bar */
			.wrapper > .container-fluid {
				padding-top: 60px;
			}

			
			.roundedCorners
			{
			
			
			
			-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;


}
			
			
.navbar .divider-vertical
{

height: 70px;

}

.navbar .brand {

padding-top: 3px;
position:relative;
}

.navbar .brand small {
position:absolute;
font-size: 10px;
color:white;
top:39px;
left:109px;
}

.navbar .brand img {

font-size: 10px;
float:left;

}


.navbar .brand span {

margin-top:15px;
margin-left:10px;
float:left;

}



.navbar-inverse .nav .active > a {

height: 49px;

}

.nav li {

line-height: 45px;

}


.tableDownload
{

margin-left:15px;
margin-right:15px;

}

.whitesmoke
{
background-color: whitesmoke;
}

.center
{
margin: auto auto;
}