/*****************************************************************************
    These styles should be at the bottom of `sifr.css`. Make sure that they're
    only applied for the screen media type!
    *****************************************************************************/
    
    .sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5 {
      visibility: hidden;
      font-family: Arial;
    }

    .sIFR-active h1 {
      padding-bottom: 0;
    }
	
	.sIFR-active h4 {
	 	padding-top:19px;
	 }
    
