/* ------ Font variables ------ */
/* ------ Role colors ------- */
/* Verkeersregelaar */
/* Gemeente */
/* Teamleider */
/* Organisator */
/* Secretariaat */
/* Algemene taken */
/* ------ /Role colors ------- */
/* ------ Dividers + Borders ------ */
/* ------ Contentbox variables ------*/
/* ------ Warnings + Errors + Successes ------ */
.contentReadArticle {
  background-color: white;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: 5px solid #fe9800;
  border-right: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  margin-right: 20px;
  padding: 10px 10px 30px 10px;
  position: relative;
  width: 698px;
  margin-top: 0; }
  .contentReadArticle .backButton {
    margin-right: 20px; }
  .contentReadArticle h1 {
    display: inline; }
  .contentReadArticle h2 {
    display: inline;
    margin-left: 15px;
    font-style: italic;
    color: #888; }
  .contentReadArticle .article {
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden; }
    .contentReadArticle .article p {
      margin: 0 0 15px 0; }
    .contentReadArticle .article img {
      float: left;
      clear: right;
      border: solid 1px #dddddd;
      margin-right: 10px;
      margin-bottom: 2px; }
    .contentReadArticle .article .button {
      float: right;
      clear: both;
      margin: 0; }
