.borderless {
    border: none !important;
    border-color: transparent !important;
    /* background-color: rgba(0, 0, 0, 0.0) !important; /* not working in sphinx table */
}

.padded {
    padding-left: 1%;
    padding-right:1%;
}

.bottom-padding {
    padding-bottom:20px;
}


