.ul-nobullets {
    list-style-type: none;
}

.circleStats {
    width: 20px;
}

.selectestgrp {
    width: 264px;
}

#LatLonRad {
    padding-left: 24px;
}

.selectestgrp option {
    font-weight: bold;
}

#footer {
    padding: 5px;
}


h1 {
    color:#1B5A92;
    text-align: left;
}


h2 {
    color: green;
    text-align: left;
    margin: 1em 0 0.25em 0;
}


h3 {
    text-align: left;
    margin: 0.5em 0 0.25em 0;
}

p {
    /*font-family: "Times New Roman";*/
    font-size: 1em;
    margin: 3px 0 3px 0;
    line-height: 1.1em;
}

.p_red {
    color: red;
    /*font-family: "Times New Roman";*/
}

p_red_big {
    color: red;
    /*font-family: "Times New Roman";*/
    font-size: 40px;
}

p1_green {
    color: green;
    /*font-family: "Times New Roman";*/
    font-size: 30px;
}

p2_green {
    color: green;
    /*font-family: "Times New Roman";*/
}

p1_blue {
    color: blue;
    /*font-family: "Times New Roman";*/
}

p1_white {
    color: white;
    /*font-family: "Times New Roman";*/
    font-size: 0.8em
}

p1 {
    /*font-family: "Times New Roman";*/
}

p2 {
    /*font-family: "Times New Roman";*/
    font-size: 0.9em;
}

p2_green {
    color: green;
    /*font-family: "Times New Roman";*/
    font-size: 0.9em;
}

p3 {
    /*font-family: "Times New Roman";*/
    font-size: 0.5em;
}


#selectEstimates {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

#numeratorsection, #denominatorsection {
    width: 300px;
    margin: 0 10px 0 0;
    /*padding: 10px;*/
}

caption {
    text-align: left;
    margin-bottom: 5px;
    font-size: 140%;
    font-weight: bold;
}

divBorder {
    border: 1px solid gray
}

ul {
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

.prcdiv {
    padding: 0.75em;
}

.prcdiv h2 {
    margin: 0 0 6px 0;
}

.filterGrp {
    margin: 0 0 10px 0;
}

button, input[type=submit], input[type=button] {
    height:3em;
}

#errormsgcontent {
    padding-top:20px;
    padding-bottom:40px;
}