@charset "utf-8";

/*** utility.css ***/
.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.px10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.disp-b {
    display: block;
}

.fw800 {
    font-weight: 800;
}

.fw600 {
    font-weight: 600;
}