﻿/* mobile devices */  
  
@media only screen and (max-width: 767px) {
    .panel h5 { font-size: 1em !important;}
    .panel p { font-size: 0.8em !important;}
		.panel { margin-bottom: 20px; }
		.blocky { margin-top: 20px!important; }
}