.warning_center {
    background-color: red;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.warning_center_inner {
    padding-top: 10px;
    padding-bottom: 12px;
}

.warning_center p, table, div {
    margin-bottom: 0
}