body {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #eee6cb;
} 

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.panel-heading {
    color: #5e351a;
}
.subtext {
    color: #A0A0A0;
}
.right {
    float: right;
}
table {
    word-wrap: break-word;
}
table.tableSection {
    display: table;
    width: 100%;
}
table.tableSection thead, table.tableSection tbody {
    float: left;
    width: 100%;
}
table.tableSection tbody {
    overflow: auto;
    height: 350px;
}
table.tableSection tr {
    width: 100%;
    display: table;
    text-align: center;
}
table.tableSection th, table.tableSection td {
    width: 25%;
    text-align: center;
}
.panel-heading .chevron-toggle {
    color: #333;
}
.panel-heading .chevron-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}
.panel-heading .chevron-toggle.collapsed:after {
    content: "\e080";
}

.fixed-height-panel {
    min-height: 250px;
    max-height: 250px;
}
.fixed-height-panel-pre {
    min-height: 250px;
    max-height: 400px;
}

.special-checkbox {
  display: block;
    width:20px;
     height:20px;
}