.cf7md-table {
    width: 100%;
    th,
    td {
        text-align: left;
        vertical-align: top;
        padding: 5px;
    }
    td {
        border-top: 1px solid #e1e1e1;
    }
}
.cf7md-is-free {
    .cf7md-pro-sc {
        color: #888;
        /*
        &:before {
            content: "Pro";
            background: $primary-on-light;
            border-radius: 3px;
            color: #FFF;
            font-size: 13px;
            line-height: 18px;
            padding: 0 4px;
            margin-right: 5px;
        }
        */
    }
}