/* custom site styles for RTE or to override theme files */

.newsImg {padding:10px;	float:right; border: 1px solid #ddd;	margin: 5px 0 10px 10px;}
.button-rte {display:inline-block;}
.button-rte a {display:inline-block;color: #fff;background-color: #b9bf33;border-color: #b9bf33;font-weight: normal; 
	line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer;
	border: 1px solid transparent; padding: 0.5rem 1rem; font-size: 1rem; border-radius: 0.25rem;text-decoration:none;}
.button-rte a:hover {background-color: #025aa5; border-color: #01549b;}

@media (max-width:768px) {
	.newsImg {
	    width: 100%;
		height: auto;
	}
	.newsImg img {
		width:100% !important;
		max-width:100%;
		height:auto !important;
	}
}

@media (max-width:450px) {
	.img-responsive img {
	width:100% !important;
	max-width:100%;
	height:auto !important;
	}
}