﻿body {
}

h2 {
    text-align: center;
    color: darkslateblue;
    font-family: Arial,Calibri;
    font-weight: bold;
}

.legend {
    border-color: darkblue;
    font-family: Calibri;
}

.modal-dialog {
    left: auto;
}

/*p {
    text-align: center;
    color: #ff0000;
    padding: 5px;
}*/


/*Downloads*/

.headerbox {
    /*border-radius: 15px 50px;*/
    background-color: #20a5d6;
    height: 30px;
    text-align: left;
    text-indent: 10px;
    border: 1px solid #d3d1d1;
    color: #ffffff;
    font-family: Calibri;
    font-size: 15px;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .headerbox:hover {
        background-color: #dedede;
        color: #262020;
    }

.contentDiv {
    background-color: #ffffff;
    border: 1px solid #d3d1d1;
    margin-bottom: 0;
    padding: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

a:hover {
    color: #ffaf11;
}

#MainDiv {
    width: 380px;
    height: 300px;
    padding: 3px;
    margin-bottom: 0px;
}
