@import url("http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,latin-ext");
@-moz-keyframes button-icon-animation {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-webkit-keyframes button-icon-animation {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-o-keyframes button-icon-animation {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-ms-keyframes button-icon-animation {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes button-icon-animation {
  0% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
html {
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  clip: rect(0, 0, 0, 0);
  background-color: #f4e4a8;
}
#root {
  width: 200%;
  position: relative;
  -webkit-transition: left 0.3s ease-in-out 0s;
  -moz-transition: left 0.3s ease-in-out 0s;
  -ms-transition: left 0.3s ease-in-out 0s;
  -o-transition: left 0.3s ease-in-out 0s;
  -webkit-transition: left 0.3s ease-in-out 0s;
  -moz-transition: left 0.3s ease-in-out 0s;
  -ms-transition: left 0.3s ease-in-out 0s;
  -o-transition: left 0.3s ease-in-out 0s;
  transition: left 0.3s ease-in-out 0s;
}
#root:after {
  content: "";
  display: block;
  clear: both;
}
#root.in_home {
  left: 0;
}
#root.in_home .home header {
  left: 0;
}
#root.in_home .result header {
  left: 100%;
}
#root.in_result {
  left: -100%;
}
#root.in_result .home header {
  left: -100%;
}
#root.in_result .result header {
  left: 0;
}
#root section header {
  width: 100%;
  background: -webkit-linear-gradient(top, #463337 0%, #312427 100%);
  background: -moz-linear-gradient(top, #463337 0%, #312427 100%);
  background: -ms-linear-gradient(top, #463337 0%, #312427 100%);
  background: -o-linear-gradient(top, #463337 0%, #312427 100%);
  background: linear-gradient(top, #463337 0%, #312427 100%);
  border-bottom: 4px solid #c24660;
  height: 47px;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transition: left 0.3s ease-in-out 0s;
  -moz-transition: left 0.3s ease-in-out 0s;
  -ms-transition: left 0.3s ease-in-out 0s;
  -o-transition: left 0.3s ease-in-out 0s;
  -webkit-transition: left 0.3s ease-in-out 0s;
  -moz-transition: left 0.3s ease-in-out 0s;
  -ms-transition: left 0.3s ease-in-out 0s;
  -o-transition: left 0.3s ease-in-out 0s;
  transition: left 0.3s ease-in-out 0s;
}
#root section header h1 {
  display: inline-block;
  color: #f8c391;
  font-size: 14px;
  text-align: center;
}
#root section.home header h1 {
  margin: 14px 7%;
}
#root section.result header h1 {
  margin: 14px 5px;
}
#root section.result header button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-family: 'Roboto Slab', serif;
  line-height: 42px;
  font-size: 12px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-width: 0;
  height: 45px;
  background-color: #f8c391;
  -webkit-box-shadow: inset 0 2px 2px 0px #f6e1cd, 0 2px 1px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0 2px 2px 0px #f6e1cd, 0 2px 1px 0px rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -moz-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -ms-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -o-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: linear-gradient(#f8c391 0%, #e8a566 100%);
  color: #944d09 !important;
  text-shadow: 0 -1px 0px #784e25, 0 1px 0px #f4e7db;
  width: 30px;
  height: 0;
  padding: 0;
  height: 30px;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  display: block;
  float: left;
  margin: 8px;
  position: relative;
}
#root section.result header button:active {
  background-color: #e98176;
  color: #791d13 !important;
  fill: #791d13 !important;
  -webkit-box-shadow: inset 0 2px 7px 0px rgba(0,0,0,0.6), inset 0 -2px 3px 0px rgba(0,0,0,0.3), 0 1px 1px 0px rgba(255,255,255,0.7);
  box-shadow: inset 0 2px 7px 0px rgba(0,0,0,0.6), inset 0 -2px 3px 0px rgba(0,0,0,0.3), 0 1px 1px 0px rgba(255,255,255,0.7);
  background: -webkit-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -moz-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -ms-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -o-linear-gradient(#e98176 0%, #da5d51 100%);
  background: linear-gradient(#e98176 0%, #da5d51 100%);
  text-shadow: 0 -1px 0px #652d27, 0 1px 0px #edd4d1;
  line-height: 44px;
}
#root section.result header button .arrow {
  position: absolute;
  top: 13px;
  left: 3px;
  font-size: 7px;
  line-height: 7px;
}
#root section.result header button .icon {
  display: block;
  text-align: right;
  font-size: 26px;
  line-height: 26px;
  top: -2px;
  position: absolute;
  right: 5px;
  -webkit-transform-origin: 300% 50%;
  -moz-transform-origin: 300% 50%;
  -ms-transform-origin: 300% 50%;
  -o-transform-origin: 300% 50%;
  transform-origin: 300% 50%;
}
section {
  width: 50%;
  float: left;
  min-height: 100%;
  margin-top: 51px;
  background-color: #f4e4a8;
}
section.home .intro {
  margin: 5px 7%;
  color: #463337;
}
section.home .intro p {
  margin: 5px 0;
}
section.home .constants {
  margin: 7% 7%;
}
section.home .constants:after {
  content: "";
  display: block;
  clear: both;
}
section.home .constants .option input {
  display: none;
}
section.home .constants .option input[type="radio"]:checked + .button {
  background-color: #c24660;
  color: #772738 !important;
  -webkit-box-shadow: inset 0 2px 4px 0px rgba(0,0,0,0.5), inset 0 -2px 1px 0px rgba(0,0,0,0.2), 0 2px 1px 0px rgba(255,255,255,0.7);
  box-shadow: inset 0 2px 4px 0px rgba(0,0,0,0.5), inset 0 -2px 1px 0px rgba(0,0,0,0.2), 0 2px 1px 0px rgba(255,255,255,0.7);
  background: -webkit-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -moz-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -ms-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -o-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: linear-gradient(#c24660 0%, #a33e52 100%) !important;
  text-shadow: 0 -1px 1px #78414c, 0 1px 1px #c38f9a;
  fill: #772738 !important;
}
section.home .constants .option .button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-family: 'Roboto Slab', serif;
  line-height: 42px;
  font-size: 12px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-width: 0;
  height: 45px;
  background-color: #f8c391;
  -webkit-box-shadow: inset 0 2px 2px 0px #f6e1cd, 0 2px 1px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0 2px 2px 0px #f6e1cd, 0 2px 1px 0px rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -moz-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -ms-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -o-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: linear-gradient(#f8c391 0%, #e8a566 100%);
  color: #944d09 !important;
  text-shadow: 0 -1px 0px #784e25, 0 1px 0px #f4e7db;
  float: left;
  margin-right: 7%;
  width: 28.666666666666668%;
  height: 0;
  padding-bottom: 28.666666666666668%;
  padding-top: 0;
  position: relative;
  fill: #944d09 !important;
}
section.home .constants .option .button:active {
  background-color: #e98176;
  color: #791d13 !important;
  fill: #791d13 !important;
  -webkit-box-shadow: inset 0 2px 7px 0px rgba(0,0,0,0.6), inset 0 -2px 3px 0px rgba(0,0,0,0.3), 0 1px 1px 0px rgba(255,255,255,0.7);
  box-shadow: inset 0 2px 7px 0px rgba(0,0,0,0.6), inset 0 -2px 3px 0px rgba(0,0,0,0.3), 0 1px 1px 0px rgba(255,255,255,0.7);
  background: -webkit-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -moz-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -ms-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -o-linear-gradient(#e98176 0%, #da5d51 100%);
  background: linear-gradient(#e98176 0%, #da5d51 100%);
  text-shadow: 0 -1px 0px #652d27, 0 1px 0px #edd4d1;
  line-height: 44px;
}
section.home .constants .option .button svg {
  width: 100%;
text
}
section.home .constants .option:nth-child(3) .button {
  margin-right: 0;
}
section.home .precision {
  margin: 7%;
}
section.home .precision .option {
  display: block;
  width: 100%;
}
section.home .precision .option input {
  display: none;
}
section.home .precision .option .button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-family: 'Roboto Slab', serif;
  line-height: 42px;
  font-size: 12px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-width: 0;
  height: 45px;
  background-color: #f8c391;
  -webkit-box-shadow: inset 0 2px 2px 0px #f6e1cd, 0 2px 1px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0 2px 2px 0px #f6e1cd, 0 2px 1px 0px rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -moz-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -ms-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -o-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: linear-gradient(#f8c391 0%, #e8a566 100%);
  color: #944d09 !important;
  text-shadow: 0 -1px 0px #784e25, 0 1px 0px #f4e7db;
  width: 100%;
}
section.home .precision .option .button:active {
  background-color: #e98176;
  color: #791d13 !important;
  fill: #791d13 !important;
  -webkit-box-shadow: inset 0 2px 7px 0px rgba(0,0,0,0.6), inset 0 -2px 3px 0px rgba(0,0,0,0.3), 0 1px 1px 0px rgba(255,255,255,0.7);
  box-shadow: inset 0 2px 7px 0px rgba(0,0,0,0.6), inset 0 -2px 3px 0px rgba(0,0,0,0.3), 0 1px 1px 0px rgba(255,255,255,0.7);
  background: -webkit-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -moz-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -ms-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -o-linear-gradient(#e98176 0%, #da5d51 100%);
  background: linear-gradient(#e98176 0%, #da5d51 100%);
  text-shadow: 0 -1px 0px #652d27, 0 1px 0px #edd4d1;
  line-height: 44px;
}
section.home .precision .option input[type="radio"]:checked + .button {
  background-color: #c24660;
  color: #772738 !important;
  -webkit-box-shadow: inset 0 2px 4px 0px rgba(0,0,0,0.5), inset 0 -2px 1px 0px rgba(0,0,0,0.2), 0 2px 1px 0px rgba(255,255,255,0.7);
  box-shadow: inset 0 2px 4px 0px rgba(0,0,0,0.5), inset 0 -2px 1px 0px rgba(0,0,0,0.2), 0 2px 1px 0px rgba(255,255,255,0.7);
  background: -webkit-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -moz-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -ms-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -o-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: linear-gradient(#c24660 0%, #a33e52 100%) !important;
  text-shadow: 0 -1px 1px #78414c, 0 1px 1px #c38f9a;
}
section.home .precision .option:first-child .button {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
section.home .precision .option:last-child .button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
section.home .precision .option:not(:last-child):not(:first-child) .button {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
section.home .action {
  margin: 7%;
}
section.home .action button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-family: 'Roboto Slab', serif;
  line-height: 42px;
  font-size: 12px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-width: 0;
  height: 45px;
  background-color: #463337;
  -webkit-box-shadow: inset 0 2px 2px 0px #aa9197, 0 2px 1px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0 2px 2px 0px #aa9197, 0 2px 1px 0px rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(#463337 0%, #3b2c30 100%);
  background: -moz-linear-gradient(#463337 0%, #3b2c30 100%);
  background: -ms-linear-gradient(#463337 0%, #3b2c30 100%);
  background: -o-linear-gradient(#463337 0%, #3b2c30 100%);
  background: linear-gradient(#463337 0%, #3b2c30 100%);
  color: #bda5aa !important;
  text-shadow: 0 -1px 0px #1a1617, 0 1px 0px #b8aaad;
  width: 100%;
  position: relative;
  font-size: 14px;
}
section.home .action button:active {
  background-color: #674d52;
  color: #c7b3b7 !important;
  fill: #c7b3b7 !important;
  -webkit-box-shadow: inset 0 2px 7px 0px rgba(0,0,0,0.6), inset 0 -2px 3px 0px rgba(0,0,0,0.3), 0 1px 1px 0px rgba(255,255,255,0.7);
  box-shadow: inset 0 2px 7px 0px rgba(0,0,0,0.6), inset 0 -2px 3px 0px rgba(0,0,0,0.3), 0 1px 1px 0px rgba(255,255,255,0.7);
  background: -webkit-linear-gradient(#674d52 0%, #574247 100%);
  background: -moz-linear-gradient(#674d52 0%, #574247 100%);
  background: -ms-linear-gradient(#674d52 0%, #574247 100%);
  background: -o-linear-gradient(#674d52 0%, #574247 100%);
  background: linear-gradient(#674d52 0%, #574247 100%);
  text-shadow: 0 -1px 0px #272122, 0 1px 0px #c3b7b9;
  line-height: 44px;
}
section.home .action button:after {
  content: "▶";
  display: inline-block;
  position: absolute;
  right: 7%;
}
section.result {
  position: absolute;
  top: 51px;
  margin-top: 0;
  right: 0;
  bottom: 0;
  min-height: auto;
}
section.result .performance_modes {
  position: relative;
  z-index: 2;
}
section.result .performance_modes:after {
  content: "";
  display: block;
  clear: both;
}
section.result .performance_modes button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-family: 'Roboto Slab', serif;
  line-height: 42px;
  font-size: 12px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-width: 0;
  height: 45px;
  background-color: #f8c391;
  -webkit-box-shadow: inset 0 2px 2px 0px #f6e1cd, 0 2px 1px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0 2px 2px 0px #f6e1cd, 0 2px 1px 0px rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -moz-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -ms-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: -o-linear-gradient(#f8c391 0%, #e8a566 100%);
  background: linear-gradient(#f8c391 0%, #e8a566 100%);
  color: #944d09 !important;
  text-shadow: 0 -1px 0px #784e25, 0 1px 0px #f4e7db;
  width: 50%;
  margin: 0;
  display: block;
  float: left;
  -webkit-border-radius: 0;
  border-radius: 0;
}
section.result .performance_modes button:active {
  background-color: #e98176;
  color: #791d13 !important;
  fill: #791d13 !important;
  -webkit-box-shadow: inset 0 2px 7px 0px rgba(0,0,0,0.6), inset 0 -2px 3px 0px rgba(0,0,0,0.3), 0 1px 1px 0px rgba(255,255,255,0.7);
  box-shadow: inset 0 2px 7px 0px rgba(0,0,0,0.6), inset 0 -2px 3px 0px rgba(0,0,0,0.3), 0 1px 1px 0px rgba(255,255,255,0.7);
  background: -webkit-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -moz-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -ms-linear-gradient(#e98176 0%, #da5d51 100%);
  background: -o-linear-gradient(#e98176 0%, #da5d51 100%);
  background: linear-gradient(#e98176 0%, #da5d51 100%);
  text-shadow: 0 -1px 0px #652d27, 0 1px 0px #edd4d1;
  line-height: 44px;
}
section.result .result_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7%;
  position: absolute;
  left: 0;
  top: 47px;
}
section.result .result_content h2 {
  text-align: center;
  padding: 0 6%;
  font-size: 14px;
}
section.result .result_content.graph {
  bottom: 0;
}
section.result .result_content.graph h2 {
  position: absolute;
  top: 7%;
  left: 7%;
  right: 7%;
  z-index: 4;
}
section.result .result_content.graph canvas.graph {
  background: -webkit-radial-gradient(0 100%, circle cover, #f8c391 0%, #f4e4a8 100%);
  background: -moz-radial-gradient(0 100%, circle cover, #f8c391 0%, #f4e4a8 100%);
  background: -ms-radial-gradient(0 100%, circle cover, #f8c391 0%, #f4e4a8 100%);
  background: -o-radial-gradient(0 100%, circle cover, #f8c391 0%, #f4e4a8 100%);
  background: radial-gradient(0 100%, circle cover, #f8c391 0%, #f4e4a8 100%);
  position: relative;
  z-index: 2;
  border: 1px solid #000;
  border-width: 0 0 1px 1px;
  display: none;
}
section.result .result_content.graph .labels {
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
}
section.result .result_content.graph .labels .label {
  position: absolute;
  height: 12px;
  font-size: 10px;
  color: #463337;
  width: 30px;
}
section.result .result_content.graph .labels .label.x {
  text-align: center;
  margin-left: -15px;
}
section.result .result_content.graph .labels .label.y {
  margin-top: -6px;
  left: -38px;
  text-align: right;
}
section.result .result_content.table table {
  display: none;
  border-collapse: collapse;
  border-width: 1px;
  border-spacing: 2px;
  border-style: outset;
  border-color: transparent;
  margin: 0 auto;
  width: 80%;
}
section.result .result_content.table table td,
section.result .result_content.table table th {
  border: 1px inset #fff;
  padding: 2% 5%;
}
section.result .result_content.table table td:first-child,
section.result .result_content.table table th:first-child {
  text-align: center;
  min-width: 7%;
}
section.result .result_content.table table th {
  border-bottom: 1px inset #000;
}
section.result[data-view-mode=graph] .performance_modes button.graph {
  background-color: #c24660;
  color: #772738 !important;
  -webkit-box-shadow: inset 0 2px 4px 0px rgba(0,0,0,0.5), inset 0 -2px 1px 0px rgba(0,0,0,0.2), 0 2px 1px 0px rgba(255,255,255,0.7);
  box-shadow: inset 0 2px 4px 0px rgba(0,0,0,0.5), inset 0 -2px 1px 0px rgba(0,0,0,0.2), 0 2px 1px 0px rgba(255,255,255,0.7);
  background: -webkit-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -moz-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -ms-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -o-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: linear-gradient(#c24660 0%, #a33e52 100%) !important;
  text-shadow: 0 -1px 1px #78414c, 0 1px 1px #c38f9a;
}
section.result[data-view-mode=graph] .result_content.table {
  display: none;
}
section.result[data-view-mode=table] .performance_modes button.table {
  background-color: #c24660;
  color: #772738 !important;
  -webkit-box-shadow: inset 0 2px 4px 0px rgba(0,0,0,0.5), inset 0 -2px 1px 0px rgba(0,0,0,0.2), 0 2px 1px 0px rgba(255,255,255,0.7);
  box-shadow: inset 0 2px 4px 0px rgba(0,0,0,0.5), inset 0 -2px 1px 0px rgba(0,0,0,0.2), 0 2px 1px 0px rgba(255,255,255,0.7);
  background: -webkit-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -moz-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -ms-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: -o-linear-gradient(#c24660 0%, #a33e52 100%) !important;
  background: linear-gradient(#c24660 0%, #a33e52 100%) !important;
  text-shadow: 0 -1px 1px #78414c, 0 1px 1px #c38f9a;
}
section.result[data-view-mode=table] .result_content.graph {
  display: none;
}
@media (min-width: 700px) {
  #root {
    width: 100%;
    min-height: 100%;
  }
  #root section {
    width: auto;
  }
  #root section.home {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 296px;
    height: 100%;
    z-index: 5;
    position: relative;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  }
  #root section.home header {
    width: 300px;
  }
  #root section.home .action button:after {
    display: none;
  }
  #root section.result {
    left: 20px;
  }
  #root section.result header button .arrow {
    display: none;
  }
  #root section.result header button .icon {
    right: 9px;
  }
  #root.in_home section.result header {
    left: 300px;
  }
  #root.in_result {
    left: 0;
  }
  #root.in_result section.home {
    left: -276px;
  }
  #root.in_result section.home:hover {
    left: -271px;
  }
  #root.in_result section.home header {
    left: 0;
  }
  #root.in_result section.result header {
    left: 300px;
  }
@media (min-width: 1100px) {
    #root {
      min-height: 100%;
    }
    #root section.home {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      width: 27%;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    #root section.result {
      left: 27%;
    }
    #root section.result header h1:not(:empty):before {
      content: " — ";
    }
    #root section.result header button {
      display: none;
    }
    #root.in_home section.result header {
      left: 300px;
    }
    #root.in_result {
      left: 0;
    }
    #root.in_result section.home {
      left: 0;
    }
    #root.in_result section.home:hover {
      left: 0;
    }
    #root.in_result section.home header {
      left: 0;
    }
    #root.in_result section.result header {
      left: 300px;
    }
}
}
