body
{	
	font-family:'Merriweather';
	background-color: white;
	color:black;
}

img.img-logo{
	margin-top:20px;
	margin-bottom:0px;
}


/* Navigation special code */
.navbar>.container{
    width:100%;
}

html body .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-top:30px;
}
html body ul.nav{
    float:right;
}

hr{
	margin:0px;	
}

.container-content{
    min-height:400px;
}
.container-footer{
	min-height:200px;
}
td
{
    text-align:left;
}

body
{
    line-height:normal;
}

table.ottTable
{
    border: 1px solid #DDD;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:20px;
}
table.ottTable th, table.ottTable td
{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid;
}
