.tab-title {
  padding: 8px;
  text-align: center;
  background: #034A87;
  color: whitesmoke;
  font-size: 28px;}

.section-title {font-size: 16px;
text-align: center;
background: #034A87;
color: whitesmoke;
font-weight: 500;}

.instructions {font-weight: 500; color:navy;}

.bar.progress-bar {background:#034A87;}

.navbar-static-top.navbar { min-height: 90px; }
 
.crmEntityFormView fieldset {
  padding: 0 28px 20px;
background:whitesmoke;
}
.collapsible {
  background-color:blue;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 2;
  text-align: left;
  outline: none;
  border-color: white;
  font-size: 15px;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: whitesmoke;
  }
  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
