#Calculator { box-sizing: border-box; border:1px solid #CCC; border-radius:6px; padding:15px; /* IE10 */ background-image: -ms-linear-gradient(top, #E2DDD7 0%, #C9C5BF 100%); /* Mozilla Firefox */  background-image: -moz-linear-gradient(top, #E2DDD7 0%, #C9C5BF 100%); /* Opera */ background-image: -o-linear-gradient(top, #E2DDD7 0%, #C9C5BF 100%); /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E2DDD7), color-stop(1, #C9C5BF)); /* Webkit (Chrome 11 ) */ background-image: -webkit-linear-gradient(top, #E2DDD7 0%, #C9C5BF 100%); /* Proposed W3C Markup */ background-image: linear-gradient(top, #E2DDD7 0%, #C9C5BF 100%); }
#entry, #results { border:1px solid #999; background:#F4F2EF; padding:12px; border-radius:6px; min-height:400px; box-sizing: border-box; }
#entry #title { border-bottom: 1px solid #CCC; margin-bottom: 5px; display:block; font-weight: bold; }
#results table { background: #C9C5BF; margin-top: 20px; }
table.imroi-table { font-size: 12px !important; white-space:normal; height: 100%; min-height: 325px; }
.imroi-table td {padding: 12px 10px; line-height: 150%; }
.imroi-table td   td { padding:0px !important; width:140px; position: relative; }
.imroi-table span, .imroi-table input { color:white; border:1px solid #999; margin:3px; padding:8px; text-align:right; display:inline-block; width:90px;font:normal bold 14px/12px Arial; min-height: 12px; }
.imroi-table input:focus { color:#000; background:#fff; }
.imroi-table span { color:#444; margin:5px; background:#fff; }
.imroi-table input { background: #E36F21; }
.hrow td { /* highlight row */ background: #566873; color:#fff !important; text-transform:uppercase; padding-left:10px; }
.hrow span { /* highlight row */ background:#fff; }
#footer { text-align:right;margin-top:0px;clear:both;padding: 10px 10px 0px 0px; }
#credit { margin:10px; }
span#NewBusinessRevenue:before,
span#RevenueFromInbound:before { content: "$"; }
.imroi-table i {  }
.bt-wrapper { color: #000; text-transform: initial; }