/*=== File 'jqrexm003.css' ===================================================*/
main{
  background-image: url('/DeVrije/prd/img/jqrexm001bkg.png');
  background-repeat: repeat;
  position: relative;
  width: 600px;
  margin: 0px auto;
  background-color: white;
  border-radius: 10px;
  border: 1px solid navy;
}
article{
  position: relative;
  margin: 10px;
}
article > *{
  margin: 10px;
}

/* TYPOGRAFIE */
ol{
  margin: 10px;
  list-style-type: none;
  font-size: 16px;
  line-height: 30px;
}
ol > li{
  margin:10px;
  overflow: hidden;
}
ol > li:nth-child(odd){
  background-color:rgba(255,0,0,0.05);
}
ol > li:nth-child(even){
  background-color:rgba(0,0,255,0.05);
}
ol > li > img{
  border-style: none;
  float:left;
  height:22px;
  margin:1px;
  cursor: pointer;
}

/* ARTIKEL OPMAAK */
img#los{
  position: absolute;
  left:100px;
  top:35px;
  width: 100px;
  z-index: 1000;
  cursor: zoom-in;
}

/* ID en CLASS */
.valop{
  border-top: 2px dotted silver;
  border-right: 2px dotted silver;
  border-bottom: 2px dotted silver;
  padding: 3px 3px 3px 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: bold;
  color:red;
}
/*============================================================================*/