.styled-table {
    border-collapse: collapse;
    margin: 25px auto;
    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: #d82222;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
	max-width: 130px;
    word-wrap: break-word;
}
.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 #d82222;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}


.modal a.close-modal {
    top: 0px !important;
    right: 0px !important;
}

#ex1 a {
	display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    border-radius: 15px;
    margin: 20px 25px 5px 0;
}