﻿
.width-auto{
    width: auto !important;
}

.width-100-p{
    width: 100% !important;
}

.width-95-p {
    width: 95% !important;
}
.width-90-p {
    width: 95% !important;
}

.width-85-p {
    width: 85% !important;
}

.width-80-p {
    width: 80% !important;
}

.width-75-p {
    width: 75% !important;
}

.width-70-p {
    width: 70% !important;
}

.width-65-p {
    width: 65% !important;
}

.width-60-p {
    width: 60% !important;
}

.width-40-p {
    width: 40% !important;
}

.width-18-rem {
    width: 18rem !important;
}

.max-width-80-p {
    max-width: 80% !important;
}

.height-100-p {
    height: 100% !important;
}

.height-60 {
    height: 60px !important;
}

.height-45 {
    height: 45px !important;
}

.height-40 {
    height: 40px !important;
}

.height-35 {
    height: 35px !important;
}

.height-30 {
    height: 30px !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.min-width-140 {
    min-width: 140px !important;
}

.min-width-160 {
    min-width: 160px !important;
}

.min-width-180 {
    min-width: 180px !important;
}

.min-width-200 {
    min-width: 200px !important;
}

.min-width-210 {
    min-width: 210px !important;
}

