@charset "utf-8";
article { clear: both; }
#primary {
	background-color: white;
}
.pf-content {
	opacity: 1;
	transition: opacity .2s ease-in-out;
	padding-bottom: 10px;
}

.pf-content a[target="_blank"]:after {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
	margin: 0 3px 0 5px;
}

.pf-content a.order_this:after {
	content: "↓";
	color: black;
	margin: 0 3px 0 5px;
	position: relative;
	top: -2px;
}

.pf-content.loading {
	background-image: url('images/ball_line.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: opacity .2s ease-in-out;
}

.productpage-textcontent .pf-content p {
	margin-bottom: 10px;
}

#section-contact-info .entry-content p { margin-bottom: 24px; }

#pf-inputs input[type=text] {
	font-size: 18px;
	padding: 9px;
}
#pf-inputs button#pf-reset {
	font-size: 12px;
	margin: 6px 10px;
	padding: 6px 9px;
}

#content .pf-content table.pf_search_results th { padding: 6px; text-align: left; }
#content .pf-content table.pf_search_results td { padding: 4px 6px; text-align: left; }

#content .pf-content .pf_search_results_single tr td {
	vertical-align: middle;
	padding: 6px;
}

.pf-content .pf_search_results_single tr:first-child td {
	font-weight: bold;
	font-size: 16px;
}

.pf-content .pf_search_results_single td.img_cell {
	background-color: white;
	text-align: center;
	vertical-align: middle;
	max-width: 25%;
}
.pf-content .pf_search_results_single td.img_cell img {
	max-width: 100%;
	margin: 15px;
}

#content .pf-content td .fa {
	display: inline-block;
	padding-left: 6px;
	color: #999;
}

#content .pf-content table.pf_search_results_single_children { table-layout: auto; }
#content .pf-content table.pf_search_results_single_children th { padding: 6px; text-align: right; }
#content .pf-content table.pf_search_results_single_children td { padding: 4px 6px; text-align: right; }
#content .pf-content table.pf_search_results_single_children th:nth-child(1),
#content .pf-content table.pf_search_results_single_children th:nth-child(2),
#content .pf-content table.pf_search_results_single_children td:nth-child(1),
#content .pf-content table.pf_search_results_single_children td:nth-child(2) { text-align: left; }

#content .pf-content .pf_search_results_single_children tr.sub-child td:nth-child(2) {
    padding-left: 28px;
    position: relative;
}

#content .pf-content .pf_search_results_single_children tr.sub-child td:nth-child(2)::before {
    content: "↳";
    position: absolute;
    left: 10px;
    color: #999;
}

.success_msg {
	background-color: #eee;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 20px;
}
.success_msg h1 {
	margin-top: 12px;
}
