/* ===== All in one ===== */
.mg-0 {
    margin: 0;
}

/* ===== Two dimension ===== */
.mg-0-8 {
    margin: 0 8px;
}

.mg-8-0 {
    margin: 8px 0;
}

/* ===== One dimension ===== */
/* Top */
.mg-t-5 {
    margin-top: 5px;
}

.mg-t-10-i {
    margin-top: 10px !important;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-t-20 {
    margin-top: 20px;
}

.mg-t-30 {
    margin-top: 30px;
}

.mg-t-50 {
    margin-top: 50px;
}

/* Bottom */
.mg-b-14 {
    margin-bottom: 14px;
}

.mg-b-15-i {
    margin-bottom: 15px !important;
}

.mg-b-ne-20 {
    margin-bottom: -20px;
}

/* Left */
.mg-l-0-i {
    margin-left: 0px !important;
}

/* Right */
.mg-r-10 {
    margin-right: 10px;
}