.listing .list{
margin-top:5px;
margin-bottom:20px;
border-bottom:1px solid lightgrey;
padding-bottom:20px;
}

.listing .country{
position:relative;
margin-bottom:20px;
margin-top:30px;
font-weight:bold;
padding-bottom:4px;
}

.listing .country:first-of-type{
margin-top:0px;
}

.listing .country .country_hash{
position:absolute;
top:-155px;
left:0px;
}

.listing .list:last-of-type{
border-bottom:0px;
}

.listing .list_picture{
width:150px;
display:inline-block;
vertical-align:top;
}

.listing .list_place{
width:266px;
display:inline-block;
vertical-align:top;
padding-right:10px;
}

.listing .list_info{
width:200px;
display:inline-block;
vertical-align:top;
}

.listing h1{
font-size:16px;
}

@media screen and (max-width: 1023px)
{
  .listing .list_picture{
  width:50%;
  }

  .listing .list_info, .listing .list_place{
  width:50%;
  }
}