@charset "UTF-8";
/* CSS Document */

.hr1 {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
	height:50px!important;
}



.tile{

border:1px solid #eee;
border-radius:4px; 
padding:20px 30px  !important;
margin-bottom:20px;
min-height:500px;

}

@media screen and (max-width:980px) {
   .tile{


min-height:200px;

}
}
