@charset "UTF-8";


#yearMonth {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: small;
    font-weight: bold;
    text-decoration: underline;
}

#monthButton {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}

#calTable {
    margin-top: 0.5em;
    margin-bottom: 4em;
    border: 2px solid #ffd700;
    border-collapse: collapse;
}

#calTable tr th {
    border: 1px solid #ffd700;
    border-collapse: collapse;
    font-size: small;
    padding: 6px 4px;
}

#saturday {
    color: blue;
}

#sunday {
    color: red;
}

#calTable tr td {
    border: 1px solid #ffd700;
    border-collapse: collapse;
    font-size: small;
    padding: 4px 4px;
}

#view {
    text-align: center;
}





