._e .e1 {
    background: none repeat scroll 0 0 #323337;
}
._Post_n {
    padding: 0;
    list-style: none;
    background: #f1f1f1;
    margin-top: 50px;
}
._Post_n li.t {
    padding: 8px;
    background: linear-gradient(#556565, #020202);
    color: #fff;
    font-weight: bold;
    text-indent: 20px;
}

._Post_n li {
    background: url(../images/icon.gif) no-repeat 12px center;
    padding-left: 26px;
    border-bottom: 1px solid #bbb;
    margin: 6px 0;
    padding-top: 3px;
    padding-bottom: 3px;
}
._Post_n li a {
    color: #000;
    display: inline-block;
    width: 85%;
}
._Post_n li a:hover {
    color: #ff0000;
}
._Post_n li span {
    float: right;
    margin-right: 20px;
}
/* Thông báo header */
.notification-header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ff6600;
    margin-bottom: 20px;
}

/* Phần mô tả */
.notification-description {
    text-align: center;
    font-size: 18px;
    color: #007bff;
    font-weight: bold;
}

/* Bảng xếp hạng */
.rank-table {
    background: #ffffff;
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
}

/* Tiêu đề bảng */
.rank-table th {
    text-align: center;
    padding: 10px;
    background-color: #ff6600;
    color: white;
}

/* Dòng trong bảng */
.rank-table td {
    text-align: center;
    padding: 10px;
}

/* Dòng bảng với giải thưởng */
.rank-table td:first-child {
    font-weight: bold;
}

/* Phần footer */
.notification-footer {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
