﻿
.scrollable_table_wrapper {
    max-height: 650px;
    overflow-y: auto;
}

    .scrollable_table_wrapper.small {
        max-height: 410px;
    }
    .scrollable_table_wrapper.realsmall {
        max-height: 100px;
    }
    .scrollable_table_wrapper.half {
        width: 45%;
    }
