/* Gap heights */
.gap-h0 { height: 0; }
.gap-h5 { height: 5px; }
.gap-h10 { height: 10px; }
.gap-h15 { height: 15px; }
.gap-h20 { height: 20px; }
.gap-h30 { height: 30px; }
.gap-h40 { height: 40px; }
.gap-h60 { height: 60px; }
.gap-h90 { height: 90px; }

/* Dash styles */
.dash-h1 { height: 1px; }

/* Margin utilities */
.cover-img-margin { margin-right: 50px; }
.mt-30 { margin-top: 30px; }
.mt-20 { margin-top: 20px; }

/* Sizing utilities */
.w-100 { width: 100%; }
.mw-250 { max-width: 250px; }

/* Z-index utility */
.title-z-index { z-index: 3; }

/* Add cursor pointer to clickable elements */
.top_navbar_home,
#go-top,
.csr_download_link,
.csr_ico_dl {
    cursor: pointer;
}