#myBtn2 {
	dispalay:none;
	position: fixed;
	top: 285px;
	right: 0px;
	height: 40px;
	z-index: 1;
	cursor: pointer;
	padding: 0px;
	border-radius: 4px;
	width: 175px;
	margin-right: -71px;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari 3-8 */
	transform: rotate(90deg);
}
.ccol{
	background:white;
}
@media ( max-width :992px) {
	#myBtn2 {
		height: 26px !important;
		right: 1px;
	}
}
@media ( max-width : 576px) {
#myBtn2 {
		top: 120px;
	}
}

#myBtn3 {
	position: fixed;
	top: 210px;
	right: 0px;
	z-index: 1;
	cursor: pointer;
	padding: 0px;
	border-radius: 4px;
	width: 27%;
	height: 40px;
	
}
@media ( max-width :700px) {
	#myBtn3 {
		z-index: 5;
		cursor: pointer;
		padding: 0px;
		border-radius: 4px;
		width: 75%;
		height: 40px;
	}
}
@media ( max-width : 576px) {
	#myBtn {
		bottom: 50px !important;
	}
	#myBtn2 {
		top: 120px;
	}
	#myBtn3 {
		top: 50px;
	}
}
.toctitle{text-align:center; color:#580000}

.tocol {
	text-align: left;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid black;
	background-image:
		url(http://www.catholicbridge.com/images/decoration/bkgroundmenu.jpg);
	font-size: 90%;
	color: #0033CC;
	border-radius: 10px 10px 10px 10px;
}

.tocli {
	color: #295376;
}


.toctitle {
	padding-top: 10px;
	color: #0033CC;
	font-size: 140%;
	color: #580000;
	text-align: center;
}

.noindent {
	list-style-type: inside;
	padding-left: 25px;
	padding-right: 10px;
}
.btn-primary {
	box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .8) !important;
	border: black;
}
.btn-primary {
	background: #A51919;
}
.btn-primary:focus, .btn-primary:hover {
	color: #580000;
	background: white;
}

.btn-primary:active {
	color: #580000 !important;
	background: white !important;
}
.marginless {
	margin-bottom: 0px;
}