/* SKSD Styles */
.fsWebsite strong {
    display: none;
}
.fsWebsite:before {
    content: 'Class Website:';
    display: block;
    font-weight: bold;
}
.home-posts {
    width: 100%;
    margin-bottom: 80px!important;
}

.prr-title {
    background: #339;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.prr-description {
    background: #f5f5f5;
    border-radius: 0 0 10px 10px;
    padding: 20px 10px ;
}

.bond-quicklinks { 
    background: #f5f5f5;
    padding-top: 30px;
}

@media only screen and (max-width: 1000px) {
	.bondDescription .fsImage {
		float:none !important;
	}
}

@media only screen and (max-width: 600px) {
	.bondDescription .fsImage {text-align:center;}
	.bondIcon .fsImage {max-width:100px;}
}