/*-------------------------------------------------------------- TinyMCE editor styles --------------------------------------------------------------*/ body.wp-autoresize { max-width: 730px; } .mceContentBody { font-size: 16px; font-family: 'Source Sans Pro', Helvetica, sans-serif; line-height: 1.6; } .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 { clear: both; font-family: 'Source Sans Pro', Helvetica, sans-serif; font-weight: normal; line-height: 1.2; } .mceContentBody a { color: #48a3a6; text-decoration: none; } .mceContentBody a:hover { text-decoration: underline; } .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; }