﻿.lblError {
    color: red !important;
    font-weight: bold;
}

.lblSuccess {
    color: blue !important;
    font-weight: bold;
}

.scrollable-list {
    max-height: 500px;
    overflow-y: scroll;
}