@media only screen and (max-width: 600px) {
    .wc-recurring-postbox {
        margin-right: 1em;
        min-width: 300px;
    }
}

@media only screen and (min-width: 601px) {
    .wc-recurring-postbox {
        margin-right: 1em;
        min-width: 615px;
    }
}

.wc-recurring-postbox .postbox-header {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.wc-recurring-postbox p,
.wc-recurring-postbox h1,
.wc-recurring-postbox h2,
.wc-recurring-postbox h3,
.wc-recurring-postbox h4 {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.wc-recurring-scheduler {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.wc-recurring-scheduler .wc-recurring-postbox {
    min-width: unset;
    width: 300px;
}

.wc-recurring-scheduler .wc-recurring-postbox p {
    font-size: 90%;
}

.wc-recurring-settings>form {
    padding-top: 1em;
}

.wc-recurring-table {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
}

.wc-recurring-table th {
    text-align: left;
}

.wc-recurring-table th,
.wc-recurring-table td {
    padding: 0.5em;
}