﻿/* here you can put your own css to customize and override the theme */
/* Styles go here */

.box {
    width: 800px;
    height: 300px;
    background-color: #DDD;
}

#pop {
    padding: 0px 0px;
}

.pop {
    width: 800px;
}

#example {
    position: relative;
}

.check-class {
    color: #85bc20;
}

.forbid-class {
    color: red;
}
