﻿
.multicheck-content {
    background-color: white;
    border: 1px solid;
    border-radius: 5px;
    min-height: 50px;
    min-width: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}
.multicheck-content div {
    height: 20px;
    min-width: 100px;
    overflow: hidden;
    width: 100%;
}
.multicheck-content input {
    float: left;
    margin: 5px;
}
.multicheck-content label {
    line-height: 24px;
}
