.quotes_box_and_tips {
	background-image: url('../images/quotes_box_and_tips_bg.png');
	background-repeat: no-repeat;
	background-position: 20px bottom;
	background-color: #2484c6;
	margin: 10px 0;
	padding: 15px 0;
	width: 100%;
	color: #EEE;
	clear: both;
}
.quotes_box_and_tips h3 {
	color: #FFF;
	font-size: 22px;
	padding-bottom: 10px;
}
.quotes_box_and_tips .box_delimeter {
	background-image:url('../images/box_delimeter.png');
	background-repeat:repeat-y;
	background-position: 48% top;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}
.quotes_box_and_tips .tips_box,
.quotes_box_and_tips .quotes_box {
	width: 48%;
	float: left;
	padding: 0 1.49%;
	box-sizing: border-box;
}
.quotes_box_and_tips .single_tips_box,
.quotes_box_and_tips .single_quotes_box {
	width: 100%;
	float: left;
	padding: 0 1.49%;
}
.quotes_box_and_tips p {
	padding-bottom: 7px;
	margin-bottom: 0px;
}
.quotes_box_and_tips .signature {
	color: #a8dcff;
}
.quotes_box_and_tips .signature span {
	color: #74c6ff;
}
#qtsndtps-link-color-example,
#qtsndtps-text-color-example {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dfdfdf;
	margin: 0 7px 0 3px;
	padding: 4px 14px;
}
.quotes_box_and_tips .hidden {
	display: none;
}
.quotes_box_and_tips .clear {
	clear: both;
}
.quote_button_container {
	text-align: center;
	margin-top: 5px;
	position: absolute;
	right: 15px;
	top: 0;
}
.change_quote_button {
	text-decoration: none;
	cursor: pointer;
	padding: 1px 9px 2px;
}
#qtsndtps_add_search {
	margin-top: 1em !important;
}
#qtsndtps_background_opacity {
	width: 45px;
	display: inline-block;
	visibility: visible;
}
#qtsndtps_slider,
#qtsndtps_slider_border_radius,
#qtsndtps_slider_text_size,
#qtsndtps_slider_title_text_size {
	display: inline-block;
	width: 200px;
	margin-left: 10px;
}
.manage-column.column-shortcode {
	width:28% !important;
}
/*
* Add responsive.
*/
@media screen and (min-width: 783px) {
	.qtsndtps_title_post_fields input {
		width: 250px;
	}
}
@media screen and (max-width: 782px) {
	#qtsndtps-link-color,
	#qtsndtps-text-color {
		width: 85%;
		display: inline;
	}
}
@media all and ( max-width: 600px ) {
	.quotes_box_and_tips .box_delimeter {
		background: none;
	}
	.quotes_box_and_tips .tips_box,
	.quotes_box_and_tips .quotes_box {
		float: none;
		width: auto;
	}
	.quotes_box_and_tips .tips_box {
		padding-top: 15px;
	}
	.quotes_box_and_tips .quotes_box {
		background-image:url('../images/box_delimeter.png');
		background-repeat: repeat-x;
		background-position: 0 bottom;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 440px) {
	#qtsndtps_slider {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}
