/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
/* .header {
  border-bottom: 1px solid #e5e5e5;
} */
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 900px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

      .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #2a9fd6;
}

body {
    font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #888888;
    background-color: #060606;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #222222;
    color: #2a9fd6;
}

body {
  background-color: black;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #151515;
    border: 1px solid #030303;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

h2 {
    color: white;
}

.websiteBrand {
  font-size:20px; 
  color: white
}

table {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #151515;
    border: 1px solid #030303;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #282828;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #282828;
}

.table tbody tr:hover {
  background-color: #505050;
}

a {
    color: #2a9fd6;
    text-decoration: none;
}

a:hover {
    color: #2a9fd6;
    text-decoration: none;
    text-decoration: underline;
}
/* 
div ul.nav li {
  margin-left: 10px;
} */

pre {
color: rgb(214, 211, 205);
background-color: rgb(27, 29, 30);
border-color: rgb(61, 61, 61);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
}