@charset "utf-8";


.techlink a{
  /*color:#00adef;*/
  color:#000091;
  font-weight:bold;
  text-decoration:none;
}
.techlink a:hover{
  color:#00adef;
  text-decoration:underline;
}
.techlink a span:first-child{
  background:#0c027a;
  color:#fff;

  display:inline-block;
  font-weight:bold;
  font-size:.8rem;
  line-height:1;
  padding:.2rem .75rem .1rem;
}


.techlink + h3{margin-top:3rem;}

