﻿.site {
  overflow: initial; }

.rating-box-wrapper {
  width: 16.6%; }

.rating-box {
  width: 40px;
  height: 40px; }

.rating-1 {
  background-color: #D40404; }

.rating-2 {
  background-color: #D46804; }

.rating-3 {
  background-color: #D4B204; }

.rating-4 {
  background-color: #B7D404; }

.rating-5 {
  background-color: #08D404; }

table {
  border-collapse: collapse; }

thead {
  background-color: black;
  color: white; }

th, td {
  text-align: center;
  padding: 5px;
  border: 1px solid black; }

tbody {
  color: black; }

@media (max-width: 433px) {
  .rating-container {
    width: 80%; }
  .rating-box-wrapper {
    width: 30%; }
  table {
    font-size: 10px; }
  th, td {
    padding: 0; } }
