html, body {
  height: 100%;
  margin: 0;
  padding: 0 0;
  font-size: 12pt;
  background: #000000;
  color: #9999ff; }

a {
  cursor: pointer; }

div.menu {
  min-width: 70px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 0px;
  top: 0; }

.menuBg {
  background: #000000; }

a.menu-top {
  padding-top: 10px;
  /*height: $header-height;*/
  transition: all 0.1s ease;
  color: #ffffff;
  display: block;
  font-size: 14pt;
  background-repeat: repeat-x; }
  a.menu-top:hover {
    background: #330099;
    color: #9999ff;
    text-decoration: none;
    opacity: 0.5; }

.top-nav {
  height: 100px;
  display: flex; }

.remove-padding {
  padding: 0 !important; }

.remove-margin {
  margin: 0 !important; }

.page-wrapper {
  height: 100%;
  margin-bottom: -30px;
  padding-top: 0;
  display: block;
  background: #000000; }

.page-holder {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  background: #000000; }

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.norm {
  display: block;
  margin-bottom: 10px; }

h1 {
  color: #9999ff; }

h2 {
  color: #330099;
  text-align: left;
  padding-top: 5px; }

h3 {
  color: #330099;
  font-size: 14pt; }

li {
  text-align: left;
  list-style-type: none; }

.topic {
  color: #330099;
  font-size: 16pt; }

a.textlink {
  color: #330099;
  cursor: pointer;
  font-weight: bold; }

.btn1 {
  cursor: pointer;
  display: block;
  background: #330099;
  color: #ffffff;
  /*padding: 10px;*/
  text-align: center; }

.clickable {
  cursor: pointer; }

#controls {
  position: absolute;
  top: 0.1em;
  left: 0;
  height: 2em;
  line-height: 2em; }

.float-right {
  float: right; }

.glyph-sz {
  font-size: 0.5em;
  background: #9999ff;
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: -3px; }

.animate-show {
  opacity: 1; }

.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.3s; }

.animate-show.ng-hide {
  opacity: 0; }

img {
  max-width: 100%;
  height: auto; }

/*# sourceMappingURL=main.css.map */
