﻿/*#region Other */

.monthyearBox {
    padding: 15px;
}

.monthyearCell {
    color: blue;
    border: 1px solid black;
    padding: 15px;
    border-collapse: collapse;
    text-align: center;
    font-size: 15px;
}

.monthyearHead span {
    align-content: center;
}

.DisableCell {
    color: cadetblue;
}

.LiveCell {
    color: black;
}


.SelectedCell {
    color: red;
}

.line-like-icon {
    line-height: 26px;
}

.table-of-contents a:hover {
    border-left: 1px solid #003580;
    border-color: var(--primary);
}

/*#endregion */

