.noMargin {
    margin: 0;
}

.mb6 {
    margin-bottom: 6px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb36 {
    margin-bottom: 36px;
}

.mb42 {
    margin-bottom: 42px;
}

.mb48 {
    margin-bottom: 48px;
}

.mb54 {
    margin-bottom: 54px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt6 {
    margin-top: 6px;
}

.mt12 {
    margin-top: 12px;
}

.mt18 {
    margin-top: 18px;
}

.mt24 {
    margin-top: 24px;
}

.mt30 {
    margin-top: 30px;
}

.mt36 {
    margin-top: 36px;
}

.mt42 {
    margin-top: 42px;
}

.mt48 {
    margin-top: 48px;
}

.mt54 {
    margin-top: 54px;
}

.mt60 {
    margin-top: 60px;
}

.pb6 {
    padding-bottom: 6px;
}

.pb12 {
    padding-bottom: 12px;
}

.pb18 {
    padding-bottom: 18px;
}

.pb24 {
    padding-bottom: 24px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt6 {
    padding-top: 6px;
}