    .aonline-zebra {
        line-height: 40px;
        border-left: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
    }

    .aonline-zebra.aonline-zebra-small {
        line-height: 25px;
        border-left: none !important;
        border-right: none !important;
    }

    .aonline-zebra.aonline-zebra-large {
        line-height: 40px;
        border-left: none !important;
        border-right: none !important;
    }

    .aonline-zebra> .row:nth-child(even) {
        background-color: white;
        border-bottom: 1px solid lightgrey;
        font-size: 8pt;
    }
    .aonline-zebra> .row:nth-child(odd) {
        background-color: #EBEBEB;
        border-bottom: 1px solid lightgrey;
        font-size: 8pt;
    }

    .aonline-zebra> .aonline-row:nth-child(even) {
        background-color: white;
        border-bottom: 1px solid lightgrey;
        font-size: 8pt;
    }
    .aonline-zebra> .aonline-row:nth-child(odd) {
        background-color: #EBEBEB;
        border-bottom: 1px solid lightgrey;
        font-size: 8pt;
    }