/*-------------------------------------------------------------- TinyMCE editor styles --------------------------------------------------------------*/ body.wp-autoresize { max-width: 800px; } .mceContentBody { font-size: 18px; font-family: 'Source Sans Pro', sans-serif; line-height: 1.6; padding: 0 2%; } .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 { clear: both; font-family: 'Varela Round','Source Sans Pro', sans-serif; line-height: 1.2; margin-bottom: 4%; } .mceContentBody h1 { font-size: 50px; } .mceContentBody .entry-title { font-weight: bold; } .mceContentBody h2 { font-size: 38px; } .mceContentBody .widget-title { font-size: 24px; letter-spacing: 1px; text-transform: uppercase; } .mceContentBody h3 { font-size: 32px; } .mceContentBody h4 { font-size: 28px; } .mceContentBody h5 { font-size: 24px; } .mceContentBody h6 { font-size: 20px; font-weight: bold; } .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; }