
a {
    text-decoration: none;
}
th {
    height: 30px;
    text-align: center;
    border:1px solid #eee;
    padding:5px;
}
td {
    height: 100px;
    width:calc(1080px/7);
    border:1px solid #eee;
    padding:5px;
}
td span {
  display:block;
  font-size:12px;
  background:#f8f8f8;
  padding:5px;
  margin-bottom:5px;
}
.today {
    background: orange !important;
}
th:nth-of-type(1), td:nth-of-type(1) {
    color: red;
}
th:nth-of-type(7), td:nth-of-type(7) {
    color: blue;
}
@media screen and (min-width:780px) {
  #container {
    margin: 150px auto 50px auto !important;
  }
}
@media screen and (max-width:780px) {
  #container {
    width: 100% !important;
  }
}
.table-scroll {
  overflow: scroll;
}
table{
  width: 1080px;
}
h2 {
  text-align:center;
  margin-bottom:30px !important;
}
