html, body
{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
min-width: 1020px;
min-height: 800px;
background-color: #F2F2F2;
}

select
{
width: 68%;
min-width: 150px;
height: 25px;
background-color: #FFFFFF;
border: 1px solid #C5CFD0;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
color: black;
}

table
{
border-collapse: collapse;
}

th
{
background-color:  #E7EAE8;
height: 30px;
text-align: left;
}

td
{
border-bottom: 1px solid #E7EAE8;
text-align: left;
}

img
{
margin-top: 2px;
margin-bottom: 2px;
margin-left: 5px;
margin-right: 5px;
}
option {
color: black;
}
h3 {
font-weight:bolder;
}

.ctrlDiv
{
float: left;
width: 33%;
margin-top: 10px;
margin-bottom: 10px;
}

.class2 {
background-color: lightgray;
width: 500px;
height: 2px;
overflow: auto;
text-overflow: clip;
margin: auto;
}

.class3 {
overflow: hidden;
}

.headertext
{
text-align: left;
overflow: hidden;
font-size: 24px;
line-height: 1.3;
color: #4D4D4D;
padding-top: 20px;
}

a.headerlink
{
font-size: 14px;
color: #1216EC;
text-decoration: none;
}

.info1
{
font-weight: 900;
font-size: 22px;
color: black;
}

.info2
{
font-size: 20px;
}

.info3
{
font-weight: 900;
font-size: 16px;
}

.shadow {
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
color: black;
}
.numbers {
color: red;
font-weight:bold;
}