.outer-table,
.styled-table {
    border-collapse: collapse;
    margin: 5px 5px;
    font-size: 0.85em;
    font-family: sans-serif;
    min-width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.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 #dddddd;
}

.styled-table th,
.styled-table td {
    padding: 6px 15px;
    text-align: center;
}

th {
  padding: 10px;
}

.styled-table th.right,
.styled-table td.right {
    padding: 6px 25px;
    text-align: right;
}

.styled-table th.left,
.styled-table td.left {
    padding: 6px 25px;
    text-align: left;
}

.styled-table thead tr {
    background-color: #dddddd;
    color: #ffffff;
    text-align: center;
}

img {
    max-height: 210px;
    width: 1200px;
}
