/* line 1, /home/ruby/SmartparkManagement/app/assets/stylesheets/graphs.css.scss */
table.full_empty_situation {
  overflow: auto;
  display: block;
}

/* line 6, /home/ruby/SmartparkManagement/app/assets/stylesheets/graphs.css.scss */
.full_empty_situation thead tr th {
  font-size: 10px;
}

/* line 10, /home/ruby/SmartparkManagement/app/assets/stylesheets/graphs.css.scss */
.full_empty_situation td.count {
  text-align: center;
  font-size: 10px;
}

/* line 14, /home/ruby/SmartparkManagement/app/assets/stylesheets/graphs.css.scss */
.full_empty_situation td.week-color-red {
  color: red;
}

/* line 17, /home/ruby/SmartparkManagement/app/assets/stylesheets/graphs.css.scss */
.full_empty_situation td.week-color-blue {
  color: blue;
}

/* line 20, /home/ruby/SmartparkManagement/app/assets/stylesheets/graphs.css.scss */
.full_empty_situation td.color-red {
  background-color: red;
}

/* line 23, /home/ruby/SmartparkManagement/app/assets/stylesheets/graphs.css.scss */
.full_empty_situation td.color-orange {
  background-color: orange;
}

/* line 26, /home/ruby/SmartparkManagement/app/assets/stylesheets/graphs.css.scss */
.full_empty_situation td.color-yellow {
  background-color: yellow;
}
