ul.wpp-list {
	padding: 0;
}
.fm-form table {
	width: 100%;
}
.fm-form ul {
	-webkit-padding-start: 0;
}
.fm-form td:first-child {
	width: 150px !important;
}
.fm-form label {
	padding-right: 4px !important;
	padding-top: 0 !important;
}
.fm-form input[type=text] {
	width: 100% !important;
	max-width: 300px !important;
}
.fm-form textarea {
	width: 100% !important;
	max-width: 300px !important;
}
.speaker-box {
	margin-bottom: 10px;
}
.speaker-foot {
	padding-bottom: 15px;
}
.speaker-foot img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#twitterdb div h2 {
	margin: 40px 0 30px 0;
}
.twitter-header {
	font-weight: bold;
	padding: 10px 0;
}
.twitter-row {
	padding: 10px 0;
	border-bottom: 1px solid #E2E2E2;
}
.entry-content p {
	/* white-space: pre-wrap; */
	/* CS: this was causing a multitude of issues with paragraph spacing. */
}
.footer-ad section {
	padding: 30px 0;
}

@media(min-width: 992px){
	.row .move-up{
		margin-top: -172px;
	}
}