/*
Description: Used to style the TinyMCE editor.
*/
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.7;
color: #333;
}
a {
color: #ff671b;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
color: #222;
}
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float:left; margin:5px 10px 5px 0; }
.alignright { float:right; margin:10px 0px 10px 15px; }