#saveCanvas { width:100%; display:block; } #toolbar { position: relative; right: 5px; bottom: 20px; float: right; } #scenarioCount { color:#616161; } #timeCount { color:#616161; } body.dragging, body.dragging * { cursor: move !important; } .dragged { position: absolute; opacity: 0.5; z-index: 2000; } #catOptions { list-style: none; } ul { white-space: nowrap; } #treatmentInput li { position: relative; width:100%; text-align: left; padding-top: 0px; padding-bottom: 0px; padding-right: 40px; line-height: 34px; /** More li styles **/ } #interpDiv { color:#616161; position:relative; margin-bottom: 25px; } #interpText { color:#616161; cursor: pointer; border:solid black 1px; border-radius: 5px; display: inline-block; padding:6px 12px; vertical-align: middle; margin-left:15px; } #interpText:hover { background-color: #E8E8E8; } #treatmentInput li:before { position: absolute; /** Define arrowhead **/ } #defaultRhythms { left:0 !important; right: auto; } .closeBtn{ position:absolute; top: 0; right: 0px; } .treatmentButtonClass{ width: 100%; font-size: 18px; text-align: left; border-style: none; color:#616161; } .treatmentOption { border-style: solid; border-width: 1px; border-radius: 4px; border-color: gray; margin-top: -1px; font-size: 18px; width:100%; color:#616161; } .treatmentOption a { white-space: normal !important; color:#616161; } .dropdownArrow { margin-right: 5px; float:right; color:#616161; } .chosenInterventionItem { font-size: 18px; white-space: normal; color:#616161; } .treatmentDropdown { width: 100%; } .resultScenario { color:#616161; font-size: 18px; }