.sidebar .site-content {
display: block;
float: right;
width: 82%;
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	
	.sidebar .site-content {
		width: 100%; !important;
	}	


.wp-caption {
border: 1px solid #ffffff;
text-align: center;
background-color: #ffffff;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 12px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
.tech-header {
white-space: nowrap;
font-size: small;
font-style: italic;
}