.content {
    padding-top: 2%;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

table.listing2 {
    border: 1px solid #1F6F8E;
    border-bottom: none;
    text-align: left;
    width: 100%;
}

table {
    font-size: 90%;
    border: none;
    margin-top: 0;
    margin-bottom: 1.0em;
    border-collapse: collapse;
}

table.listing2 th {
    font-weight: bold;
    padding: 0.3em 0.75em;
    background-color: rgba(19, 46, 62, 0.6);
    border-bottom: 1px solid hsl(197, 64%, 34%);
    border-right: 1px solid #1F6F8E;
}



table.listing2 td {
    padding: 0.3em 0.75em;
    border-bottom: 1px solid #1F6F8E;
    border-right: 1px solid #1F6F8E;
}


.note {
    color: #afa7a7;
}

.center {
    align-content: center;
    text-align: center;
}


h4 {
    color: #0099e5;
}

th {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}

table {
    border-radius: 10px;
}

table,
.bordered {

    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);

}