html,
body {
  padding: 0;
  margin: 0;
  font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

* {
  box-sizing: border-box;
}

.c-Rating {
  min-height: 632px;
}

.c-Table th {
  font-size: 14px !important;
  text-align: center !important;
  text-transform: capitalize !important;
  font-weight: bold !important;
}

table.c-Table tr {
  text-align: center !important; 
}

table.c-Table td {
  vertical-align: middle !important; 
  text-align: center !important;
}

table.c-Table tbody tr:nth-child(even) {
  background: none;
}

table.c-Table thead {
  background: none;
  color: black;
}

#text-11.item-widget-light.block.block-border.widget.item-widget.widget_text.module {
  display: none;
}