.scrollbox {
    overflow: auto;
    padding: 5px;
    height: 120px;
}

.scrollbox-xs {
    height: 30px;
}

.scrollbox-sm {
    height: 60px;
}

.scrollbox-lg {
    height: 180px;
}

.scrollbox-border {
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.scrollbox-default {
    border-top-color: #9A9A9A;
    border-right-color: #9A9A9A;
    border-bottom-color: #9A9A9A;
    border-left-color: #9A9A9A;
}

.scrollbox>p {
    font-size: 12px !important;
    line-height: 120% !important;
}
