html, body {
  padding: 0;
  margin: 0;
  font-family: "DM Sans", Sans-serif;
  text-align: center; }

.page {
  padding-bottom: 80px; }

*[ng-click], .pointer {
  cursor: pointer; }

.dib {
  display: inline-block; }

.db {
  display: block; }

.ml15 {
  margin-left: 15px; }

.underline {
  text-decoration: underline; }

.width85p {
  width: 85%; }

a {
  color: unset; }

.tac {
  text-align: center; }

pre {
  font-family: 'arial';
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

.languageselector {
  position: absolute;
  right: 19px;
  top: 17px; }
  .languageselector .language {
    display: inline-block;
    margin: 0px 10px; }
    .languageselector .language.selected {
      text-decoration: underline; }
