/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2020 | 15:39:16 */
.oi-tax-calendar-list {
    list-style: none;
    padding: 0 !important;
}

.oi-tax-calendar-list li {
    display: table;
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(192,192,192,0.2);
    border-radius: 5px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    margin-bottom: 25px;
}
.oi-tax-calendar-list li:hover {
    background-color: rgba(192,192,192,0.2);
    border-color: transparent !important;
}

.oi-tax-calendar-list li .left-column {
    display: table-cell;
    width: 60%;
}
.oi-tax-calendar-list li .right-column {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.oi-tax-calendar-list li .left-column .tax-name  {
    padding-bottom: 0;
    font-weight: 700;
}
.oi-tax-calendar-list li .left-column .tax-period  {
    color: rgba(0,0,0,0.5);
    margin-top: 5px;
}

.oi-tax-calendar-list li .right-column .tax-due  {
    font-size: 18px;
    font-weight: 600;
    color: #00AD5F;
}
.oi-tax-calendar-list.other-taxes li .right-column .tax-due  {
    font-size: 14px;
    text-align: left;
}