.resizable {
    font-size: 18px;
  }
  
  .resizable span {
    font-size: 25px;
    float: right;}
    
  
  .resizable span {
    font-size: 25px;
    float: right;
    display: block;
    font-weight: bold;
  }
  
  
  .increase, .decrease , .reset{
     
      margin: 4px;
    
      text-decoration: none;
  }
  .decrease{
      font-size:24px;
  }
  .increase{
      font-size:30px;
  }
   .resizable a:hover{
      text-decoration: none !important;
  }
  
  #block-exposedformsearchpage {
      background-color: #efefef;
      
  }
  
  @media only screen and (max-width: 479px){
  section#block-testresize {
      padding: 10px;
      padding-right: 0;
  }
  .resizable {
      padding: 0 !important;
      margin: 0 !important;
  }
  
  }
  
  button.reset {
      font-size: 18px !important;
  }
  
  header#navbar .navbar-header {
      margin: auto;
      float: none;
      display: block;
  }
  
  
  #controls {
      cursor: pointer;
      float: right;
      padding: 2px;
      left: 50%;
      top: 36%;
      z-index: 999;
      text-align: center;
  }
  #controls button{
  background-color:#F7C856; color: #000;
  
  width:36px;
  height:36px;
  padding:3px;
  margin: 3px;
      vertical-align: bottom;
    
  }
  #controls a {
    font-size: 24px;
    color: #000;
    display: block;
    font-weight: bold;
    padding: 5px;
  }
  #controls a:hover {
    color: #000;
    background: #ccc;
   
  }
  a.selected {
    background-color: #ccc;
    color: #fff !important;
  }
  #small {
    font-size: 18px !important;
      line-height: 1.8;
  }
  #medium {
    font-size: 22px !important;
      line-height: 1.5;
  }
  #large {
    font-size: 30px !important;
    line-height: 1;
  }
  .small {
    font-size: 75%;
  }
  @media only screen and (max-width: 479px){
  
  li.print {
      display: none;
  }
  #controls {
      
      float: left;}
      section#block-textresize {
        padding-top: 5px;
        padding-bottom: 5px;
    }
  
  }
@media only screen and (max-width: 736px)
.block-views-exposed-filter-blocksearch-page.stickdiv {
    left: 64px;
    width: 85%;
    height: 40px !important;
}




@media only screen and (max-width: 736px)
section#block-exposedformsearchpage-2 form#views-exposed-form-search-page {
    padding: 5px;
    /* top: 49px; */
    padding-top: 8px !important;
}

@media only screen and (max-width: 736px)
header#navbar {
    margin-top: 70px !important;
}  