#firstInput {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90vw;
    margin: 10px 0 0 5vw;
    vertical-align: text-bottom;
    text-align: center;
}

#firstInputPar {
    background-color: #333;
    text-indent: 15px;
    height: 30px;
    display: flex;
    align-items: center;
    color: white;
    padding-right: 5px;
}

#insertLocales {
    width: 35vw;
    height: 30px;
    margin: 0;
    border: 0;
    background-color: #444;
    color: white;
    text-indent: 5px;
}

#noOfTotalLcls {
    background-color: #333;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

#noOfTotalLcls p {
    text-indent: 4px;
}

#noOfTotalPM {
    background-color: #292929;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

#noOfTotalPM p {
    text-indent: 4px;
}

#insertGBL {
    background-color: #444;
    border: 0;
    height: 30px;
    width: 75px;
    color: white;
}

#insertGBL:hover {
    background-color: #111;
}

#insertGBL:active {
    background-color: #888;
}

#CampCounts input{
    background-color: #444;
}