/* Torque */
.tqBottomMargin {
  margin-bottom: 10px;
}

/* Fix anchor scrolling too far */
:target::before {
	content: "";
	display: block;
	height: 110px; /* adjust to match your header height */
	margin-top: -110px; /* same as above, negative */
}

/* --- */
article.post .entry-header .entry-meta {
  display: none;
}

article.post .entry-header h1.entry-title {
  display: none;
}

.entry-content ul.lcp_catlist {
	list-style-type: none;
}

.entry-content .product_box {
 	float: left;
}

.entry-content .product_box .inner {
    display: table-cell;
    vertical-align: bottom;
}

.entry-content .product_box .text {
    padding-left: 15px;
  	padding-bottom: 2px;
}