table, th, td {
  border: 2px solid #4C89C3;
  border-collapse: collapse;
  padding: 6px;
}

h1, h2 {
  text-align: center;
  color: #4675A2;
}


h2 {
  font-size: 1.5em;
}

tr:nth-child(even) {
  background-color: #D9DFED;
}

tr:nth-child(odd) {
  background-color: white;
}

tr:hover {
  background-color: #C3CDE3;
}

#blank {
  background-color: white;
        padding: 6px;
        font-size: 1.5em;
        line-height: 160%;
        font-weight: bold;
        margin: 0;
padding: 10px;
}

#company {
  background-color: #4675A2; 
  color: white;
}

#personal {
  background-color: #238D60; 
  color: white;
}

#basicListing {
  background-color: #A2BAD0;
  color: white;
}

#microsite {
  background-color: #6B91B5;
  color: white;
}

#consumerProfile {
  background-color: #85bd5f;
  color: white;
}

#premiumProfile {
  background-color: #3ABD70;
  color: white;
}

.xmark {
  color: red;
}

.fa-times {
  width: 96%;
}

.firstCol {
  width: 80%;
}

.checkMark {
  color: #15AE52;
}

.boldFont {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

* {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

#blank {
  color: #093552;
  text-align: center;
}