/* style for project icon */
.projecticon-wrap {
  height: 17px;
  width: 18px;
  border-radius: 3px;
  border: 2px solid #959da5;
  position: relative;
}
.projecticon-wrap:after {
  height: 9px;
  width: 2px;
  content: "";
  top: 1px;
  position: absolute;
  right: 2px;
  border-radius: 3px;
  background: #959da5;
}
.projecticon-wrap:before {
  height: 7px;
  width: 2px;
  content: "";
  top: 1px;
  position: absolute;
  left: 2px;
  border-radius: 3px;
  background: #959da5;
}
.projecticon-wrap .projecticon {
  height: 5px;
  width: 2px;
  content: "";
  top: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
  background: #959da5;
}
