
div.navbar-class {
    position: fixed;
    padding: 0;
    width: auto;
    margin: 20px 30px;
    border: 2px solid #046b00;
    border-radius: 7px;
}


div.navbar-class a {
    display: block;
    color: #ffffff;
    padding: 4px 15px;
    text-decoration: none;
    font-weight: bold;
    border-top: 2px solid #046b00;
}


ul {
    padding-left: 0;
    margin-left: 0;
}


li {
    list-style-type: none;
}


li:hover {
    background-color:#1b701344;
}

li span {
    color: #0fad0a;
}


.table {
    margin: 20px 0;
}


.table-contents {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border: 1px solid #046b00;
    border-radius: 0 0 7px 7px;
}


tr:hover {
    background-color:#1b701344;
}


td {
    font-size: 17px;
    padding:  7px;
    line-height: 1.4;
    vertical-align: middle;
    border-top: 1px solid #046b00;
}


.table-description {
    color: #d3d3d3;
    max-width: 100%;
}


strong {
    font-weight: 900;
    color: #2c7dff;
}


.status {
    width: 100%;
    display: inline-block;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.4;
    padding: 2px 6px 2px 6px;
    cursor: default;
    background-color: #0fad0a;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


td.table-status {
    padding-right: 20px;
    user-select: none;
}


td.table-comments {
    text-align: start;
}


@media (max-width: 1770px){
    div.navbar-container{
        padding: 0 12px;
    }


    div.navbar-class{
        position: relative;
        max-width: 1200px;
        margin: 20px auto;
    }




}


@media (max-width: 1070px){
    .table-contents{
        border: none;
    }


    .head-of-table{
        border-radius: 7px;
    }


    tr{
        display: flex;
        flex-direction: column;
        border: 2px solid #046b00;
        border-radius: 7px;
        margin-bottom: 5px;
    }


    td{
        border: none;
    }


    td.table-source{
        word-break: break-all;
    }

}