/* Document : override Created on : Author : Description: This is where any of your application specific styles should be included */ .sendOffScreen { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; } .selectSingleStyle { max-width: 20em; } .chartStyle { max-width: 500px; width: 100%; height: 350px; } .item-display { width: 100%; height: 500px; overflow-x: hidden; } .demo-thumbnail { border-radius: 5px; background-size: 40px 40px; background-repeat: no-repeat; min-width: 40px; min-height: 40px; max-width: 40px; margin-right: 10px; } .hr-margin { margin-top: 12px; } .data-name { font-size: 20px; font-weight: bolder; } .data-desc { font-size: 14px; font-weight: 400; font-style: italic; margin-bottom: 10px; } .float-right { float: right; } .no-display { display: none; } .slot-line { line-height: 2.4em; } .text-width { width: 100%; min-width: 100%; }