article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400; }

caption, th {
  text-align: left; }

q:after, q:before {
  content: ''; }

abbr, acronym {
  border: 0;
  border-bottom: 1px dotted #000;
  cursor: help; }

body {
  background: #fff;
  font: 72.5%/1.4 Arial, Helvetica, Verdana, sans-serif; }

body.portal-popup {
  background: 0 0;
  padding: 10px; }

body.configuration-popup {
  padding-bottom: 0; }

body.portal-iframe {
  padding: 0; }

body.html-editor {
  background: #fff;
  color: #000; }

ol {
  list-style: decimal outside; }

ul {
  list-style: disc outside; }

ul ul {
  list-style-type: circle; }

ol ol {
  list-style-type: upper-roman; }

dl dd {
  margin-left: 0; }

th {
  font-weight: 700; }

caption {
  margin-bottom: .5em;
  text-align: center; }

p {
  margin-bottom: 1em; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h1, h2, h3 {
  margin: 1em 0; }

h4, h5, h6 {
  font-size: 1.1em; }

b, strong {
  font-weight: 700; }

em, i {
  font-style: italic; }

code, pre {
  font-family: "Courier New",Courier,monospace;
  white-space: pre; }

.important {
  font-weight: 700; }

body.live-view, body.staging {
  border: 10px solid red; }

body.live-view {
  border-color: #fc0; }

.portal-iframe.staging {
  border: none; }

.portal-iframe #main-content {
  width: 100%; }

.alert-background {
  background: #000; }

.popup-alert-notice {
  background-color: #ffc;
  border-bottom-color: #fc0; }

.popup-alert-warning {
  background-color: #fdd;
  border-bottom-color: red; }

.portal-add-content {
  background: #fff;
  text-align: left;
  z-index: 20; }

.portal-add-content a {
  text-decoration: none; }

.loading-animation {
  background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

.separator, hr {
  border-top: 1px dotted #bfbfbf; }

.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

.highlight {
  background: #ffc;
  font-weight: 700;
  margin: 0 1px; }

