body #main-content {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}

input:disabled {

  background: white;
  color: #333;

}

.formula td {

 vertical-align:middle;
 text-align:left;
 padding-right:10px;
 padding-bottom:5px;
}

input[type="text"] {
  
  padding:2px 2px 2px 6px !important;

  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  text-align:right;

  background-image: url('images/pencil.png');
  background-repeat: no-repeat;

}

.form-horizontal .control-label {
	padding-top:0px;
}




.resultstable td {
   text-align:right !important;
	padding:2px 6px 2px 6px !important;
}

.resultstable {

	margin-bottom:0px;
}

@media (min-width: 710px) and (max-width: 939px) {

	input[type="text"] {
		background-size: 15px 15px;
	}
}

@media (max-width: 709px) {

	input[type="text"] {
		background-size: 15px 15px;
	}
}


#scroller {
	position: absolute;
	width: 100%;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch !important;
}

#scroller table {
	width:auto;
	margin-left:10px;
	margin-right:10px;
}

#scroller td {
	min-width:90px;
}