BODY {
  margin: 0px;
  padding: 0px;
}

#sensors-wrapper {
  margin: 50px auto 100px auto;
  max-width: 900px;
  width: 80%;
}
#sensors-wrapper:after {
  clear: both;
  content: " ";
  display: block;
  float: none;
  height: 1px;
  text-align: center;
  width: 100%;
}

.sensor {
  background-color: #FFF;
  border: 2px solid #c99e67;
  border-radius: 10px;
  box-sizing: border-box;
  color: #000;
  float: left;
  height: 216px;
  margin: 3%;
  max-width: 300px;
  min-width: 240px;
  padding: 5px 25px 5px 25px;
  width: 27%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.sensor LABEL {
  color: #000;
  display: inline-block;
  width: 100px;
}
.sensor H3 {
  text-align: center;
}
.sensor H3 A {
  color: #c99e67;
  text-decoration: none;
  text-transform: uppercase;
}

div.menu {
  position: fixed;
  background-color: #FFFFFF;
  top: 0px;
  width: 100%;
  padding-top: 0px;
  height: 45px;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 12px 0px rgba(50, 50, 50, 0.75);
}

div.menu-item {
  border-right: 1px solid #c99e67;
  float: left;
  font-size: 20px;
  padding: 14px 20px 6px 20px;
  text-align: center;
  width: auto;
}
div.menu-item.logo {
  padding-bottom: 0px;
  padding-top: 5px;
}
div.menu-item.logo IMG {
  height: auto;
  width: 160px;
}
div.menu-item A {
  color: #c99e67;
  text-decoration: none;
  text-transform: uppercase;
}

.sensor-info {
  text-align: center;
}

#current-data {
  margin: 80px auto 20px auto;
  text-align: center;
  width: 90%;
}
#current-data:after {
  clear: both;
  content: " ";
  float: none;
  height: 1px;
  display: table;
}
#current-data .current-data {
  background-color: #FFF;
  border: 2px solid #c98f44;
  border-radius: 10px;
  box-sizing: border-box;
  color: #c98f44;
  display: inline-block;
  height: 110px;
  margin: 0px 20px 20px 20px;
  max-width: 250px;
  min-width: 200px;
  padding: 10px 25px;
  text-align: center;
  width: 45%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#current-data .current-data .title {
  display: block;
  font-size: 22px;
  margin-bottom: 0px;
}
#current-data .current-data .value {
  font-size: 35px;
}
#current-data .lastupdatedinfo {
  display: block;
  text-align: center;
  width: 100%;
}

.table-container {
  margin: 60px auto 10px auto;
  width: 1200px;
}
.table-container H2 {
  display: block;
  width: 100%;
}
.table-container .sensor-last-values {
  display: block;
  text-align: center;
}
.table-container TABLE {
  width: 100%;
}
.table-container TABLE THEAD {
  background-color: #c98f44;
}
.table-container TABLE THEAD TH {
  color: #FFF;
  padding: 3px 20px;
  text-align: center;
}
.table-container TABLE TBODY TD {
  padding-left: 20px;
}

.charts-container {
  margin: 40px 5% 0px 5%;
  max-width: 1500px;
  width: 90%;
}
.charts-container .tabs-container {
  background-color: #c98f44;
  border-bottom: 1px solid #CCC;
  color: #FFF;
  height: 27px;
  padding: 4px 20px;
  width: 100%;
}
.charts-container .tabs-container .prop-name {
  display: inline-block;
  margin-right: 25px;
  text-transform: uppercase;
}
.charts-container .tabs-container .tab {
  border: 1px solid #FFF;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  padding: 6px 25px 0px 25px;
}
.charts-container .tabs-container .tab.active {
  font-weight: bold;
}

.log-out-link-container,
.log-in-link-container {
  float: right;
  margin-right: 30px;
}
.log-out-link-container A,
.log-in-link-container A {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  color: #c98f44;
  display: block;
  height: 33px;
  margin-top: 10px;
  padding-left: 25px;
  padding-top: 2px;
  text-decoration: none;
}
.log-out-link-container A.login,
.log-in-link-container A.login {
  background-image: url(/images/icons/login.png);
}
.log-out-link-container A.logout,
.log-in-link-container A.logout {
  background-image: url(/images/icons/logout.png);
}

.chart_div {
  max-width: 1500px;
  height: 400px;
  width: 100%;
}

.chart_overview_div {
  max-width: 1500px;
  height: 150px;
  width: 100%;
}

@media (max-width: 600px) {
  #current-data .current-data {
    float: none;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 25px;
    width: 90%;
  }

  div.menu-item {
    font-size: 18px;
    padding: 0 10px;
  }
}
