.p-note {
    font-size: small; 
    font-style: italic;
}

.d-header {
    width: 100%; 
    height: 50px; 
    background-color:#003E7E; 
    color: white; 
    padding: 2px; 
    text-align: right; 
    font-family: Arial, Helvetica, sans-serif; 
    line-height: 50px;
}

.d-secondheader {
    width: 100%; 
    height: 50px; 
    background-color:#004682; 
    color: white; 
    padding: 2px; 
    text-align: right; 
    font-family: Arial, Helvetica, sans-serif; 
    line-height: 50px;
}

.d-footer {
    width: 100%; 
    height: 200px; 
    background-color:#004682; 
    color: white; 
    padding: 2px; 
    text-align: right; 
    font-family: Arial, Helvetica, sans-serif; 
    line-height: 50px;
}

.d-headeralign {
    padding-left: 25%;
}

.i-logo {
    float:left; 
    padding-top: 5px
}

.p-info {
    background-color: cadetblue;
    color: white;
    line-height: 50px;
    font-family: Arial, Helvetica, sans-serif; 
    padding:2px;
    width:25%;
    min-width: 500px;
}

.d-body {
    width:25%;
    min-width: 500px;

}

.b-body {
    font-family: "ProximaNova-Light", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "sans-serif";
    color: rgb(0, 96, 107);
}

.h-h1 {
    font-size: 2.5rem;
    font-weight: 500;
}

.d-submit {
    text-align:center;
    margin:auto;
}

.t-serverlist {
    border: 1px;
    border-style: solid;
    padding: 5px;
    border-collapse: collapse;
    width: 100%;
}

.td-serverlist {
    border: 1px;
    border-style: solid;
    padding: 5px;
    margin: 0px;
    
}

.th-serverlist {
    border: 1px;
    border-style: solid;
    padding: 5px;
    margin: 0px;
    text-align: left;
    background-color: cadetblue;
    color: white;
    border-color: black;
}


.m-wide {
    width:50%;
    min-width: 1024px;

}
