body {
  width: 100%;
  height: 100%;
  font-family: 'Quicksand', sans-serif;
  min-height: 100%;
  /* margin: 0 0 60px; */
  margin-bottom: 60px;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 90%;
}

body > .container,
body > .container-fluid {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  margin-top: 0 auto;
  /* Vertically center the text there */
  line-height: 30px;
  /* background-color: #f8f9fa; */
  padding-left: 1rem;
  padding-right: 1rem;
}

.wicon {
  width: 60px;
  height: 60px;
  margin: 0px;
  padding: 0px;
}
/* 
.wicon_forecast {
  width: 70px;
  height: 70px;
  margin: 0px;
  padding: 0px;
} */
  
.splitscreen {
  display:flex;
}
.splitscreen .left {
  flex: 1;
}
.splitscreen .right {
  flex: 1;
}