table, th, td {
  border: 1px solid black;
 border-collapse: collapse;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}


.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}


.styled-table th,
.styled-table td {
padding: 12px 15px;
}

#menu ul{
    background-image:linear-gradient(60deg, #E3E3E3, white);
    position: absolute;
    padding: 20px;
    width: 15%;
    height: 100%;
    top:0px;
    margin-top: 10px;
    margin-left: 10px;
    box-shadow: 2px 0px 5px 0px #656565;
}
#menu{
    height: 100%;
}


a:link { text-decoration: none; color: #009879;}
a:visited { text-decoration: none; color: #009879;}
a:hover { text-decoration: none; color: #009879;}
a:active { text-decoration: none; color: #009879;}