table {
  border-collapse: collapse;
  width: 100%;
}
tr {
  border-bottom: 1px solid #ccc;
}
th, td {
  text-align: left;
  padding: 4px;
}

p, a, ul, li, table { 
	font-family: 'PT Sans', sans-serif !important;
	text-align: left;
}

a {
color: #008EC0 !important;
}

.h2, .h3, h2, h3 {
        color: #008EC0 !important;
        font-family: 'PT Sans', sans-serif !important;
		margin-top: .5rem;
}

.h4, h4, .h5, h5 {
         font-family: 'PT Sans', sans-serif !important;
		 color: #212529 !important;
		 margin-top: .5rem;
}


#nav 
a.nav-link-active {
	background-color: #008EC0 !important; 
	color: #fff !important;
} 

a.nav-link {
	color: #212529 !important;
}


figcaption {
  font-size: .8rem;
  color: gray;
  padding-top: 5px; 
}

#footer .container {
 padding: 15px !important;
 }
