* {
	box-sizing: border-box;
}

.ph_full_width_of_the_page {
	width: 100%;
	padding: 10px;
}

.ph_full_width_of_the_page table {

	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 0px !important;
}

.ph_divided_parts_of_the_page_into_two {
	float: left;
	width: 50%;
	padding: 10px;
}

.ph_main_box
{
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 15px;
}

.ph_border_box
{
	border: 1px solid #ddd;
	border-radius: 3px;
}

.ph_box_header
{
	background-color: #f5f5f5;
	border-bottom: 1px solid transparent;
	padding: 10px 15px;
}

.ph_box_body
{
	padding: 15px;
}

/* Clear floats after the columns */
.ph_divide_page_into_multiple_parts:after {
	content: "";
	display: table;
	clear: both;
}

.ph_service_select
{
	width: 100%;
	margin-top: 10px;
}

.xa-label-button-on-order-page {
	cursor: pointer;
	font-weight: bold;
	background: #404BBD;
	color: white;
	border-bottom: 1px solid #ddd;
	border-radius:  3px !important;
	font-size: 90%;
	margin: 5px 0px;
}