#tableWrapper{
    width : 90%;
    float : left;
    margin : 25px 5%;
}
#tableWrapper table{
    width : 100%;
}
#tableWrapper table.withHover tr:hover{
    background-color: #CCCCCC;
}
.editForm td{
    height : 25px;
    padding : 10px 0;
}
.toggleActive{
    cursor: pointer;
}
.active{
    color : #008000;
}

.inactive{
    color : red;
}
.center{
    text-align: center;
}
th, .headingReverse{
    background-color: #22cfbb!important;
}
#buttonRow{
    height : 35px;
    padding : 25px 0;
}
#buttonRow input{
    margin-right : 25px;
}
body.dragging, body.dragging * {
  cursor: move !important;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
table.sorted_table tr.placeholder {
  position: relative;
}
table.sorted_table tr.placeholder:before {
  position: absolute;
}
.dragIndicator:hover{
    cursor: move;
}
.selectAnswer{
    min-width : 200px;
}
