.default-container {
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
}
.default-button {
  color: #000;
  text-decoration: none;
  background-color: #dbdbdb;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.default-button:hover {
  background-color: #f5f5f5;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 1em/1.22 Helvetica, Arial, sans-serif;
  width: 100%;
  float: left;
  overflow-y: auto;
}
table {
  width: 100%;
}
.alteration-up {
  color: #0c0;
}
.alteration-equal {
  color: #c2c2c2;
}
.alteration-down {
  color: #c00;
}
/* Select Dropdown */
.dropdown {
  position: relative;
  border: 1px solid #c2c2c2;
  /* This hides dropdown button arrow in IE */
  /* This hides focus around selected option in FF */
}
.dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
}
.dropdown:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: .8em;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  bottom: 0;
  z-index: -1;
}
.dropdown::-ms-expand {
  display: none;
}
.dropdown:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* Radio Button */
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 19px;
  margin-right: 15px;
}
input[type="radio"] + label:before {
  content: "\f10c";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 1px;
}
input[type="radio"]:checked + label:before {
  content: "\f192";
}
/* Checkbox */
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 19px;
  margin-right: 15px;
}
input[type="checkbox"] + label:before {
  content: "\f096";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 1px;
}
input[type="checkbox"]:checked + label:before {
  content: "\f046";
}
/* CONTENTS */
#wrapper {
  border: 1em solid #fff;
  width: 100%;
  float: left;
  overflow: hidden;
}
#navigation {
  background: #fff;
  border-bottom: 1px solid #c2c2c2;
}
#navigation li {
  display: block;
  float: left;
}
#navigation a {
  border: 1px solid #c2c2c2;
  position: relative;
  top: 1px;
  margin-right: 0.4em;
  padding: 0.4em 1em;
  display: block;
  text-decoration: none;
  color: #000;
  background: #c2c2c2;
}
#navigation a:hover {
  background: #dbdbdb;
}
#navigation .active a {
  background: #fff;
  border-bottom: 1px solid #fff;
}
#navigation:after {
  content: " ";
  display: block;
  clear: both;
}
#top {
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
}
#top .top-company-info {
  display: block;
  float: left;
}
#top .top-share-info {
  clear: both;
  display: block;
  float: left;
}
#top .top-info:after {
  content: " ";
  display: block;
  clear: both;
}
#top-table {
  padding: 1em 0;
}
#top-table table {
  width: 100%;
}
#top-table td {
  padding: 0.4em 0;
  border-bottom: 1px solid #c2c2c2;
  font-size: 0.8em;
}
#top-table .col2 {
  text-align: right;
}
#top-table .row1 .col1 {
  vertical-align: top;
}
#top-table .row1 .col2 strong {
  font-size: 1.8em;
  vertical-align: middle;
}
#top-table .row3 td {
  border-bottom: none;
  padding-bottom: 2em;
}
#top-table .row12 td,
#top-table .row13 td {
  border-bottom: none;
}
#chart-wrapper,
.wrapper {
  clear: both;
  float: left;
  width: 100%;
}
#range-selector {
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
  font-size: 90%;
}
#range-selector ul {
  float: left;
  width: 100%;
  border: 1px solid #c2c2c2;
  /*li {
	  float: left;
	  width: 50%;
	}*/
}
#range-selector ul li {
  display: block;
  float: left;
  width: 12.5%;
  border-right: 1px solid #c2c2c2;
}
#range-selector ul li:last-child {
  border: none;
}
#range-selector ul li .chart-range-label--sm {
  display: none;
}
#range-selector a {
  padding: 0.4em 0;
  display: block;
  font-size: 85%;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#range-selector a:hover {
  background-color: #e8e8e8;
}
#range-selector li:last-child a {
  margin-right: 0;
}
#range-selector .active a {
  color: #fff;
  background: #c2c2c2;
}
#range-input {
  /* Some vars, we want to avoid magic numbers, even in CSS! */
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
}
#range-input .title {
  display: block;
  font-weight: bold;
}
#range-input .range-wrap {
  display: block;
  float: left;
  position: relative;
  width: 50%;
}
#range-input .range-wrap.range-begin {
  padding-right: 2px;
}
#range-input .range-wrap.range-begin .calendar-icon {
  right: 7px;
}
#range-input .range-wrap input {
  display: block;
  width: 100%;
  padding: 0 1em;
  height: 34px;
}
#range-input .range-wrap .calendar-icon {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 6px;
  z-index: 100;
}
#range-input .submit {
  color: #000;
  text-decoration: none;
  background-color: #dbdbdb;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  max-width: 322px;
  text-align: center;
}
#range-input .submit:hover {
  background-color: #f5f5f5;
}
@media (max-width: 600px) {
  #range-input .submit {
    margin-top: 0.4em;
  }
}
#news-information {
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
}
#news-information .news-option {
  float: left;
  width: 100%;
}
#news-information .news-icons {
  float: left;
  width: 100%;
}
#news-information .news-icons > span {
  display: inline-block;
  margin: 0.4em 0.5em 0.4em 0;
}
#news-information .news-icons .news-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #FF6400;
  font-size: 0.8em;
  text-align: center;
  color: #FF6400;
  position: relative;
  top: -1px;
}
#news-information:after {
  content: " ";
  display: block;
  clear: both;
}
.highcharts-tooltip a {
  color: #000;
  text-decoration: none;
}
#error-wrapper {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #c00;
  background: #ffe6e6;
  padding: 0.4em 1em;
}
.js #error-wrapper {
  display: none;
}
#chartexport {
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
  text-align: right;
}
#chartexport a {
  color: #000;
  text-decoration: none;
  background-color: #dbdbdb;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-align: center;
  padding: 0.4em 1em;
}
#chartexport a:hover {
  background-color: #f5f5f5;
}
#chartexport a span {
  display: none;
}
#chart {
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
}
#chart-footer {
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
}
#chart-footer h3 {
  margin-bottom: 0.4em;
}
#chart-footer > div {
  display: block;
  float: left;
  width: 50%;
  padding-right: .5em;
  padding-bottom: 1em;
}
#chart-footer > div:nth-child(2n+3) {
  clear: both;
}
#chart-footer > div:nth-child(2n+2) {
  padding-right: 0;
  padding-left: .5em;
}
#chart-footer .history-download {
  width: auto;
}
#chart-footer .history-download .select-format {
  padding: 0.4em 0;
}
#chart-footer .history-download a {
  color: #000;
  text-decoration: none;
  background-color: #dbdbdb;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: block;
  float: left;
  padding: 0.4em 1em;
}
#chart-footer .history-download a:hover {
  background-color: #f5f5f5;
}
#bottom {
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
}
#bottom-table th,
.bottom-table th {
  display: none;
}
#bottom-table td,
.bottom-table td {
  display: block;
  padding: 0.4em 0;
}
#bottom-table td:before,
.bottom-table td:before {
  content: attr(data-label) ": ";
  display: inline-block;
  font-weight: bold;
  width: 50%;
  color: #000;
}
#footer {
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
  border-bottom-width: 1px;
}
#footer > div:first-child {
  float: left;
  display: block;
}
#footer > div:last-child {
  clear: both;
  float: left;
  display: block;
}
#download-wrapper {
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
}
#download-wrapper .error {
  color: #c00;
  border: 1px solid #c00;
  margin-bottom: 1em;
  padding: 0.4em 1em;
}
#download-wrapper h1 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
}
#download-wrapper h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #c2c2c2;
}
#download-wrapper .description {
  margin-bottom: 1em;
}
#download-wrapper label {
  font-weight: bold;
}
#download-wrapper button {
  color: #000;
  text-decoration: none;
  background-color: #dbdbdb;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: block;
  font-size: 1em;
  float: left;
  padding: 0.4em 1em;
  position: absolute;
  left: 1em;
  bottom: 0.4em;
  cursor: pointer;
}
#download-wrapper button:hover {
  background-color: #f5f5f5;
}
#download-wrapper table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 2em;
}
#download-wrapper th {
  font-weight: bold;
  text-align: left;
}
@media (min-width: 480px) {
  #top .top-share-info {
    clear: none;
    float: right;
  }
  #top-table tr {
    float: left;
    width: 50%;
  }
  #top-table td {
    display: block;
    float: left;
    width: 50%;
  }
  #top-table .row1 {
    width: 50%;
  }
  #top-table .row1 td {
    padding: 0;
    width: 100%;
    border-bottom: none;
  }
  #top-table .row1 .col2 {
    text-align: left;
  }
  #top-table .row2 {
    width: 50%;
  }
  #top-table .row2 td {
    border: none;
  }
  #top-table .row2 .col2 {
    text-align: left;
  }
  #top-table .row3 {
    width: 100%;
  }
  #top-table .row3 td {
    width: auto;
    padding-right: 1em;
  }
  #top-table .row1 .col1 br {
    display: none;
  }
  #top-table .row4 td:last-child,
  #top-table .row6 td:last-child,
  #top-table .row8 td:last-child,
  #top-table .row10 td:last-child,
  #top-table .row12 td:last-child {
    width: 46%;
    margin-right: 4%;
  }
  #top-table .row5 td:first-child,
  #top-table .row7 td:first-child,
  #top-table .row9 td:first-child,
  #top-table .row11 td:first-child,
  #top-table .row13 td:first-child {
    width: 46%;
    margin-left: 4%;
  }
  #range-selector {
    font-size: 100%;
  }
  #range-selector ul {
    float: left;
    width: 100%;
    border: none;
  }
  #range-selector ul li {
    float: left;
    width: 25%;
    border: none;
  }
  #range-selector ul li .chart-range-label--sm {
    display: inline;
  }
  #range-selector ul li .chart-range-label--xs {
    display: none;
  }
  #range-selector a {
    padding: 0.4em;
    display: block;
    font-size: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    border: 1px solid #c2c2c2;
    margin: 0 2px 2px 0;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  #range-selector a:hover {
    background-color: #e8e8e8;
  }
  #range-selector li:last-child a {
    margin-right: 0;
  }
  #range-input .submit {
    max-width: 160px;
  }
  #news-information .news-option {
    width: auto;
    margin-right: 1em;
  }
  #news-information .news-icons {
    clear: none;
    float: left;
    width: auto;
  }
  #news-information .news-icons > span {
    margin: 0 .5em 0 0;
  }
}
@media (min-width: 600px) {
  #top-table td {
    font-size: 1em;
  }
  #top-table .row4 td,
  #top-table .row5 td,
  #top-table .row6 td,
  #top-table .row7 td,
  #top-table .row8 td,
  #top-table .row9 td,
  #top-table .row10 td,
  #top-table .row11 td,
  #top-table .row12 td {
    height: 34px;
  }
  #bottom-table th,
  .bottom-table th {
    display: table-cell;
    text-align: left;
    font-weight: bold;
  }
  #bottom-table thead tr:last-child th,
  .bottom-table thead tr:last-child th {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 0.4em;
  }
  #bottom-table td,
  .bottom-table td {
    display: table-cell;
    border-bottom: 1px solid #c2c2c2;
  }
  #bottom-table tr:last-child td,
  .bottom-table tr:last-child td {
    border-bottom: none;
  }
  #bottom-table td:before,
  .bottom-table td:before {
    display: none;
  }
  #chart-footer > div {
    width: 33.333333%;
    padding-right: 0.25em;
  }
  #chart-footer > div:nth-child(2n+3) {
    clear: none;
  }
  #chart-footer > div:nth-child(3n+4) {
    clear: both;
  }
  #chart-footer > div:nth-child(2n+2) {
    padding-left: 0;
    padding-right: .25em;
  }
  #chart-footer > div:nth-child(2),
  #chart-footer > div:nth-child(3n+5) {
    padding-left: .25em;
    padding-right: .25em;
  }
  #chart-footer > div:nth-child(3n+3) {
    padding-left: .25em;
    padding-right: 0;
  }
  #range-input .range-wrap {
    display: inline-block;
    width: 25%;
    max-width: 240px;
    float: none;
    margin-right: 7px;
  }
  #range-input .range-wrap.range-begin {
    padding-right: 0;
  }
  #range-input .range-wrap.range-begin .calendar-icon {
    right: 5px;
  }
  #range-input .submit {
    width: 240px;
    vertical-align: bottom;
  }
}
@media (min-width: 1024px) {
  #top-table tr {
    float: left;
    width: 25%;
  }
  #top-table .row1,
  #top-table .row2 {
    width: auto;
  }
  #top-table .row2 td {
    width: auto;
    padding-right: 1em;
  }
  #top-table td {
    white-space: nowrap;
  }
  #top-table .row4 td:last-child,
  #top-table .row5 td:last-child,
  #top-table .row8 td:last-child,
  #top-table .row9 td:last-child,
  #top-table .row12 td:last-child,
  #top-table .row13 td:last-child {
    width: 46%;
    margin-right: 4%;
  }
  #top-table .row5 td:first-child,
  #top-table .row6 td:first-child,
  #top-table .row7 td:first-child,
  #top-table .row9 td:first-child,
  #top-table .row10 td:first-child,
  #top-table .row11 td:first-child,
  #top-table .row13 td:first-child {
    width: 46%;
    margin-left: 4%;
  }
  #range-selector ul {
    display: table;
    table-layout: fixed;
  }
  #range-selector ul li {
    width: auto;
    display: table-cell;
    float: none;
  }
  #chart-footer > div {
    width: 25%;
  }
  #chart-footer > div:nth-child(3n+4) {
    clear: none;
  }
  #chart-footer > div:nth-child(3n+3) {
    padding-right: .25em;
  }
  #chart-footer > div:nth-child(4n+5) {
    clear: both;
    padding-left: 0;
  }
  #chart-footer > div:nth-child(3n+4) {
    padding-right: .25em;
    padding-left: .25em;
  }
}
body {
  overflow-y: auto;
}
#top {
  border-top: 1px solid #c2c2c2;
}
#teaser-table {
  padding: 1em 0;
  width: 100%;
  float: left;
  border: 1px solid #c2c2c2;
  border-width: 0 1px;
  padding: 0.4em 1em;
  border-bottom: 1px solid #c2c2c2;
}
#teaser-table table {
  width: 100%;
}
#teaser-table td {
  padding: 0.4em 0;
  border-bottom: 1px solid #c2c2c2;
  font-size: 0.8em;
}
#teaser-table .col2 {
  text-align: right;
}
#teaser-table .row1 .col1 {
  vertical-align: top;
}
#teaser-table .row1 .col2 strong {
  font-size: 1.8em;
  vertical-align: middle;
}
#teaser-table .row3 td {
  border-bottom: none;
}
@media (min-width: 480px) {
  #teaser-table tr {
    float: left;
    width: 50%;
  }
  #teaser-table td {
    display: block;
    float: left;
    width: 50%;
  }
  #teaser-table .row1 {
    width: 50%;
  }
  #teaser-table .row1 td {
    padding: 0;
    width: 100%;
    border-bottom: none;
  }
  #teaser-table .row1 .col2 {
    text-align: left;
  }
  #teaser-table .row2 {
    width: 50%;
  }
  #teaser-table .row2 td {
    border: none;
  }
  #teaser-table .row2 .col2 {
    text-align: left;
  }
  #teaser-table .row3 {
    width: 100%;
  }
  #teaser-table .row3 td {
    width: auto;
    padding-right: 1em;
  }
  #teaser-table .row1 .col1 br {
    display: none;
  }
}
@media (min-width: 600px) {
  #teaser-table td {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  #teaser-table tr {
    float: left;
    width: 25%;
  }
  #teaser-table .row1,
  #teaser-table .row2 {
    width: auto;
  }
  #teaser-table .row2 td {
    width: auto;
    padding-right: 1em;
  }
  #teaser-table td {
    white-space: nowrap;
  }
}
