body{
  font-family: 'Roboto', sans-serif;
}

a:not([href]) span {
  cursor: pointer;
  border-bottom: dotted 1px;
}
a:not([href]):hover span {
  border-color: blue;
  color: blue;
}

a:not([href]):hover svg {
  fill: blue;  
}

a svg, .iconsvg { 
  cursor: pointer;
  fill:gray;
  height: 1.12em;
  width: 1.12em;
  vertical-align: bottom;
}