/* override header margins */
.page-header{
	margin:0 0 20px;
}

/* custom styles for embedded images in articles */
.well img {
	float: right;
	padding: 0px 0px 0px 0px;
	border: 1px dotted black;
	margin: 4px 4px 8px 8px;
}

/* custom styles for embedded google calendar */
@media (max-width: 675px) {
	.big-container {
		display: none;
	}
}
@media (min-width: 675px) {
	.small-container {
		display: none;
	}
}

/* Responsive iFrame */
.responsive-iframe-container {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* fix for dropdown menu */
.navbar-collapse { max-height: 100% !important; }

/* custom divs */
.nets {
	background-color: #CCFFCC;
	float: left;
	width: 100%;
	margin: 10px 10px 10px 0px;
}

.repeater {
	background-color: #CCFFCC;
	float: left;
	width: 100%;
	margin: 10px 10px 10px 0px;
}
/* custom styles */
.blue { color: #0000FF; }
.red { color: #FF0000; }

.errormessage { color: red; }
