/* service.css */


#MainContent table {
  width: 600px;
  margin: auto;
  margin-bottom: 10px;
}
#MainContent .tabletitle {
  color: #1C358A;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
  padding-bottom: 5px;
}

#MainContent table td {
  border: 2px solid white;
  padding: 10px;
}

#MainContent .one {
  font-size: 12px;
  background: #C7D4F9;
}

#MainContent .two {
  font-size: 12px;
  background: #eaefff;
}

#MainContent .rubric {
  text-align: center;
  background: #015A7C;
  color: white;
  font-size: 14px;
  font-weight: bold;
}