.wt-container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.wt-container input, .wt-container select {
    font-size: 12px;
}

.wt-row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wt-col-1, .wt-col-2, .wt-col-3, .wt-col-4, .wt-col-5, .wt-col-6,
.wt-col-7, .wt-col-8, .wt-col-9, .wt-col-10, .wt-col-11, .wt-col-12 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.wt-col-1 {
    flex: 0 0 8.3333333%;
    max-width: 8.333333%;
}

.wt-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.wt-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.wt-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.wt-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.wt-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.wt-col-7 {
    flex: 0 0 58.3333333%;
    max-width: 58.333333%;
}

.wt-col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.wt-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.wt-col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.wt-col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.wt-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.wt-justify-center {
    justify-content: center;
}