.usage_table_subtitle {
  color: blue !important;
}

.usage_panel p, h4, h6, table {
  padding: 0 !important;
  margin: 0 !important;
}

.usage_table th,td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mrt_info_table th,td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sim_list_col {
  width: 20% !important;
}

.sim_search_error {
  color: red !important;
}

@media (min-width: 768px) {

.usage_table table {
  width: 60%;
}

.usage_table th,td {
  width: 50%;
  overflow: hidden;
}

.mrt_info_table table {
  width: 60%;
}

.mrt_info_table th,td {
  width: 50%;
  overflow: hidden;
}

.stat_table td {
  font-weight: bold;
}

.stat_table {
  padding-top: 10px;
  padding-bottom: 10px;
}

}
