
a.title:link{color:white;} 
a.title:visited{color:white;} 
a.title:hover{
	text-decoration: none !important; 
}
a:hover{
	color:lightblue;
} 


a.ais {
    color: navy !important; 
    text-decoration: none !important;
}
a.ais:hover{
	color:lightblue !important;
	
}
a.dodis {
    color: blue !important; 
    text-decoration: none !important;
}
a.dodis:hover{
	color:lightblue !important;
	
}

.datatable{
	text-align:center;
	min-width: 100%;
	border:0px !important;
	padding:16px;
	margin-top: 16px;
}

.jumbotron {
    background-color:#f5f5f !important; 
    width: 100% !important;
}
.container {
    width: 80% !important;
}
.nav-main {
	background: linear-gradient(to bottom,#e4e4e4 0,#e2e2e2 39%,#ddd 79%,#d5d5d5 91%,#cfcfcf 95%,#bebebe 99%);
	
	
}


body {
	 background-color: #ecf0f1 !important;
	
}

datatable tr.odd {
    background-color: #DDFFFF;
}

.column1 { min-width: 250px; max-width: 250px; }
.column2 { min-width: 150px; max-width: 150px; }
.column3 { min-width: 100px; max-width: 100px; }


.twenty-percent {
     width: 100px;
}

.forty-percent {
     width: 250px;
}

.sixty-percent {
     width: 100%%;
}

.top-alignment {
     vertical-align: top;
     text-align:left;
}
