.ezaz-pricing {
    text-align: center;
}

.ezaz-pricing__selector {
    margin: 20px 0;
}

.ezaz-pricing table {
    width: auto;
    margin: 20px auto;
    border-collapse: collapse;
}

.ezaz-pricing table td,
.ezaz-pricing table th {
    border: solid 1px rgba(0, 0, 0, .1);
    padding: 8px;
}

.ezaz-pricing table th {
    font-weight: bold;
    text-align: left;
}

.ezaz-pricing table td {
    text-align: right;
}