
.content {
    text-align: justify;
}

.link {
    color: blue;
    font-weight: bold;
    font-size: 15px;
}

.calendario {
    border-radius: 20px;
    background-color: #0073aa;
    color: White;
    min-width: 200px;
}

    .calendario td {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
    }

.calendario-header {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid white;
}
