#irus_widget_container {
  font-family: 'Roboto';
  line-height: 1.6;
  color: #666;
  max-width: 1200px;
  margin: 0 auto;
}

#irus_widget_container thead th {
  color: #fff;
  background-color: #00818e;
}

#irus_widget_container tbody tr {
  color: #666;
  font-weight: 400;
}

#irus_widget_container tbody tr:nth-child( even ) {
  background: #f8fafa;
}

#irus_widget_container tbody tr:nth-child( odd ) {
  background: #f2f2f2;
}

#irus_widget_container tbody tr:hover td {
  background-color: #d1dfe0;
}

#irus_widget_container th, td {
  padding: 5px;
  text-align: center;
}

#irus_widget_container td.key {
  font-weight: bolder;
  text-align: left;
}

#irus_widget_container td.value {
  text-align: left;
}

#irus_widget_container #irus_widget_results {
  padding: 10px; 
}

#irus_widget_container #irus_widget_form {
  font-size: 90%;
}

#irus_widget_container #irus_widget_form .irus_widget_label {
  font-weight: bolder;
}