b, strong {
	font-weight: 800;
}
ul, ol {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul li, ol li {
  font-family:'Overlock otf webfont', sans-serif;
  color: black;
  font-size: 130%;
  line-height: 130%;
  font-weight: 400;
  text-align: left;
}
hr {
	width: 70%;
}
.imgshadow {
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.45);
	box-shadow:         3spx 3px 5px rgba(50, 50, 50, 0.45);
}
.right {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.signupframe td {
	padding: 5px;
}
.label_checkbox_pair {
	clear: both;
	float: none;
}
.label_checkbox_pair input {
	clear: left;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
.comparetable td {
	font-size: 130%;
	line-height: 130%;
	text-align: left;
}
.comparetable th {
	font-size: 150%;
	line-height: 150%;
	font-weight: 800;
	text-align: left;
}
#subscribe {
	border: 1px solid #000; 
	margin-top: 20px;
	padding: 10px;
	font-size: 130%;
}

/* override Event List plugin formatting */
#transitionEffect {
	display: inline-block !important;
	width: 300px;
	height: 333px;
}
