#maturecontentwarning {
    background-color: #FFFFFF;
    color: #000000;
    border: 0;
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
    padding: 4px;
    margin: 2px;
}

#maturecontentwarning ul {
    list-style-type: disc; /* thanks to binarykitten for this tip */
}

#maturecontentwarning h1 {
    margin: 2px;
    padding: 2px;
    font-weight: bold;
    font-size: 110%;
    background-color: #E6B24C; /* #FFF0E6; */
    color: #000000;
    border-bottom: 2px solid #000089;
}
