/**
 * Utility classes to replace common inline styles
 * Use these instead of style="margin-top:5px" etc.
 */
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mv-20 { margin-top: 20px; margin-bottom: 20px; }
.mv-50-20 { margin-top: 50px; margin-bottom: 20px; }
.text-sm { font-size: 12px; }
.text-xs { font-size: 11px; }
