body.body_eval{
    background-color: #ffc;
}
td.td_eval {
  background-color: #ffc;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 18px;
  vertical-align : top;
}
  .td_border{
    border: 1px solid #900;

  }
  body.body_settings{
    background-color: rgb(205, 236, 247);
}
td.td_settings {
  background-color: rgb(205, 236, 247);
  padding-left: .5em;
  padding-right: .5em;
  font-size: 18px;
  vertical-align : top;
  border: 1px solid darkblue;
}

tr.border_white td {
  border-bottom: 1px solid black;
  height: 60;
  background-color: rgb(246, 249, 250);
}
tr.border_bottom td {
border-bottom: 1px solid black;
}
tr.Noborder_bottom td {
border-bottom: 0px;
}
table
{
    table-layout: fixed;
    width: 100%;
}
div
{
    word-wrap: break-word;
    overflow-y: scroll;
}
.none {
    border-style:none;
}
.divScroll
{
word-wrap: break-word;
overflow-y: scroll;
height: 850;
}
input[type=radio] {
margin-right: 3px;
position: relative;
top: 3px;
}
.radio-toolbar input[type="radio"] {
display: none;
}

.radio-toolbar label {
display: inline-block;
background-color: silver;
padding: 4px 11px;
border: 1px solid ;
font-family: Arial;
font-size: 14px;
cursor: pointer;
border: 1px solid ;
}

.radio-toolbar input[type="radio"]:checked+label {
background-color: white;
border:   3px solid ;
font-weight: bold;
}

.scrollabletextbox {
    height:100px;
    width:200px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 82%;
    overflow:scroll;
}
