.namelimg {
  float: left;
  background-image: url(../img/titlename/lname.png);
  width: 11px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.namemimg {
  float: left;
  background-image: url(../img/titlename/mname.png);
  min-width: 30px;
  /*height: 30px;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  text-align: center;
  line-height: 32px;
}
.namerimg {
  float: left;
  background-image: url(../img/titlename/rname.png);
  width: 7px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  align-self: flex-end;
}

.nameparentslop {
  position: relative;
  left: -5px;
  top: -10px;
}
.nameslopingside {
  content: "";
  position: relative;
  left: 5px;
  top: -4px;
  height: 0px;
  border: 2px dotted #0080e9;
  width: 23px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-bottom: none;
}
/* dotted */
.namelinear {
  position: absolute;
  height: 0px;
  width: 26px;
  margin-left: 26px;
  margin-top: -15px;
  border-top: 2px dotted #0080e9;
}

.namecircle1 {
  position: absolute;
  height: 0px;
  width: 0px;
  border-radius: 50%;
  background-color: #232323;
  left: -2px;
  top: -2px;
}
