/* bootstrap-base-overrides.css */ /* These overrides come after bootstrap.css and bootstrap-responsive.css */ dt, dd { line-height: 18px; min-height: 40px; } @media (max-width: 480px) { .modal-wrapper { position: absolute; top: 10px; right: 10px; left: 10px; width: auto; margin: 0; z-index: 1050; overflow: visible; } } /* Fix for IE7 IE8 dropdown menu items */ .collapse { overflow: visible; }