body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.navbar-blue a { 
 /* background-color: #00377C; */
 color: #00377C;
 font-weight:bold;
 }
 .navbar-brand { font-size:1.2rem;}
 
 .footer {
 font-size:0.8rem;
 background-color:#00377C;
 color:rgba(255,255,255,0.7);
 }
 
h1,h2,h3 { color: #666666;}
h4 {color: #0094D9; }

.bootstrap-table  {font-size:1rem; font-family: 'Hind',sans-serif;}

.table-borderless td,
.table-borderless th {
    border: 0;
}

.fa-plane-departure, .fa-plane-arrival {color: white; font-size:2rem; border:2px solid; padding:10px;border-radius:10px;}

td:nth-child(3), td:nth-child(4), .card-view-value {
	text-transform:capitalize; 
}
.notices a {color:white;}
.notices a:hover {color:#00377C;}
.notices a i { font-size:1.3rem;}

div[name="files"] a {
	font-weight: 400;
	text-decoration: underline;
	font-style: italic;
	color: #988e8e;
}