html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#data-nctm-application .button_print{
  position: absolute;
  cursor: pointer;
  left: 3px;
  top: 3px;
  background: #e3e3e3;
  border: 1px solid #bbb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 0 8px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 90px;
}

#data-nctm-application .button_print:hover{
  background: #d6d6d6;
}

#data-nctm-application {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

#bottom_control #numerator_slider_area {
  position: absolute;
  top: 55px;
}


#bottom_control #denominator_slider_area {
  position: absolute;
  top: 103px;
}

#bottom_control #minus_whole {
  left: 58px;
  top: 8px;
}

#bottom_control #plus_whole {
  left: 87px;
  top: 8px;
}

#bottom_control #plus_numerator {
  left: 427px;
  top: 61px;
}

#bottom_control #minus_numerator {
  left: 427px;
  top: 109px;
}

#bottom_control #plus_denominator {
  left: 89px;
  top: 61px;
}

#bottom_control #minus_denominator {
  left: 89px;
  top: 109px;
}

#data-nctm-application #bottom_control {
  top: 430px;
  left: 40px;
}

#data-nctm-application .type_model_view {
  top: 368px;
  left: 544px;
}

#data-nctm-application #units_view {
  top: 162px;
  left: 50px;
}

#data-nctm-application #units_button {
  top: 276px;
  left: -6px;
}

.type_model_view #Area {
  top: 28px;
}

.type_model_view #Region {
  top: 56px;
}

.type_model_view #Set {
  top: 84px;
}

.type_model_view #circle {
  top: 155px;
  left: -13px;
}

.type_model_view #apple {
  top: 155px;
  left: 23px;
}

.type_model_view #star {
  top: 155px;
  left: 59px;
}

.type_model_view #butterfly {
  top: 155px;
  left: 95px;
}

#data-nctm-application .table_view {
  top: 103px;
  left: 526px;
}

.table_view .table_area {
  width: 169px;
  height: 365px;
}

.table_view #recordModel {
  top: -55px;
  left: 11px;
}

.table_view #removeSelected {
  top: -55px;
  left: 63px;
}

.table_view #removeAll {
  top: -55px;
  left: 115px;
}

#data-nctm-application #top_control {
  left: 53px;
  top: 43px;
}

#top_control #limited {
  left: 139px;
}

#top_control #wide {
  left: 278px;
}

#data-nctm-application .table_entry {
  top: 0px;
}

.table_entry div {
  position: absolute;
  width: 43px;
  height: 52px;
  top: 0px;
  font-size: 12px;
  line-height: 52px;
  margin: 0;
}

.table_entry .mixed_number_ {
  left: 42px;
}

.table_entry .decimal_ {
  left: 84px;
}

.table_entry .percent_ {
  left: 126px;
}

p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

table {
  border-spacing: 0;
  margin: auto;
  height: 100%;
}

#output_number td{
  padding: 0 2px;
  margin: 0;
  line-height: 1em;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.table_entry div{
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.table_entry td{
  padding: 0 2px;
  margin: 0;
  line-height: 1em;
}
.slider_area {
  width: 300px;
  height: 25px;
  position: absolute;
}

.slider {
  cursor: pointer;
}

#data-nctm-application div div {
  position: absolute;
}

#denominator {
  border-top: black 1px solid;
}

.denominator_ {
  border-top: black 1px solid;
}

#fraction {
  position: absolute;
  width: 97px;
  height: 44px;
  top: 98px;
  left: 60px;
  vertical-align: middle;
}

#mixed_number {
  position: absolute;
  width: 97px;
  height: 44px;
  top: 98px;
  left: 176px;
}

#decimal {
  position: absolute;
  width: 97px;
  height: 44px;
  top: 98px;
  left: 292px;
}

#percent {
  position: absolute;
  width: 97px;
  height: 44px;
  top: 98px;
  left: 409px;
}

input[type="text"] {
  position: absolute;
  width: 36px;
  height: 23px;
  left: 24px;
  border: 1px solid #afafaf;
  border-bottom-color: #3c3c3c;
  border-right-color: #3c3c3c;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  font-size: 17px;
  background: rgb(255, 255, 204) !important;
  outline: none;
  color: #000000;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1px 0;
}

.small_button {
  width: 18px;
  height: 18px;
  font: 20px 'Arial', sans-serif;
  padding: 0;
  margin: 0;
}

.big_button {
  width: 23px;
  height: 23px;
}

.button_frame:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  -moz-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  padding: 0px;
  font-size: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
}

.table_buttons:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  -moz-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  padding: 0px;
  font-size: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
}

.top_buttons:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  -moz-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  padding: 0px;
  font-size: 0;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
}

.type_model_buttons:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  -moz-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  padding: 0px;
  font-size: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  z-index: 5;
}

.type_model_buttons_choice:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  -moz-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  padding: 0px;
  font-size: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  z-index: 5;
}

.table_row_buttons:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  -moz-box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  box-shadow: 0 0 4px 3px rgb(0, 255, 255);
  padding: 0px;
  font-size: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  z-index: 5;
}