/* buffers and size helpers (from ddp_css.css L201-L245) */
.buffer-5 {
    margin-top: 5px;
}
.buffer-10 {
    margin-top: 10px;
}
.buffer-15 {
    margin-top: 15px;
}
.buffer-20 {
    margin-top: 20px;
}
.buffer-25 {
    margin-top: 25px;
}
.buffer-30 {
    margin-top: 30px;
}
.buffer-35 {
    margin-top: 35px;
}
.buffer-40 {
    margin-top: 40px;
}
.h-200 {
    height: 200px;
    max-height: 200px;
}
.h-160 {
    height: 160px;
    max-height: 160px;
}
.w-160 {
    width: 160px;
    max-width: 160px;
}
.w-100 {
    width: 100px;
    max-width: 100px;
}

.text-big {
    font-size: 1.25em;
}

