/**
 * @file
 * WYSIWYG: Simulating how content will look under the leviton theme.
 */
#tinymce {
  
}

#tinymce h2 {
  color: #013474;
  font-size: 138.5%;
  font-weight: bold;
  margin-bottom: 20px;
}

#tinymce .h3 {
  color: #fff;
  font-family: 'SceneStdRegular', sans-serif;
  font-size: 24px;
  font-weight: normal;
  height: 48px;
  line-height:48px;
  margin:0px 0px 1px 0px;
  text-align: center;
}

#tinymce p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
}