.w-80 {
    width: 80px !important;
}

.w-200 {
    width: 200px !important;
}

.scrollable-y-150 {
    max-height: 150px;
    overflow-y: auto;
}