html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

body {
  font-family: Arial, sans-serif;
}

img#forkme {
  position: fixed;
  right: 0px;
  top: 0px;
  border: none;
}

#main {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

#search {
  font-size: 18pt;
}

#search input {
  font-size: 14pt;
}

a {
  color: blue;
}

#loading {
  display: inline-block;
  width: 16px;
}

.ng-cloak {
  display: none;
}
