#missingMain {
    width: 35%;
    flex-direction: column;
    background-color: #222;
    display: none;
    padding-bottom: 20px;
}

.missingResults {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 5px 5%;
    align-items: center;
    background-color: #111;
}

.missingPM {
    text-align: center;
    width: 7.5%;
    font-size: 80%;
    cursor: default;
    color: white;
}

.missingOutput {
    width: 92.5%;
    border: 0;
    max-width: 92.5%;
    min-width: 92.5%;
    min-height: 21px;
    height: 21px;
    text-indent: 5px;
    background-color: #444;
    color: white;
}

#GBLcamp{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 5px;
    font-weight: 500;
}

#GBLcamp button{
    margin-left: 5px;
}