@page 
{
	size: auto;   /* auto is the initial value */
    margin: 20mm 0mm 30mm;  /* this affects the margin in the printer settings */
   page-break-before:always;
   'orphans': 4;
}


#print_content_results, #print_details{
	display:block;
	margin-top:30px;
	
}
#container, #loadingStores{
	display:none;
}
.result{
	float:none;
	clear:both;
	width:100%;	
	height:70px;
}



#print_results_list{
	border-top:1px solid #1F1F1F;
	padding-top:15px;
	margin: 0 5%;
}

#print_headline, #print_details_headline{
	margin: 0 5%;
	width:90%;
    color: #3A3A3A;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    width: 550px;
}

#print_content_results .store_distance{
    color: #3C5864;
    float: left;
    width: 90px;
}

#print_content_results .store_city{
	float: left;
    width: 200px;
}

#print_details_content h2, #print_details_link, #route_wrapper, #route_separator, #back_to_overview{
	display: none;
}

#print_details{
	padding: 0 2%;
}
#print_details_headline{
	margin: 0!important;
	width:100%;
	float:left;
}
.separator_line{
    border-bottom: 1px solid #E5E5E5;
    height: 1px;
    margin: 0;
    width: 100%;
    margin: 15px 0;
}

#details_top{
	margin-top: 0;
}

#details_map_wrapper{
	width:100%;
}