.bg-danger, .bg-success {
	padding: 0 5px;
}

a {
	color: #EF1F2F;
	text-decoration: none;
}
p {
	
	
}
p.red {
	
	color: #ff0000;
}
body {
  padding-top: 50px;
}
.container {
  padding: 10px 15px;
  text-align: left;
}

table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

table, th, td {
    border: 1px solid black;
}


th, td {
    padding: 2px;
    text-align: left;
}



.navbar-custom {
  background-color:#082283;
  background-image: none;
  background-repeat: no-repeat;
 }