.f-10 {
    font-size: 10px;
}

.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-28 {
    font-size: 28px;
}

.f-7rem {
    font-size: .7rem;
}

.f-8rem {
    font-size: .8rem;
}

.f-9rem {
    font-size: .9rem;
}

.f-1rem {
    font-size: 1rem;
}

.w-30 {
    width: 30%;
}

.w-40px {
    width: 40px;
}

.w-48px {
    width: 48px;
}

.w-56px {
    width: 56px;
}

.w-80px {
    width: 80px;
}

.h-10px {
    height: 10px;
}

.h-48px {
    height: 48px;
}

.op-05 {
    opacity: 0.5;
}

.bg-rgba-07 {
    background: rgba(0,0,0, 0.7);
}

.text-warning-dark {
    color: #e6ae06 !important;
}

.f-w-300 {
    font-weight: 300;
}