/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

#legacyTNG {
    background-color: #fff;
    padding-bottom: 6px;
}

#legacyTNG > div {
    text-align: center;
    border: 6px solid #bf9000;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#legacyTNG > div h2 {
    margin-block-end: 0em;
}

#legacyTNG > div p {
    margin-top: .5em; 
}

/*
    Maintenance Mode
 */

#maintenance_mode {
    display:none;
    width:100%; 
    background-color: yellow; 
    color:black; 
    padding-top:10px; 
    padding-bottom:10px; 
    text-align:center;
}