a {
  text-decoration: none;
}

svg text{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hide {
  display: none;
}

div.svg_background {
	background: url('/static/images/asfalt-dark.png');
	/* background: url('/static/images/gplay.png'); */
	/* background: url('/static/images/lined-paper.png'); */
}