a {
  color: #fff;
}

a:hover {
  color: #666;
}

body {
  background: #000;
  color: #fff;
}

.social-icons {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.social-icons li {
  display: inline-block;
  margin: 20px;
}

table td {
  color: #999;
  text-align: left;
}

.btn-primary {
  background: #fff;
  border: 0;
  color: #000;
}

.btn-primary:hover {
  background: #999;
  border: 0;
  color: #000;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:visited {
  background: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  outline: none;
}

.btn-secondary {
  background: #111111;
  border: 1px solid #fff;
  color: #fff;
}

.btn-secondary:hover {
  background: #333;
  border: 1px solid #666;
  color: #fff;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:visited {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.modal .modal-content {
  background: #222;
  border-radius: 10px;
}

.modal .modal-content .modal-header {
  border-bottom: 1px solid #333;
}

.modal .modal-content .modal-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
/*# sourceMappingURL=styles.css.map */