@CHARSET "ISO-8859-1";

#errors {    
    margin-top:10px;
    margin-left:10px;
    color:red;
    width:520px;
    display: none;
}

#errors li {
    margin-top:5px;
}

.submitButtons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

select {
    border: 1px solid darkgrey;
}

#request_instructions .body {
    width: 580px;
}

.adminSettings > div::before, .adminSettings > div::after {
    content: none ! important;
}

.adminSettings > div > div                 {  font-weight: normal;   height: 20px;  align-self: baseline;  }
.adminSettings > div > div:nth-child(4n+1) {  grid-column: 1 / span 2;  }
.adminSettings > div > div:nth-child(4n+2) {  grid-column-start: 3;     }
.adminSettings > div > div:nth-child(4n+3) {  grid-column-start: 5;     }
.adminSettings > div > div:nth-child(4n)   {  grid-column-start: 6;     }

.section:first-of-type {
    margin-top: 0;
}
.section:last-of-type {
    border-bottom: 0;
}

.section {
    border-top: 0;
}

.section > .header {
    align-items: center;
}

ul {
    margin-bottom: 0;
}

ol > li{
    margin-bottom: 10px;
}
