@media all {

.agenda ol {
	list-style-type: none;
	padding-left: 0;
}
.agenda ol li { 
margin: 10px 0 0 0;
font-weight: bold;
}
.agenda ol.notes,
.agenda ol ol,
.agenda ol ol ol ol {
	list-style-type: decimal;
}
.agenda ol ol ol,
.agenda ol ol ol ol ol {
	list-style-type: lower-alpha;	
}
.agenda ol ol li,
.agenda ol ol ol li,
.agenda ol ol ol ol li,
.agenda ol ol ol ol ol li,
.agenda ol.notes li {
font-weight: normal;
	margin: 0 0 0 25px;
	position: relative;
}
.agenda .attachment {
	list-style-type: none;
}
.agenda .person {
color: #244664;
font-size: 15px;
font-weight: bold;
display: block;
}

.agenda .notes {
	font-size: 15px;	
}
.agenda .no-bold {
	font-weight: normal;	
}

#main .agenda a[href^="http://"]:after,
#main .agenda a[href^="https://"]:after {
	content: none;
	margin: 0;
}
.agenda h3 {
	font-size: 16px;
}
.calendar small {
	font-size: 75%;
}
.bxslider img {
	border: 1px solid #2363A0;
}
.rsn {
	margin-top: 14px;
}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
	white-space: normal;
	word-break: break-all;
}
}



