.cost_comparison_table_header th span{
  font-weight: 300;
}

.cost_comparison_table tr{
  text-align: center;
}

.cost_comparison_table tr.empty{
  height: 45px;
}

.cost_comparison_table td:first-child{
  text-align: left; 
}

tr.cost_comparison_table_header{
  background-color: #244b67 !important;
  color: #fff;
  text-align: center;
}

tr.cost_comparison_table_footer{
  background-color: #EF7D22 !important;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

tr.highlight{
  background-color: #eee;
  font-weight: bold;
  color: #000;
}

button.btn,
a.btn{
  background-color: #eee;
  color: #000;
  border-radius: 20px;
  padding: 10px 24px;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
}

button.btn-primary,
a.btn-primary{
  background-color: #EF7D22;
  color: #fff;
}
