.wp-disqus-pt-popup {
    position: absolute;
    color: #fff;
    background-color: #444444;   /* was background-color: #404040; */
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: .5em;
    box-shadow: 0px 1px rgba(255, 255, 255, .4) inset;
    padding: 5px;
    width: 250px;
		z-index: 100;
  }
  .wp-disqus-pt-popup:after {
    content: '';
    position: absolute;
    top: 11px;
    right: -8px;
    border-width: 8px 0px 8px 8px;
    border-style: solid;
    border-color: transparent #444444;
  }
  .wp-disqus-pt-popularcomment-container {
    padding: 8px 20px 8px 0px;
    line-height: 17px;         /* toegevoegd */
  }
  .wp-disqus-pt-popularcomment-count {
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 2px 5px 3px 5px;  /* was padding: 1px 6px; */ 
    border-radius: 4px;
    margin: 2px -5px;
    color: white;
    background-color: #444444; /* was background-color: black; */
    font-size: 0.9em;          /* toegevoegd */
    font-weight: bold;         /* toegevoegd */
    line-height: 10px;         /* toegevoegd */
  }
  .wp-disqus-pt-popularcomment-count:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 7px;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #444444 transparent;  /* was border-color: black transparent; */
  }
  .wp-disqus-pt-popularcomment-graph {
    border-radius: 2px;
    /* margin: -5px; niet nodig */
  }
  /* Toevoegingen aan MT */
  .wp-disqus-pt-popularcomment {border-bottom: 1px solid #efefef; font-size:0.9em;}
  .wp-disqus-pt-popularcomment:last-child {border-bottom: 0 none; margin: 0 0 -10px 0;}