.table tr th {
  background: #012a56;
}
#content .container-fluid {
  max-width: 1400px;
  float: left;
}
.dropdown-menu{
	box-shadow: 0 3px 5px #000;
	left: -10px !important;
}
.dropdown-menu a{
	border-bottom: solid 1px #ddd;
}
.dropdown-menu a:last-child{
	border-bottom: solid 1px #fff;
}