.post p{margin-bottom: 16px;}
  #gl_header{
    min-height: 177px;
    position: relative;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    opacity: 0.0;
  }
  #gl_footer.show,
  #gl_header.show{
    opacity: 1;
  }
/*  #gl_footer{
    min-height: 135px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    opacity: 0.0;
  }*/

.post caption,
.post th{
  text-align: left;
}
.fwn{
  font-weight: normal !important;
}
.fs_rss_btn{
  float: right !important;
  font-weight: normal !important;
  font-size: 16px !important;
  padding-top: 14px !important;
}
@media only screen and (max-width: 640px) {
 #gl_header{ min-height: 0}
}
.fs_rss_btn{
  padding-top: 8px !important;
}
