#matchwrapper { background: white url(/sites/all/themes/hermit/images/sidebar_bg.jpg) repeat-y top right; }
  /* relevant for the experiment - start */
  #pairswrapper { position: relative; width: 620px; height: 465px; margin-left:-15px;}
    #information { position: absolute; width: 620px; height: 465px; top: 0; left: 0; color: black;  }
      #information h1, #steps { text-align: center; font-family: Georgia, sans-serif; font-size: 16px; }
      #information p { text-align: center; padding: 10px; }
    
#pictures { position: absolute; top: 0; left: 0; }
.picture { width: 155px; height: 155px; background: url(/sites/all/themes/hermit/images/rounded-black.png); float: left; }
.picture img { display: none; }
  
#steps { font-size: 25px; padding: 0px;text-align:right; }
  /* relevant for the experiment - end */
  
#matchfooter { text-align: center; margin: 50px 0 20px 0; }

#matchsidebar { }
  #matchsidebar ul { margin-top: 20px; }
  #matchsidebar ul li { font-size: 1.2em; padding: 20px 0 20px 0; border-bottom: 1px solid #dddcdc; line-height: 18px; }
  #matchsidebar ul li h2 { font-size: 1.2em; margin-bottom: 8px; }

div.counter{
	position:relative;
    top:-90px;
    right:15px;
	width:50px;
	float:right;
	background:white;
	border:2px solid #000;
	text-align:center;  
}