
.btn-carrusel {
        width: 110px;
}

.overflow-auto {
        overflow: auto;
}

.td-overflow-none {
        max-width: 250px;
        overflow-x: hidden;
        text-overflow: ellipsis;
}
.no-overflow {
        overflow: hidden;
}

.rich-text-box {
        height: 200px !important;
        overflow-y: auto;
}