  .competition-image {
    margin-top: 32px;
    border-radius: 50%;
    overflow: hidden;
  }

  /*'Micropoem'*/
  #post-9692 .competition-image {
    border: 1px solid rgba(81, 15, 87, 1);
  }

  .competition-results-container {
    margin: 80px 0 0 0;
    padding: 80px 0 0 0;
    border-top: 1px solid rgba(205, 175, 209, 1);
  }

  .competition-results-container > h4 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 56px 0;
  }

  .competition-results-list .single-competition-result-container {
    margin: 48px 0 0 0;
  }

  .competition-results-list .single-competition-result-container .single-competition-result {
    border-bottom: 1px solid rgba(205, 175, 209, 1);
    padding: 0 0 56px 0;
    margin: 0 0 56px 0;
  }

  .competition-results-list .single-competition-result-container:last-of-type .single-competition-result {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }

  .competition-results-list .single-competition-result-container.active {
    border-top: 1px solid rgba(205, 175, 209, 1);
    padding: 56px 0 0 0;
    margin: 56px 0 0 0;
  }

  .competition-results-list .single-competition-result-container:first-of-type.active {
    border-top: 1px solid rgba(205, 175, 209, 1);
    margin: 62px 0 0 0;
  }

  .competition-results-list .single-competition-result-container > h3 {
    text-align: center;
    font-size: 2.2rem;
    font-family: 'ACaslonPro-Regular', "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter",
    "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
    color: rgba(102, 102, 102, 1);
    cursor: pointer;
  }

  .competition-results-list .single-competition-result-container.active > h3 {
    font-family:  'ACaslonPro-Semibold', "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua",
                  Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond",
                  "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
    color: rgba(81, 15, 87, 1);
    font-size: 3.2rem;
  }

  .competition-results-list .single-competition-result-container > h3:after {
    background: transparent url(../icons/icon-plus-brand.svg) no-repeat scroll center center;
    content: "";
    height: 20px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
    transition: all 0.2s linear;
  }

  .competition-results-list .single-competition-result-container.active > h3:after {
    transform: rotate(45deg);
    height: 24px;
    width: 24px;
    right: -1px;
    top: -1px;
  }