.top-left-buttons {
  float: left;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
}

/* .repair {
  text-align: center;
  vertical-align: middle;
  padding: 16px 20px 16px 20px;
  color: #707070;
  font-size: 12px;
  position: relative;
  z-index: 999;
  cursor: pointer;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
} */
.repair{
  z-index: 999;
  position: relative;
  /* bottom */
}

.repair.sm_house {
  top: 12px;
  color: #AFAFAF;
}

.repair.carrot-btn {
  font-size: 12px;
  margin-right: 40px;
  color: #6F6F6F;
  cursor: pointer;
  border-bottom: 1px dashed #8A8A8A;   
}
/* 
.repair.carrot-btn:hover {
  background-color: #fdfdfd;
  color: #6F6F6F;
  ;
} */