/* 
 * Begin of breadcrumb section. 
 */
.breadcrumb_first_item, .breadcrumb_single_item {
	padding-left: 5px;
}

.breadcrumb_last_item {
	padding-right: 5px;
}
/* 
 * End of breadcrumb section. 
 */

/* 
 * Begin of form related section. 
 */ 
form .label {
	text-align: left;
}

/* 
 * End of form related section. 
 */

 #content_div {
 	width: calc(100%-60px);
	max-width: unset;
	margin: 0 30px 30px 30px;
}

#big_device_flag_span {
	display: inline;
}
