.wt-100 {
    width: 100%;
}

.wt-95 {
    width: 94.5%;
}

.wt-90 {
    width: 89.5%;
}

.wt-85 {
    width: 84.5%;
}

.wt-80 {
    width: 79.5%;
}

.wt-75 {
    width: 74.5%;
}

.wt-70 {
    width: 69.5%;
}

.wt-65 {
    width: 64.5%;
}

.wt-50 {
    width: 49.5%;
}

.wt-45 {
    width: 44.5%;
}

.wt-40 {
    width: 39%;
}

.wt-35 {
    width: 34.5%;
}

.wt-33 {
    width: 33%;
}

.wt-30 {
    width: 29.5%;
}

.wt-25 {
    width: 24.5%;
}

.wt-22 {
    width: 22%;
}

.wt-20 {
    width: 19.5%;
}

.wt-15 {
    display: inline-block;
    width: 14.5%;
}

.wt-10 {
    display: inline-block;
    width: 10%;
}

.wt-5 {
    display: inline-block;
    width: 5%;
}

.display_none {
    display: none;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.d-block {
    display: block;
}

.display-none {
    display: none;
}
