body {
  background: #000000;
  color: #ffffff;
}
.jumbotron {
  background: #0000ff;
}
.jumbotron h1 {
  color: #ffff00;
}
a {
  color: #ffff00;
}
a:hover,
a:focus {
  color: #ffff00;
  border-bottom: 1px dashed #ffff00;
}
.text-success {
  color: #00ff00;
}
.text-info {
  color: #00ffff;
}
.text-warning {
  color: #ff7700;
}
.text-danger {
  color: #ff0000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
blockquote {
  line-height: 1.5em;
}
.jumbotron {
  text-align: center;
}
.jumbotron h1 {
  line-height: 1em;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .jumbotron h1 {
    font-size: 32px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media (min-width: 992px) {
  .jumbotron h1 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .jumbotron h1 {
    font-size: 96px;
  }
}
.jumbotron p {
  font-size: 24px;
}
.jumbotron a.btn.btn-primary,
.jumbotron button.btn.btn-primary,
.jumbotron input.btn.btn-primary {
  background-color: #000000;
}
.page-header {
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 240, 0) 0%, rgba(0, 0, 240, 0) 45%, #0000f0 45.1%, #0000f0 60%, rgba(0, 0, 240, 0) 60.1%, rgba(0, 0, 240, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 240, 0)), color-stop(45%, rgba(0, 0, 240, 0)), color-stop(45.1%, #0000f0), color-stop(60%, #0000f0), color-stop(60.1%, rgba(0, 0, 240, 0)), color-stop(100%, rgba(0, 0, 240, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 240, 0) 0%, rgba(0, 0, 240, 0) 45%, #0000f0 45.1%, #0000f0 60%, rgba(0, 0, 240, 0) 60.1%, rgba(0, 0, 240, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 240, 0) 0%, rgba(0, 0, 240, 0) 45%, #0000f0 45.1%, #0000f0 60%, rgba(0, 0, 240, 0) 60.1%, rgba(0, 0, 240, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 240, 0) 0%, rgba(0, 0, 240, 0) 45%, #0000f0 45.1%, #0000f0 60%, rgba(0, 0, 240, 0) 60.1%, rgba(0, 0, 240, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 240, 0) 0%, rgba(0, 0, 240, 0) 45%, #0000f0 45.1%, #0000f0 60%, rgba(0, 0, 240, 0) 60.1%, rgba(0, 0, 240, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000f0', endColorstr='#000000f0', GradientType=0);
  /* IE6-9 */
}
.page-header h1 {
  color: #ffff00;
  padding-left: 16px;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
}
h1.page-header {
  color: #ffff00;
  padding-left: 16px;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
}
hr {
  border-color: #ff0000;
}

@font-face {
    font-family: 'Press Start 2P';
    src: url('../fonts/PressStart2P.eot');
    src: url('../fonts/PressStart2P.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PressStart2P.woff') format('woff'),
    url('../fonts/PressStart2P.ttf') format('truetype');
    font-weight: 50;
    font-style: normal;
}

body {
  font-family: 'Press Start 2P';
}
h1 {
  font-size: 32px;
  font-weight: normal;
}
.navbar-default {
  background: #ffffff;
}
.navbar-default a.navbar-brand {
  color: #000000;
}
.navbar-default .navbar-nav {
  font-size: 8px;
}
.navbar-default .navbar-nav li > a {
  color: #000000;
}
.navbar-default .navbar-nav li.active > a {
  background: #ffff00;
}
.navbar-default .navbar-nav li > .dropdown-menu {
  margin-top: 1px;
}
.navbar-default .navbar-nav li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav li > .dropdown-menu > li > a:focus {
  color: #000000;
}
.navbar-default .navbar-nav li.divider {
  background-color: #000;
}
.navbar-default .navbar-nav .open > a,
.navbar-default .navbar-nav .open > a:focus,
.navbar-default .navbar-nav .open > a:hover {
  background: #ddd;
  border-bottom-width: 0;
}
.navbar-inverse {
  background: #000;
}
.navbar-inverse a.navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-nav {
  font-size: 12px;
}
.navbar-inverse .navbar-nav li a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav li.active a {
  color: #ffff00;
}
.navbar-inverse .navbar-nav li > .dropdown-menu {
  margin-top: 0;
  border-width: 0;
  background: #000;
}
.navbar-inverse .navbar-nav li > .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav li > .dropdown-menu > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .navbar-nav li > .dropdown-menu > li.divider {
  background-color: #fff;
}
.navbar-inverse .open > a,
.navbar-inverse .open > a:focus,
.navbar-inverse .open > a:hover {
  border-bottom-width: 0;
}
.nav > li a,
.nav > li a:focus,
.nav > li a:hover {
  background: transparent;
  color: #ffffff;
}
.nav > li.active a,
.nav > li.active a:focus,
.nav > li.active a:hover {
  background: transparent;
  color: #ffff00;
}
.nav.nav-tabs {
  border-bottom: 1px dashed #ffff00;
}
.nav.nav-tabs > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.nav.nav-tabs > li > a,
.nav.nav-tabs > li > a:focus,
.nav.nav-tabs > li > a:hover {
  background: transparent;
  color: #ffff00;
}
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
  border: 1px dashed #ffff00;
}
.nav.nav-tabs > li.active a {
  border: 1px dashed #ffff00;
}
.nav-pills > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.nav-pills .open > a,
.nav-pills .open > a:focus,
.nav-pills .open > a:hover {
  border-bottom-width: 0;
  color: #000000;
}
.nav-pills .open .dropdown-menu > li > a {
  color: #000000;
}
.nav-pills .open .dropdown-menu > li.divider {
  background: #000000;
  height: 5px;
}
.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  border: 5px solid #000;
  border-top-width: 0;
  margin-left: -5px;
}
.dropdown-menu li.divider {
  height: 5px;
}
a.btn,
button.btn,
input.btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
a.btn.btn-default,
button.btn.btn-default,
input.btn.btn-default {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
a.btn.btn-primary,
button.btn.btn-primary,
input.btn.btn-primary {
  background-color: #0000ff;
  border-color: #0000ff;
  color: #ffffff;
}
a.btn.btn-success,
button.btn.btn-success,
input.btn.btn-success {
  background-color: #00ff00;
  border-color: #00ff00;
  color: #000000;
}
a.btn.btn-info,
button.btn.btn-info,
input.btn.btn-info {
  background-color: #00ffff;
  border-color: #00ffff;
  color: #000000;
}
a.btn.btn-warning,
button.btn.btn-warning,
input.btn.btn-warning {
  background-color: #ff7700;
  border-color: #ff7700;
  color: #ffffff;
}
a.btn.btn-danger,
button.btn.btn-danger,
input.btn.btn-danger {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
a.btn.btn-link,
button.btn.btn-link,
input.btn.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #ffff00;
}
.label {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.label.label-default {
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.label.label-primary {
  background-color: transparent;
  border-bottom: 1px solid #0000ff;
  color: #ffffff;
}
.label.label-success {
  background-color: transparent;
  border-bottom: 1px solid #00ff00;
  color: #ffffff;
}
.label.label-info {
  background-color: transparent;
  border-bottom: 1px solid #00ffff;
  color: #ffffff;
}
.label.label-warning {
  background-color: transparent;
  border-bottom: 1px solid #ff7700;
  color: #ffffff;
}
.label.label-danger {
  background-color: transparent;
  border-bottom: 1px solid #ff0000;
  color: #ffffff;
}
.table > thead > tr > th {
  border-bottom: 1px dashed #ffffff;
}
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  border-top: 1px dashed #ffffff;
}
.table.table-bordered {
  border: 1px dashed #ffffff;
}
.table.table-bordered > thead > tr > th {
  border-bottom-width: 0;
}
.table.table-bordered > thead > tr > td,
.table.table-bordered > tbody > tr > td,
.table.table-bordered > tfoot > tr > td,
.table.table-bordered > thead > tr > th,
.table.table-bordered > tbody > tr > th,
.table.table-bordered > tfoot > tr > th {
  border: 1px dashed #ffffff;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
  background: #000000;
}
.table.table-hover > tbody > tr:hover {
  background-color: transparent;
}
.table.table-hover > tbody tr.info th,
.table.table-hover > tbody tr.info td {
  background: #00ffff;
  color: #000000;
}
.table.table-hover > tbody tr.success th,
.table.table-hover > tbody tr.success td {
  background: #00ff00;
  color: #000000;
}
.table.table-hover > tbody tr.warning th,
.table.table-hover > tbody tr.warning td {
  background: #ff7700;
  color: #ffffff;
}
.table.table-hover > tbody tr.danger th,
.table.table-hover > tbody tr.danger td {
  background: #ff0000;
  color: #ffffff;
}
.table.table-hover > tbody tr.active th,
.table.table-hover > tbody tr.active td {
  background: #0000ff;
  color: #ffffff;
}
.badge {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.alert {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.alert.alert-success {
  background-color: #00ff00;
  border-color: #00ff00;
  color: #000000;
}
.alert.alert-info {
  background-color: #00ffff;
  border-color: #00ffff;
  color: #000000;
}
.alert.alert-warning {
  background-color: #ff7700;
  border-color: #ff7700;
  color: #ffffff;
}
.alert.alert-danger {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.progress {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background: #000000;
}
.progress .progress-bar {
  background-color: #0000ff;
  border-color: #0000ff;
}
.progress .progress-bar-success {
  background-color: #00ff00;
  border-color: #00ff00;
}
.progress .progress-bar-info {
  background-color: #00ffff;
  border-color: #00ffff;
}
.progress .progress-bar-warning {
  background-color: #ff7700;
  border-color: #ff7700;
}
.progress .progress-bar-danger {
  background-color: #ff0000;
  border-color: #ff0000;
}
.progress.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(90deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(90deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent);
  background-image: linear-gradient(90deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent);
}
.list-group .list-group-item {
  background: #000000;
  border: 1px dashed #ffffff;
}
.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
}
.list-group .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.list-group .list-group-item.active,
.list-group .list-group-item.active:focus,
.list-group .list-group-item.active:hover {
  background: #0000ff;
}
.list-group a.list-group-item:focus,
.list-group a.list-group-item:hover {
  background: transparent;
  color: #ffff00;
}
.list-group a.list-group-item:focus.active,
.list-group a.list-group-item:hover.active {
  border: 1px dashed #ffff00;
}
.list-group a.list-group-item:focus .list-group-item-text,
.list-group a.list-group-item:hover .list-group-item-text {
  color: #333;
}
.panel {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background: #000000;
  border: 1px solid #ffffff;
}
.panel .panel-heading {
  background: #000000;
  border-width: 0;
}
.panel .panel-title {
  color: #ffffff;
}
.panel.panel-primary {
  border-color: #0000ff;
}
.panel.panel-primary .panel-heading {
  background: #0000ff;
}
.panel.panel-success {
  border-color: #00ff00;
}
.panel.panel-success .panel-heading {
  background: #00ff00;
}
.panel.panel-success .panel-heading .panel-title {
  color: #000000;
}
.panel.panel-info {
  border-color: #00ffff;
}
.panel.panel-info .panel-heading {
  background: #00ffff;
}
.panel.panel-info .panel-heading .panel-title {
  color: #000000;
}
.panel.panel-warning {
  border-color: #ff7700;
}
.panel.panel-warning .panel-heading {
  background: #ff7700;
}
.panel.panel-warning .panel-heading .panel-title {
  color: #ffffff;
}
.panel.panel-danger {
  border-color: #ff0000;
}
.panel.panel-danger .panel-heading {
  background: #ff0000;
}
.panel.panel-danger .panel-heading .panel-title {
  color: #ffffff;
}
.well {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background: #ffffff;
  color: #000000;
}
.form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background: #333;
  color: #ffffff;
  border-width: 0;
}
.form-control:focus {
  outline: none;
}
code,
pre {
  background: rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  border-width: 0;
  font-size: 20px;
}
.carousel-caption {
  text-shadow: none;
}
.carousel-indicators li {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.pager > li.disabled a {
  background: transparent;
  color: #333;
}
.pager > li.disabled a:hover,
.pager > li.disabled a:focus {
  background: transparent;
  color: #333;
  border-color: #ffffff;
}
.pager > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  border: 1px dashed #ffffff;
  background: transparent;
}
.pager > li > a:hover {
  background: transparent;
  border-color: #ffff00;
}
.pagination > li:first-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.pagination > li:last-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.pagination > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  border: 1px dashed #ffffff;
  background: transparent;
  color: #ffffff;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  background: transparent;
  border-color: #ffff00;
  color: #ffff00;
}
.pagination > li.disabled a {
  background: transparent;
  color: #333;
}
.pagination > li.disabled a:hover,
.pagination > li.disabled a:focus {
  background: transparent;
  color: #333;
}
.pagination > li.active a {
  background: #0000ff;
  color: #ffffff;
}
.pagination > li.active a:hover,
.pagination > li.active a:focus {
  background: #0000ff;
  color: #ffff00;
}
.breadcrumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background: #333;
  color: #ffffff;
}
.breadcrumb > li + li::before {
  content: " > ";
}

p {
    font-size:16px;
}

table {
    font-size:16px;
}