/* margin auto */
.m-a{
    margin: auto;
}

/* margin top */
.mt-15-{
    margin-top: -15px;
}
.mt-10-{
    margin-top: -10px;
}
.mt-5-{
    margin-top: -5px;
}
.mt-5{
    margin-top:5px
}
.mt-7{
    margin-top:7px
}
.mt-10{
    margin-top:10px
}
.mt-15{
    margin-top:15px
}
.mt-17{
    margin-top:17px
}
.mt-19{
    margin-top:19px
}
.mt-20{
    margin-top:20px
}
.mt-25{
    margin-top:25px
}
.mt-30{
    margin-top:30px
}
.mt-35{
    margin-top:35px
}
.mt-40{
    margin-top:40px
}
.mt-45{
    margin-top:45px
}
.mt-50{
    margin-top:50px
}
.mt-70{
    margin-top:70px
}
.mt-90{
    margin-top:90px
}
.mt-100{
    margin-top:100px
}
.mt-110{
    margin-top:110px
}
.mt-120{
    margin-top:120px
}
.mt-130{
    margin-top:130px
}
.mt-150{
    margin-top:150px
}
.mt-160{
    margin-top:160px
}
.mt-200{
    margin-top:200px
}

/* margin bottom */
.mb-15-{
    margin-bottom: -15px;
}
.mb-5{
    margin-bottom:5px
}
.mb-7{
    margin-bottom:7px
}
.mb-9{
    margin-bottom:9px
}
.mb-10{
    margin-bottom:10px
}
.mb-13{
    margin-bottom:13px
}
.mb-15{
    margin-bottom:15px
}
.mb-18{
    margin-bottom:18px
}
.mb-20{
    margin-bottom:20px
}
.mb-25{
    margin-bottom:25px
}
.mb-30{
    margin-bottom:30px
}
.mb-35{
    margin-bottom:35px
}
.mb-40{
    margin-bottom:40px
}
.mb-45{
    margin-bottom:45px
}
.mb-50{
    margin-bottom:50px
}
.mb-55{
    margin-bottom:55px
}
.mb-60{
    margin-bottom:60px
}
.mb-65{
    margin-bottom:65px
}
.mb-70{
    margin-bottom:70px
}
.mb-75{
    margin-bottom:75px
}

/* margin bottom */
.ml-50{
    margin-left: 50px;
}
.ml-100{
    margin-left: 100px;
}