table {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0 auto;
}
table, th, td {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    transition: all 0.3s;
}
th {
    padding: 1em;
    font-weight: normal;
    border-bottom: 1px solid #DFDFDF;
    background: #3BAC57;
    color: #F8FAFA;
}
th:first-child {
    border-radius: 0.5em 0 0 0;
}
th:last-child {
    border-radius: 0 0.5em 0 0;
}
th:only-child {
    border-radius: 0.5em 0.5em 0 0;
}
tr {
    border-bottom: 1px solid #DFDFDF;
}
tr:hover {
    background: #FBFBFB;
}
tr td:hover {
    background: #EBEFEF;
}
tr td:hover a {

}
tr:nth-child(even) {

}
tr:nth-child(odd) {
    background: #DFDFDF;
}
td {
    text-align: left;
    padding: 0.65em 1.25em;
}