/*body {
    color: white;
    background-color: black;
    font-family: Arial;
}

a {
    color: white;
    font-weight: bold;
}

a:hover {
    color: yellow;
}

table {
    border-radius: 10px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}


th, td {
    border: 1px solid #555566;
    padding: 10px;
}


/*
.element.calendar {
    width: 80vw;
}*/

.element.calendar table th {
    background-color: rgba(0, 0, 0, 0.1);
}

.element.calendar table th, .element.calendar table td {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.element.calendar table td {
    cursor: pointer;
    position: relative;
    padding: 0;
    overflow: hidden;
    font-weight: bold;
    font-size: 12pt;
}

.element.calendar table td.events::after {
    content: '\0025e5';
    /*display: inline-block;*/
    /*float: right;*/
    position: absolute;
    right: -1px;
    top: -8px;
    color: white;
    /*left: 1px;
    top: -9px;
    margin-left: -20px;*/
}

.element.calendar .grids {
    height: 400px;
    overflow: hidden;
}
.element.calendar .animate {
    margin-top: 0;
    transition: all .35s ease;
}

.element.calendar table {
    margin-left: auto;
    margin-right: auto;
    min-width: 400px;
    width: 60vw;
    height: 400px;
    font-size: .8rem;
    text-align: center;
}

.element.calendar .month-selector {
    text-align: center;
    height: 50px;
}

.month-controls {
    float: right;
}