body { 
text-align: center;
color: #fff!important;
font-family: 'Josefin Sans', sans-serif!important;
background-color: #000!important;
font-size: 24px!important;
line-height: 1.2!important;
letter-spacing: 1.3;
background-size: cover !important;

}
.container>.material-icons{
  margin-top: 16px;
  float: right;
  display: none;
  cursor: pointer;
}

#quote{
margin-top: 50px !important;
max-width: 800px;
text-align: center;
margin: 0 auto;
}
#quote>span{
  font-size: 24px;
  margin-top: 16px;
}

.inner {
  display: inline-block;
  vertical-align: middle;
}
.block2 {
  text-align:center;
}
.input_box{
  color: #000;
  margin-top: 20px;
}

.dummy{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
}
.feels_like{
  font-size: 22px;
  margin-bottom: 12px;
}
.city{
  color: #fff;
  margin-top: 60px;
}
.temp{
  display: inline-block;
  font-size: 76px;
  padding-top: 31px;
}
.header{
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  padding: 0px;
  background-color: #efefef;
  text-align: center;
}
#imgthumb{
  max-width: 100px;
  margin-top: 12px;
}
.humi_wind>.wi{
  color: #3E87F3;
}

.high_low>.material-icons{
  vertical-align: middle;
}
.humi_wind,#view,.high_low{
  margin-top: 15px;
}
#view{
  max-width: 600px;
  margin:0 auto;
  margin-top: 26px;
}
#accordion{
  display: none;
}

.forecast{
  margin-bottom: 20px;
  /*border: 1px solid #1D1D1B;*/
  padding: 18px;
  font-size: 22px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.5;
  border-radius:6px;
  max-width: 600px;
  margin: 0 auto;
  /*background-image: linear-gradient(-45deg, #3EB072,#69B84F);*/ 
}
.forecast{
  color: #000;
  padding: 0px;
  font-size: 26px;
  letter-spacing: 3px;

}
/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
#accordion{
  border-radius: 8px;
  width: 95%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    align-items: center;
}
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }
     .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

  .panel-body{
    text-align: center;
  }

    .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f106";
}
.panel-title > a.collapsed:before {
  float: right !important;
  content: "\f107";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}
.panel-title{
  text-align: left;
  font-size: 22px!important;
  font-family: 'Josefin Sans', sans-serif;
}
.container{
  line-height: 1.2;
  font-size: 28px;
}
.highcharts-credits,.highcharts-legend{
  display: none;
}
