 /*
  * Spell
  */
spell .main-image {
	float: right;
	max-height: 150px;
	padding: 15px;
	width: 35%;
}

/*
 * Site-wide classes modification.
 */
spell .restricted {
	margin-top: 40px;
}

/*
 * Sections
 */
spell > section {
	margin-top: 20px;	
}
spell table {
	font-size: 0.8em;
	margin-bottom: 20px;
	width: 100%;
}
spell table.stats td {
	white-space: normal;
}

.break1, .break2, .break3 {
	display: none;
}

/*
 * Media queries
 */
@media screen and (min-width: 420px) {
	.break1 {
		display: table-cell;
	}
}

@media screen and (min-width: 1000px) {
	.break2 {
		display: table-cell;
	}
}

@media screen and (min-width: 1160px) {
	.break3 {
		display: table-cell;
	}
}