.btn-black,
.btn-yellow {
  color: #FFFFFF;
  border: 0px;
  padding: 10px;
  font-size: 12pt;
  margin: 10px;
}
.btn-black {
  background: #000000;
}

.btn-yellow {
  background: #F4CD25;
}
.popup-tint {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.popup-content {
    background: #fff;
    padding: 20px;
    text-align: center;
    max-width: 70%;
}
.popup-content p {
  text-align: left;
  padding-top: 15px;
}
.footer { background: #000000; color: #fff; }

.nav-tabs > li.active::before {
  background: #f1c40f;
}