img {
  max-width: 600px;
  height: auto !important;
}
p,
li,
td,
span,
div {
  font-size: 15px;
}
article ul li {
  padding-left: 20px;
  list-style: none;
  position: relative;
}
article ul li:before {
  font-family: 'icomoon';
  font-weight: bold;
  content: '\276f';
  position: absolute;
  left: -20px;
  color: #a51622;
}

/**umb_name:Quote*/
blockquote {
  font-size: 25px;
}

/**umb_name:Subheadline H2*/
h2 {
  font-family: Oswald, Impact, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2em;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
  color: #444444;
}

/**umb_name:Subheadline H3*/
h3 {
  font-family: Oswald, Impact, sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2em;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
  color: #444444;
}

/**umb_name:Image caption*/
div.imagecaption {
  font-style: italic;
  font-size: 14px;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: -10px;
  color: #707070;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/**umb_name:Image caption new cms*/
div.imagecaption.new-cms {
  margin-top: -0.75rem;
}

/**umb_name:Image inline left*/
.imgleft {
  float: left;
  margin-right: 15px;
}

/**umb_name:Image inline right*/
.imgright {
  float: right;
  margin-left: 15px;
}

/**umb_name:Box*/
div.infobox {
  padding: 25px;
  background-color: #ddd;
  margin: 15px 0;
}

/**umb_name:Scrollable table*/
div.sctable table {
  border: 1px solid red;
}

/**umb_name:PGNPlayer*/
div.chess-game-pgn-editor {
  border: 2px dotted red;
  padding: 4px;
  font-size: 12px;
  font-family: monospace;
}

/**umb_name:CBReplay*/
div.cbreplay {
  border: 2px dotted blue;
  padding: 4px;
  font-size: 12px;
  font-family: monospace;
}
