﻿body {
    font-family: Verdana;
    font-size:x-small;
    color: black;
}
.clsheader1 {
    width: 100%;
    background-color: #ffd800;
    color: #000000;
    font-size: 20px;
    padding: 10px;
}
.clssubheader1 {
    font-size: xx-small;
}
.cls_noshow {
    display:none;
}
.cls_panel1 {
    width: 300px;
    font-size: larger;
    padding: 20px;
    border: solid 1px #808080;

}
.cls_panel1_header {
    font-size: larger;
    font-weight: bold;
    padding: 20px;
    background-color: #ffd800;
}
.cls_button_default {
    width: 150px;
    height: 50px;
    background-color: #ea7b27;
    font-size: larger;
    font-weight: bolder;
    color: black;
    cursor: pointer;
}
.cls_button_default:hover {
    background-color: #ffd800;
}