﻿body {
}
a {
    text-decoration: none;
}

    a.nav-link {
        font-weight: 900;
    }

.background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.popup {
    padding-top: 10px;
    padding-left: 10px;
    width: 350px;
    padding: 10px;
}

.close, .close:hover, .close:active {
    margin-right: -92%;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    z-index: 10;
    position: absolute;
    right: 95%;
    top: -6px;
}

    .close .bx {
        padding: 4px;
    }

.reporting-header {
    background: black;
    color: white;
    padding: 5px;
}