.box {
    padding: 0px;
    display: none;
    margin-top: 0px;
    border: 0px solid #000;
}

.red {
    background: #ffffff;
}

.green {
    background: #ffffff;
}

.blue {
    background: #ffffff;
}

.yellow {
    background: #ffffff;
}

.heading {
    background-color: #3e8f3e;
}

.reveal-if-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
    opacity: 1;
    max-height: 100px; /* little bit of a magic number :( */
    overflow: visible;
}

input[type="select"]:checked ~ .reveal-if-active {
    opacity: 1;
    max-height: 100px; /* little bit of a magic number :( */
    overflow: visible;
}

a:link, a:visited {
    background-color: #82CAFF;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
    background-color: orange;
}

body {

    margin-top: 0px;
    margin-bottom: 0px;
}

.status {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #3347AA;
    text-align: center;
    color: #CCCCCC;
}

#tip {
    position: absolute;
    z-index: 100;
    font-size: 10px;
    font-family: sans-serif, Arial, "Times New Roman";
    font-weight: normal;
    visibility: hidden;
    background: #FFFFBA;
    border: 1px solid black;
    display: block;
    padding-left: 3px;
    padding-right: 3px;
}

.style1 {
    color: #FF0000;
    font-weight: bold;
}

.style9 {
    font-size: 18px;
    color: #FF0000;
    font-weight: bold;
    font-family: "Courier New", Courier, monospace;
}

.style10 {
    font-size: 14px;
    color: #3146AA;
}


