
.container {
    width: 80%;
    margin: 20px auto;
}

.holidays {
    border: 1px solid #ccc;
    width: 90%;
    border-collapse: collapse;
}

.holidays th {
    background-color: #606060;
    color: #fff;
    height: 30px;
    padding-left: 5px;
    text-align: left;
}

.holidays td {
    height: 25px;
    padding-left: 5px;
}

.holidays tr:nth-child(even) {
  background-color: #D6EEEE;
}

.strike-out {
    text-decoration: line-through;
    color: #747474;
}

.home {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    width: 90%;
    text-align: center;
}