.fb-comments-container {
	border-top: 1px dotted gray;
	text-align: center;
}

.section {
	overflow: auto;	
	padding: 0 4px;
}

h2{
text-align: center;font-weight:bold;border:solid 5px #0fc7ff;font-size:14px;
-moz-border-radius-topleft: 75px;
-moz-border-radius-topright:75px;
-moz-border-radius-bottomleft:75px;
-moz-border-radius-bottomright:75px;
-webkit-border-top-left-radius:75px;
-webkit-border-top-right-radius:75px;
-webkit-border-bottom-left-radius:75px;
-webkit-border-bottom-right-radius:75px;
border-top-left-radius:75px;
border-top-right-radius:75px;
border-bottom-left-radius:75px;
border-bottom-right-radius:75px;}

h3 {
	font-size:12.5px;
}

h1{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:24px;
	margin-top: 5px; margin-bottom: 0px;
    font-weight: normal;
    color: #222;
}

P, BLOCKQUOTE {
	font-family: Verdana;
	font-size: 12px;
	color: #555555;
	line-height: 1.5;
	letter-spacing: .25px;
}

BLOCKQUOTE {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.05em;
	color: #444444;
	letter-spacing: 1.25px;
	line-height: 1.5;
	background: #EEEEEE;
	padding: 2px;
	margin: auto 2px;
}

div.wrapper{
    float:left; /* important */
    position:relative; /* important(so we can absolutely position the description div */
}
div.description{
    position:absolute; /* absolute position (so we can position it where we want)*/
    bottombottom:0px; /* position will be on bottom */
    left:0px;
    width:100%;
    /* styling bellow */
    background-color:black;
    font-family: 'tahoma';
    font-size:9px;
    color:white;
    opacity:0.5; /* transparency */
    filter:alpha(opacity=50); /* IE transparency */
}
p.description_content{
    padding:8px;
    margin:2px;
}

@font-face {
	font-family: "League-Gothic";
	src: url("/images/League_Gothic.otf") format("opentype");
}
#vintage b {
	text-align: center;
	font-family: "League-Gothic", Courier;
	font-size: 26px; text-transform: uppercase;
	color: #707070;
	text-shadow: 1px 1px 0px #fff, 1px 1px 0px #707070;
}

@media (max-width:1024px) {
	.coupon_product_photo {
		max-width: 100px;
	}
}

@media (max-width:800px) {
    .coupon_product_photo {
        max-width: 70px;
    }
}


@media (max-width:768px) {
	div {
		font-size: 0.95rem;
	}
	
	h4 {
		font-size: 1em;
	}

	p {
        font-size: 0,8em;
    }

	blockquote {
		font-size: 0.9em;
	}

	td {
		font-size: 0.9em;
	}

	#vintage {
		margin-top: 5px;
	}
	#vintage b {
		font-size: 1.6em;
	}

	.voted_up, .voted_down {
		font-size: 0.9em;
	}

	.bx-wrapper {
		max-width: 600px;
	}

	.comment_number {
		right: 15px;
		font-size: 14px;
	}

	.comments {
		max-width: 99%;
	}

	textarea {
    	max-width: 95%;
  	}

    h1 {
		font-size: 1.3em;
		margin-top: -25px;
		margin-bottom: -25px;
    }

	.track {
		max-width: 90%;
	}

	.bx-viewport {
		max-width: 95%;
		margin-left: 5px;
	}

	.comments_best_jump_to_box {
		margin: 5px 5px 5px -5px;
	}

	table td:empty { display: none; }

    h2 {
		font-size: 1.1em;
		padding: 5px;
    }

	.coupon-table th {
		font-size: 1em;
	}

	.coupon-table td {
		padding: 1px;
		font-size: 0.85em;
		line-height: 2.1em;
	}

	.ClickHereButton {
		margin: 3px;
	}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width:  99% !important;display:block;z-index:2000;position:relative}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style] {width: 99% !important;display:block;z-index:2000;position:relative}

}

@media (max-width:480px) {
	.bx-wrapper {
        max-width: 315px;
    }

	.content {
		margin-top: -35px;
	}

	.bottom {
		bottom: 1px;
	}
}

.toast-message {
  position: fixed;
  top: 50px; 
  left: 50%;
  transform: translateX(-50%);
  background-color: #333; 
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 1000;
}
