.article_subtopic {
  background: url(../resources/drone_diagram_icon.png) no-repeat;
  padding:6px;
  padding-left:40px;
}

.undec_link[href*=":"] {
  text-decoration:none;
  background:none;
}

.undec_link:hover {
  text-decoration:underline;
  background:none;
}

.bigger {
  font-size:12pt;
}

.vert_center {
  display:inline-block;
  vertical-align:middle;
}

a:hover {
  cursor: hand;
  cursor: pointer;
}