/*
 * these styles are specific to the single-post template
 * TODO: move to parent css to remove http req
*/

/* Up Next widget */
.sidebar div.bar:first-child {
	box-shadow: 5px 0 0 red inset;
}
.wp-content-main-webgallery-list p {
	color: #26494f;
	line-height: 20px;
	margin: 0;
}


@media only screen and (min-width: 768px) {
	.ssba  img{width:20px !important; height:20px !important;}
}

@media only screen and (max-width: 767px) {
	.wp-content-article .ssba  img {
		width:40px !important;
		height:40px !important;
		margin-left:10px; }
	.wp-content-article .ssba div {
		text-align:left !important;
	}
	.ssba > div {
		text-align:left !important;
	}
	.ssba > div a {
		margin-right:10px;
	}
}

.ssba  img {
	padding:0px !important;
	width:40px !important;
	height:40px !important;
}


.html_block label {
	width:auto !important;
	display:inline-block;
}
/* styles for box radio ? */
.PDS_Poll .pds-box {
	width:auto !important;
}
.ssba {
	padding:0;
}
