﻿.text_header {
    top: 300px;
    font-size: 30px;
    z-index: 222;
    position: absolute;
    color: white;
    text-align: center;
    font-family: Times New Roman;
    width: 100%;
    max-width: 100%;
}

.notification_layout {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bbb;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 20px auto;
    width: 90%;
}

/*--------------------------------------------------------------
# Goverment Cercular Formate
--------------------------------------------------------------*/

.notification_layout table th {
    background-color: #000080;
    color: #fff;
    font-size: 14px;
}

.notification_layout a {
    color: #ffb703;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}

    .notification_layout td i {
        background: #000000;
        padding: 8px 8px;
        border-radius: 5px;
        font-size: 16px;
        color: #fff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        cursor: pointer;
    }