/*--------------------------------------------------------------
TinyMCE editor styles
--------------------------------------------------------------*/

body.wp-autoresize {
	max-width: 800px;
}

.mceContentBody {
	font-size: 16px;
	font-family: 'Lato', 'Open Sans', sans-serif;
	line-height: 1.5;
	padding: 0 2%;
}

.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
	clear: both;
	font-family: 'Lato', 'Open Sans', sans-serif;
	line-height: 1.2;
}

p {
	margin-bottom: 1.7em;
}

.mceContentBody .widget-title {
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.mceContentBody blockquote p {
	color: #aaa;	
	font-style: italic;
	font-weight: 300;
	margin: 1.2em 0 1.5em 0;
	padding-left: 15%;
	position: relative;
}

table {
	font-size: 18px;
	margin: 0 0 1.5em;
	padding: 0;
	width: 100%;
}

thead {
	background: #f5f5f5;
}

th {
	font-weight: bold;
}

td, th {
	padding: 12px;
}

table tr:last-child td {
	border-bottom: none;
}

table tr:nth-child(even) {
	background: #f5f5f5;
}