.css-prop-demo {
  width:100px;
  float:left;
  margin-right:5px;
}

.mission {
  position:relative;
  margin-bottom:-250px;
  left:0;
  top:0;
  z-index: 0;
  width:100px;
  height:100px;
  border:3px solid #ccc;
  border-radius: 8px;
  color:#ccc;
}

.el {
  position:relative;
  left:-84px;
  top:66px;/*-184px;*/
  margin-bottom:-80px;
  z-index: 1;
  width: 268px;
  height: 268px;
  background-image:url('/images/common/stamp_ok.png');;
}

.mission_done {
  width:100px;
  height:100px;
  margin-bottom:5px;
  border:3px solid #ccc;
  border-radius: 8px;
  color:#ccc;
}

.el_done {
  position:relative;
  left:10px;
  top:-95px;
  width:80px;
  height:80px;
  margin-bottom:-80px;
  z-index: 1;
  background-image:url('/images/common/stamp_ok.png');;
  background-size: 80px;
}

.mission .text,
.mission_done .text
{
  text-align:center;
  margin-top:22px;
}
