.service_bottom_table {
    width: 600px;
    background: #fff;
    color: #222;
    border-radius: 14px;
    border: 2px solid #444;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    font-size: 1.05em;
    margin-left: 80px;
    margin-bottom: 16px;
}
.service_bottom_table th,
.service_bottom_table td {
    padding: 14px 22px;
    text-align: left;
}
.service_bottom_table thead th {
    background: #7FBF3D;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 2px solid #eee;
    border-right: 2px solid #eee;
    letter-spacing: 0.05em;
}
.service_bottom_table tbody tr {
    transition: background 0.2s;
}
.service_bottom_table tbody tr:hover {
    background: #f2f2f2;
}
.service_bottom_table td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.service_bottom_table tbody tr:last-child td {
    border-bottom: none;
}