.notice {
    font-size: 12px;
    line-height: 1.2em;
    /*box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.15);*/
}

.notice li {
    list-style-position: inside;
}

.notice_header1 {
    /* background-color: rgba(255,0,0,.05); */
    background-color: #fff2f2;
}

.notice_header2 {
    /* background-color: rgba(0,0,255,.1); */
    background-color: #e5e5ff;
}

.notice_header3 {
    /* background-color: rgba(0,255,0,.1); */
    background-color: #e5ffe5;
}

.notice_header4 {
    /* background-color: rgba(255,255,0,.2); */
    background-color: #ffffcc;
}

.notice_content {
    /* background-color: rgba(165,168,171,.2); */
    background-color: #edeeee;
}

.notice_header1, .notice_header2, .notice_header3, .notice_header4, .notice_content {
    padding: 2px;
}
