body {
    background-image: url('16bpu.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #222;
  }

  .jumbotron {
    margin-top: 30px;
    background-color: rgba(255, 255, 255, .88);
  }

  .jumbotron img {
    width: 100%;
    max-width: 100px;
    min-width: 100px;
    margin-bottom:30px;
  }

  ul {
    margin: 0;
    padding: 10px;
    list-style: none;
  }

  ul li {
    margin-bottom: 10px;
  }

  ul li a {
    font-size: 1.15em !important;
  }

  /* Sticky footer styles
-------------------------------------------------- */
  html {
    position: relative;
    min-height: 100%;
  }

  body {
    margin-bottom: 60px;
    /* Margin bottom by footer height */
  }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: transparent;
  }

  /* Custom page CSS
-------------------------------------------------- */
  /* Not required for template or sticky footer method. */
  .container {
    width: auto;
    max-width: 1200px;
    padding: 0 15px;
  }

  .small {
    font-size: .8em;
    opacity: .5;
    font-weight: bold;
    margin-left: 10px;
  }

  span.chip {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    margin-top: 6px;
    float: left;
    /*border:1px solid rgba(255,255,255,.15);*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .33);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  span.chip.green {
    background-color: #5DBD5A;
  }

  span.chip.blue {
    background-color: #00A5E6;
  }

  span.chip.red {
    background-color: #F2574A;
  }

  span.chip.orange {
    background-color: #FF9D34;
  }

  span.chip.purple {
    background-color: #C378DC;
  }

  span.chip.yellow {
    background-color: #F8D43A;
  }

  h3 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
    padding: 10px;
    font-weight: 900;
  }

  h3 span {
    font-weight: 500;
  }

  .outlined {
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .2);
  }

  .v-space {
    width: 100%;
    height: 50px;
  }

  .btn-default.disabled {
    color: rgba(0, 0, 0, .33);
    background-color: rgba(255, 255, 255, .66)
  }

  .btn-default.disabled span.chip {
    opacity: .33;
  }

  @media(max-width: 778px) {
    .jumbotron {
      padding: 30px !important;
    }

    .outlined {
      margin-bottom: 20px;
    }
  }