/* Height utilities */
.h-0 { height: 0; }
.h-1 { height: 1px; }
.h-5 { height: 5px; }
.h-10 { height: 10px; }
.h-20 { height: 20px; }
.h-30 { height: 30px; }
.h-40 { height: 40px; }
.h-60 { height: 60px; }

/* Color utilities */
.text-green { color: #50A035; }
.text-red { color: #E9606F; }
.text-black { color: #000; }
.text-black-bold { color: #000; font-weight: bold; }

/* Font utilities */
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-20 { font-size: 20px; }
.fw-normal { font-weight: normal; }

/* Layout utilities */
.mx-auto { margin-left: auto; margin-right: auto; }
.float-left { float: left; }
.float-right { float: right; }

/* Max-width utilities */
.mw-387 { max-width: 387px; }
.mw-407 { max-width: 407px; }
.mw-750 { max-width: 750px; }
.mw-770 { max-width: 770px; }
.mw-782 { max-width: 782px; }
.mw-802 { max-width: 802px; }
.mw-820 { max-width: 820px; }
.mw-840 { max-width: 840px; }

/* Component specific styles */
.table-unit {
    float: right;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

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