body {
  background-color: #bcbcbe;
  padding-top: 0px;
  background-size: 64px;
}
#guide-header {
  width: 100%;
  height: 28px;
  border-bottom: 1px solid #666;
  box-shadow: inset 0px 1px 0px #999;
  box-shadow: 0 0 8px #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-image: linear-gradient(top, #878787 0%, #adadad 2%, #f0f0f0 90%, #ebebeb 98%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #878787 0%, #adadad 2%, #f0f0f0 90%, #ebebeb 98%, #cccccc 100%);
  background-image: -moz-linear-gradient(top, #878787 0%, #adadad 2%, #f0f0f0 90%, #ebebeb 98%, #cccccc 100%);
  background-image: -webkit-linear-gradient(top, #878787 0%, #adadad 2%, #f0f0f0 90%, #ebebeb 98%, #cccccc 100%);
  background-image: -ms-linear-gradient(top, #878787 0%, #adadad 2%, #f0f0f0 90%, #ebebeb 98%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #878787), color-stop(0.02, #adadad), color-stop(0.9, #f0f0f0), color-stop(0.98, #ebebeb), color-stop(1, #cccccc));
  z-index: 99;
  position: fixed;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#guide-header p {
  padding: 3px 0 0 6px;
  font-size: 16px;
  font-weight: light;
  line-height: 1.7em;
  color: #666;
  text-shadow: 1px 1px 1px #FFF;
  display: inline;
}
#guide-header span {
  height: 20px;
  width: 66px;
  margin: 3px 6px;
  float: right  ;
  display: block;
  background: url('../img/cs-logo-small.png') 0px 3px no-repeat;
  background-size: 100%;
}
#guide-content {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 5%;
  color: #fdfcfb;
}
#guide-content .guide-splashpage {
  width: 100%;
  height: 100%;
  padding: 30px 0px 190px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #bcbcbe;
}
#guide-content .guide-splashpage .guide-splashpage-content {
  display: none;
}
#guide-content .guide-splashpage img {
  width: 80%;
  max-width: 640px;
  margin: 0 10%;
  margin-top: 60px;
}
#guide-content .guide-splashpage h1 {
  width: 80%;
  margin: 0 8% 0 10%;
  margin-top: 40px;
  font-size: 20px;
  text-align: center;
  color: #f89521;
}
#guide-content .guide-splashpage h1 span {
  color: #9b9e9e;
  font-weight: 400;
}
#guide-content .guide-inner {
  margin-top: 00px;
}
#guide-content p,
#guide-content a {
  color: #fdfcfb;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#guide-content h1,
#guide-content h2,
#guide-content h3,
#guide-content h4 {
  color: #fdfcfb;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
#guide-content h2 {
  margin-bottom: 10px;
}
#guide-content .guide-section {
  width: 100%;
  float: left;
  padding-bottom: 0px;
  margin-top: 80px;
  padding-top: 20px;
}
#guide-content .guide-section.section-select-attachment {
  margin-top: 0;
  padding-bottom: 30px;
}
#guide-content .guide-section.is-only-option {
  margin-top: 20px;
}
#guide-content .guide-section.section-final {
  margin-top: 0;
}
#guide-content .message {
  height: 20px;
  text-align: center;
}
#guide-content a.button,
#guide-content a.sharebutton {
  border: 1px solid #121212;
  padding: 16px 0;
  margin: 8px 0;
  background-color: #9b9e9e;
  display: block;
  line-height: 1.2em;
  text-align: center;
  border-radius: 8px;
  box-shadow: inset 0px 1px 0px #999;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#guide-content a.button span.buttonlabel,
#guide-content a.sharebutton span.buttonlabel {
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  display: block;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -o-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate: auto;
}
#guide-content a.button.highlight,
#guide-content a.sharebutton.highlight {
  background-color: #F6C363 !important;
}
#guide-content a.button.calculate,
#guide-content a.sharebutton.calculate {
  margin: 18px 0 8px;
}
#guide-content a.button.noimage,
#guide-content a.sharebutton.noimage {
  padding-top: 40px;
  padding-bottom: 40px;
}
#guide-content a.button.share span,
#guide-content a.sharebutton.share span {
  font-size: 11px;
}
#guide-content a.button.attachment .imagecontainer,
#guide-content a.sharebutton.attachment .imagecontainer {
  width: 90%;
}
#guide-content a.button.attachment .imagecontainer img,
#guide-content a.sharebutton.attachment .imagecontainer img {
  width: 24%;
  max-height: 75px;
  width: auto;
}
#guide-content a.button.attachment.ankarmassa .imagecontainer img,
#guide-content a.sharebutton.attachment.ankarmassa .imagecontainer img {
  max-width: 100px;
}
#guide-content a.button.material,
#guide-content a.sharebutton.material {
  padding: 20px 0;
}
#guide-content a.button.material .imagecontainer,
#guide-content a.sharebutton.material .imagecontainer {
  width: 30%;
}
#guide-content a.button.material .imagecontainer img,
#guide-content a.sharebutton.material .imagecontainer img {
  width: 100%;
}
#guide-content a.button .imagecontainer,
#guide-content a.sharebutton .imagecontainer {
  width: 90%;
  margin: auto;
  margin-bottom: 16px;
}
#guide-content a.button .imagecontainer img,
#guide-content a.sharebutton .imagecontainer img {
  margin: auto;
}
#guide-content a.button.tall,
#guide-content a.sharebutton.tall {
  padding: 20px 0;
}
#guide-content a.button.wide,
#guide-content a.sharebutton.wide {
  width: 98%;
  margin: 8px 1%;
}
#guide-content a.button.half,
#guide-content a.sharebutton.half {
  width: 48%;
  margin: 8px 1%;
  display: block;
  float: left;
}
#guide-content a.button.silver,
#guide-content a.sharebutton.silver {
  background-color: #c7c8ca;
  box-shadow: inset 0px 1px 0px #ebebeb;
  color: #000000;
  text-shadow: 1px 1px 1px #FFF;
}
#guide-content a.button.blue,
#guide-content a.sharebutton.blue {
  background-color: #f89521;
  box-shadow: inset 0px 1px 0px #CCC;
  color: #fdfcfb;
  text-shadow: 1px 1px 2px #000;
}
#guide-content a.button.red,
#guide-content a.sharebutton.red {
  background-color: #7d161f;
  box-shadow: inset 0px 1px 0px #8d8d8d;
  color: #fdfcfb;
  text-shadow: 1px 1px 2px #000;
}
#guide-content a span.button-indicator {
  display: block;
  float: left;
  margin-right: 10px;
  width: 16px;
  height: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  background: url('img/option-button-blue.png') no-repeat;
  background-position: 0px 0px;
}
#guide-content .form-container {
  position: relative;
  padding-top: 4px;
}
#guide-content .form-container form .form-field {
  width: 100%;
  margin: 0 0 16px;
  clear: both;
  display: block;
  float: left;
}
#guide-content .form-container form label {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 15px;
  float: left;
}
#guide-content .form-container form .select-container {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-top: 12px;
  float: right;
}
#guide-content .form-container form select.select {
  position: relative;
  z-index: 10;
  width: 100% !important;
  height: 36px !important;
  line-height: 26px;
  border: 1px solid #121212;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#guide-content .form-container form span.select {
  position: absolute;
  bottom: 0;
  float: left;
  left: 0;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-indent: 10px;
  vertical-align: middle;
  background-color: #f89521;
  color: #fdfcfb;
  border-radius: 8px;
  box-shadow: inset 0px 1px 0px #999;
  text-shadow: 1px 1px 2px #000;
  font-weight: 100;
  font-size: 18px;
  text-align: center;
  cursor: default;
  z-index: 1;
  border: 1px solid #121212;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: text-shadow, background-color 0.3s;
  -moz-transition: text-shadow, background-color 0.3s;
  /* Firefox 4 */

  -webkit-transition: text-shadow, background-color 0.3s;
  /* Safari and Chrome */

  -o-transition: text-shadow, background-color 0.3s;
  /* Opera */

}
#guide-content .form-container form span.select.flashing {
  text-shadow: 1px 1px 8px #FFF;
  background-color: #fdd487;
}
#guide-content .section-calculate-results {
  padding-bottom: 40px;
}
#guide-content .section-calculate-results ul {
  padding: 2%;
  width: 96%;
  background-color: #FDFDFD;
  border-radius: 2px;
}
#guide-content .section-calculate-results ul li {
  color: #3F3F3F;
  line-height: 1.5em;
}
#guide-content .section-calculate-results ul li span {
  display: inline;
}
#guide-content .section-calculate-results ul li #calculate-result-additional-text {
  font-size: 0.8em;
}
#guide-content .section-calculate-results ul li#calculate-result-trall-extra-info {
  margin-top: 8px;
  font-size: 0.8em;
}
.guide-section,
.guide-subsection,
.calculate-results,
.guide-inner,
.guide-splash,
.error {
  display: none;
}
#section-select-attachment {
  display: block;
}
.hidden {
  display: none !important;
}
#hidden-data-container {
  display: none;
  margin-top: 30px;
}
