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

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

.maturecontentwarning .header h1 {
    margin: 0px;
    padding: 0.50em;
    font-weight: bold;
    font-size: 130%;
    background-color: #FFFFFF; /* #E6B24C; */
    background-image: url("/skin/art/maturecontentwarningheadergradient.png"); 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;

    color: #000000;
    border-bottom: 2px solid #000089;
}

.maturecontentwarning p {
    margin: 2.0em;
}

