* {
  font-family: Arial, Helvetica, sans-serif ;
  font-size: 12px;
}
body {
  padding: 0;
  margin: 0px;
}
.right {
    float: right;
}
.left {
    float: none;
    width: auto;
    overflow: hidden;
}
.box { 
    min-width: 770px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-top-left-radius:0px; 
	border-top-right-radius:25px; 
	border-bottom-left-radius:25px; 
	border-bottom-right-radius:0px;
}
.sectionTitle {
	font-size: 24px;
	margin-left: -20px;
}
#header {
  min-width: 800px;
  padding: 15px;
  background: #333;
}
#title {
  font-size: 30px;
  color: rgba(255,255,255,0.8);
  font-weight: bold;
  display: inline-block;
}
#titleEdit {
  background:url(edit_16.png) no-repeat;
  cursor:pointer;
  border:none;
  width:16px;
  height:16px;
  display: inline-block;
}
#titleEdit.done {
  background:url(check_16.png) no-repeat;
}
#titleEditor {
  font-size: 21px;
  width: 600px;
}
#edit {
  background: rgb(173, 216, 230);
  	margin-top: 10px;
	margin-bottom: 10px;
}
#editIntro {
	width: 100%;
}
#editInstructions {
}
#showCalc {
  background:url(calc_32.png) no-repeat;
  cursor:pointer;
  border:none;
  width:32px;
  height:32px;
  display: inline-block;
}
#graph {
  background: rgb(183, 238, 215);
  	margin-top: 10px;
	margin-bottom: 10px;
}
#chart-div {
  position: relative;
  left: 0;
  right: 0;
  margin: 20px 40px;
}
#chart {
  height: 400px;
}
#grid {
}
#tutorial {
}
#save {
  background: rgb(238, 205, 225);
  	margin-top: 10px;
	margin-bottom: 10px;
}
#feedback {
  padding: 10px;
  min-width: 800px;
}
#disclaimer {
  padding: 10px;
  font-size: 11px;
  min-width: 800px;
}
#copyright {
  padding: 10px;
  font-size: 10px;
  min-width: 800px;
}
#copyright a {
  font-size: 10px;
}
/* Slick.Editors*/
.editor-checkbox {
  margin: 0;
  height: 100%;
  padding: 0;
  border: 0;
  width: 100%;
}
.editor-text {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  background: transparent;
  outline: 0;
  padding: 0;
}
.delete-row {
  width: 60px;
  margin: 0px 0px;
}
.reset-zoom {
  position: absolute;
  top: 30px;
  left: 60px;
}
.reset-zoom:not(:hover) {
  background: none;
}
.jqplot-cursor-tooltip {
  font-size: 10px;
}
#calculatorDialog {
  display:none;
  background: #ccc;
  padding: 0;
}
#calculator {
  border: 4px solid #999;
  width: 190px;
  overflow: auto;
  background: #ccc;
}
.io-field {
  border: 1px solid;
  height: 38px;
  margin: 5px;
  padding: 2px;
  text-align: right;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.calculation {
  font-size: 10px;
  height: 14px;
  line-height: 14px;
}
.input {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}
.numbers {
  margin: 5px;
  width: 120px;
  float: left;
}
.operations {
  margin: 5px;
  width: 50px;
  float: left;
}
.button {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  cursor: pointer;
  float: left;
  margin: 4px;
  background: #fafafa;
}
.button.number-0 {
  width: 70px;
}