h1, h1 {
  font-size: 30px; }

h2, h2 {
  font-size: 25px; }

.centered {
  text-align: center; }

body {
  padding: 15px;
  background: #000000;
  color: #ffffff;
  font-family: 'Special Elite', cursive; }

input, textarea, select {
  color: black; }

html input[disabled] {
  cursor: not-allowed;
  color: #c0c0c0;
  background-color: #ffffff; }

.container {
  background: #000000;
  min-height: 100%; }

.navbar {
  border-radius: 0; }

.navbar-nav {
  width: 100%;
  text-align: center; }
  .navbar-nav > li {
    float: none;
    display: inline-block; }

.navbar-inverse {
  background: #000000;
  border-left: none;
  border-right: none; }

.headerlogo {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -ms-center; }

#gblogo {
  display: inherit;
  filter: grayscale(75%);
  transition: all 4s ease;
  margin: auto; }

#gblogo.glow, #gblogo:hover {
  filter: grayscale(0%); }

footer {
  padding-top: 15px;
  color: #777777; }

span.fbposttime, span.fbpostid {
  font-size: x-small;
  color: #777777;
  padding-right: 0.5rem; }

.fbpost {
  margin-bottom: 42px; }

.fbpostpic img {
  max-height: 405px; }

.fbposttitle h2 {
  margin-bottom: 0px; }

.fbpostmessage {
  margin-top: 12px;
  margin-bottom: 12px; }

table#codetable {
  width: 900px; }

.table-fixed thead {
  width: calc(100% - 15px); }

.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%; }

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block; }

.table-fixed tbody td, .table-fixed thead > tr > th {
  float: left;
  border-bottom-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

form.generateCodesForm {
  margin-top: 20px; }

.panel {
  margin-bottom: 20px;
  background-color: #000000;
  border: 1px solid #777777;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #777777;
  border-color: #777777; }

#success_message {
  display: none; }

#loginform, #registerform, #emailcheckform, #updateform {
  background-color: #000000; }
  #loginform .control-label, #registerform .control-label, #emailcheckform .control-label, #updateform .control-label {
    text-align: left; }

form.submitCodeForm {
  text-align: center;
  margin: 20px;
  padding: 20px; }

input#codeinput {
  text-transform: uppercase; }

.buorg {
  color: black; }


.pagination>.activepage>a, .pagination>.activepage>a:focus, .pagination>.activepage>a:hover, .pagination>.activepage>span, .pagination>.activepage>span:focus, .pagination>.activepage>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}




@media (min-width: 992px) {
  .container {
    width: 750px; } }

@media (max-width: 590px) {
  iframe {
    width: 100% !important; } }

/*# sourceMappingURL=app.css.map */
