.date-time {
	float: none;
}
.mj-title {
	float: none;
}
.mj-title h3 {
	margin-bottom: 0;
}

#main-column h1:first-child {
	padding-right: 5px;
}

.form table td:nth-child(odd) {
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
}

@media (min-width: 330px) {
	#previous-math-jams {
		float: right;
		position: relative;
		top: 8px;
	}
}

@media (min-width: 640px) {
	.mj-title {
		float: left;
		max-width: 66%;
	}
	.date-time {
		float: right;
		text-align: right;
	}
}

@media (min-width: 1271px) {
	.mj-title {
		max-width: 80%;
	}
}

.mathjam-clickable {
	cursor: pointer;
}

.mathjam-clickable:hover {
	background-color: #f1f1f1;
}
