table#features {
    border-spacing: 0;
    max-width: 960px;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px auto;
    background-color: white;
}

table#features th, td {
    text-align: center;
    padding: 16px;
}
table#features th {
    background-color: #282E34;
}

table#features td {
    color: #282E34;
}

table#features th:first-child, td:first-child {
    text-align: left;
}

table#features tr:nth-child(even) {
    background-color: #f2f2f2
}

table#features .feature {
    display: block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    margin: auto;
}

table#features .checked {
    background: url("/images/features_table/circle_checked.svg");
}

table#features .unchecked {
    background: url("/images/features_table/circle_unchecked.svg");
}