/* Little "Detail" styles for adding on top of other predefined stylings such
as e.g. water.css */


/* "External link" style icon (from
https://stackoverflow.com/questions/1899772/what-is-the-best-practice-for-showing-an-icon-next-to-text) */
a[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

