﻿.underline { text-decoration: underline; }

.asterisk { font-size: 6px; color: #e00; position: relative; margin-left: 5px; top: -5px; }

.full-width { width: 100%; }

.overflow-auto { overflow: auto; }
.overflow-hidden { overflow: hidden; }

.cursor-pointer { cursor: pointer; }
.cursor-not-allowed { cursor: not-allowed; }

.text-keyword { padding-left: 2px; padding-right: 2px; border: 1px solid #ddd; background: #ffffe3; font-family: Consolas; }

.lh-100 { line-height: 100% !important; }
.lh-110 { line-height: 110% !important; }
.lh-120 { line-height: 120% !important; }
.lh-130 { line-height: 130% !important; }
.lh-150 { line-height: 150% !important; }
.lh-180 { line-height: 180% !important; }
.lh-200 { line-height: 200% !important; }

.text-11px { font-size: 11px !important; }
.text-14px { font-size: 14px !important; }
.text-16px { font-size: 16px !important; }
.text-18px { font-size: 18px !important; }
.text-20px { font-size: 20px !important; }

.ot-1px { position: relative; top: 1px; }
.ot-2px { position: relative; top: 2px; }
.ob-1px { position: relative; top: -1px; }
.ob-2px { position: relative; top: -2px; }

.list-clear-left-padding { padding-left: 16px; }