@charset "UTF-8";

*{
    box-sizing: border-box;
}

.w-100px {
    width: 100px !important;
}

.w-200px {
    width: 200px !important;
}

.w-300px {
    width: 300px !important;
}

.w-400px {
    width: 400px !important;
}

.mw-100px {
    min-width: 100px !important;
}

.mw-200px {
    min-width: 200px !important;
}

.mw-300px {
    min-width: 300px !important;
}

.mw-400px {
    min-width: 400px !important;
}
