input[disabled] {
    cursor: default !important;
}

.preview-thumb {
    border: 5px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}

.red {
    color: red;
}

.green {
    color: green;
}

.bold {
    font-weight: bold;
}

.div-scroll {
    overflow-y: scroll;
    height: 200px;
}