.qtype_text {
    width: 270px;
}
.qtype_textarea {
    width: 270px;
    height: 50px;
}
.qtype_select {
    border: solid 1px gray;
}
.waiver_container {
    margin-left: 100px;
}
.waiver {
    width: 450px;
    height: 120px;
    overflow: auto;
}
.manage .waiver {
    width: 300px;
}
.cl_label {
    cursor: pointer;
    padding-left: 5px;
}
