	.nav.nav-tabs a {
		width:50%;
		float:left;
		background-color:#f7f7f7;
		padding:10px;
		text-align:center;		
	}
	.nav.nav-tabs a.nav-item.nav-link.active {
		background-color:#234a89;
	}
	.nav.nav-tabs a.nav-item.nav-link h4,.nav.nav-tabs a.nav-item.nav-link h4 i {
		color:#cccccc;
	}
	.nav.nav-tabs a.nav-item.nav-link.active h4,.nav.nav-tabs a.nav-item.nav-link.active h4 i {
		color:#ffffff;
	}
	.nav.nav-tabs a.nav-item.nav-link:hover,
	.nav.nav-tabs a.nav-item.nav-link.active:hover,
	.nav.nav-tabs a.nav-item.nav-link:focus,
	.nav.nav-tabs a.nav-item.nav-link.active:focus
	{
		text-decoration:none;
	}
	.tab-content {
		background-color:#fff;
	}
	 table.arrdeptables {
			border-collapse: collapse;
			width: 100%;
			margin: auto;
		}
		table.arrdeptables td {
			padding: 10px 10px 10px 20px;
		}
		
		table.arrdeptables td.colctr,table.arrdeptables th.colctr,
		table.arrdeptables th.center,table.arrdeptables td.center {
			text-align:center;
		}
		table.arrdeptables thead tr {
			background-color:#234a89;
		}
		table.arrdeptables thead tr th {
			color:#ffffff !Important;
			font-weight:bold;
			padding: 10px 10px 10px 20px;
		}
		
		table.arrdeptables tr:nth-child(even) { 
			background-color:#eaeaea; 
		}
		.xml-date-modified.arri, .xml-date-modified.depa {
			background-color:#234a89;
			color:#ffffff !Important;
			padding: 10px 10px 10px 20px;
		}
		.xml-out-of-date p {
			color:#204b8a !Important;
		}


		@media(max-width:560px) {
			table.arrdeptables td, table.arrdeptables thead tr th , .xml-date-modified.arri, .xml-date-modified.depa {
				padding: 10px 5px 10px 10px;
				font-size:11px !Important;
			}
		}




