.roadmap {
  position: relative;
  margin: 0 20px 0 20px;
}

.img_title {
  margin: 10px 0 10px 0;
}

.map {
  /*position: relative;*/
  margin: 10px 0px 10px 0px;
}

.title_map {
  float: left;
  margin-right: 30px;
}
.title_map h3 {
  font-weight: bold;
  color: #AA0000;
}

.percent_map {
  float: right;
  margin-top: 10px;
}

.description_map {
  clear: both;
  padding-bottom: 10px;
  width: 600px;
}
.dotted_sep {
  border-bottom: dotted 2px gray;
}

.vdot {
  float: right;
  border-left: 1px dotted black;
  width: 300px;
  padding: 5px;
}
