table
{
		width: 100% !important;
}

table h1 
{
		font-size: 24px;
		font-weight: bold;
}

table h1 a
{
		color: #666;
		text-decoration: none !important;
}

/* ... */

.published_promo_box, .posters_box
{
		position: relative;
		border: 1px dotted lightgray;
		border-radius: 5px;
		box-shadow: 0 0 5px 0 lightgray;
		-moz-box-shadow: 0 0 5px 0 lightgray;
		-webkit-box-shadow: 0 0 5px 0 lightgray;
		width: 260px;
		min-height: 370px;
		float: left;
		padding: 10px 10px 0 10px;
		margin: 0 10px 20px 10px;
}

.published_promo_box h3 
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted lightgray;
	font-size: 14px;
	font-weight: bold;
}


/* .figure {
	position: relative;
	width: 360px; 
	max-width: 100%;
} */
/* .figure img {
	max-height: 250px;
} */
/* .figure img.image-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 30px;
	bottom: 0;
	object-fit: contain;
	opacity: 0;
	transition: opacity .2s;
}
.figure:hover img.image-hover {
  	opacity: 1;
} */


.publish_cover_container 
{
		margin: 0 auto;
		text-align: center;
}

.publish_cover_img 
{
		border: 1px solid black;
		max-width: 205px;
		max-height: 130px;
}

p.publish_description_text 
{
	font-size: 10px;
	padding: 10px;
	word-break: keep-all;
}

p.publish_link_text 
{
		text-align: right;
		width: 250px;
		padding-right: 10px;
		position: absolute;
		bottom: 0;
}

/* Media queries */

@media (max-width: 320px)
{
		#shop_search_btn
		{
				margin-top: 5px;
				margin-left: 195px;
		}
}

@media (max-width: 767px)
{
		.published_promo_box 
		{
				margin: 10px 0px 0px 0px;
		}

		.shop-search-container
		{
				float: none;
				width: 90%;
		}
}



