#logo {
  position: fixed;
  bottom: 20px;
  left: 20px;
  height: 75px;
  border: none !important;
  z-index: 30;
}

img {
  background: rgba(255, 255, 255, 0) !important;
  border: 0px !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

img.border {
  margin: 15px 0px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 2px solid #000 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

blockquote {
  width: 100% !important;
}

.highlight {
  color : #2980b9 !important;
}

.table-cell-middle {
  vertical-align: middle !important;
}

.text-smaller {
  font-size: 0.8em !important;
}

.credits {
  font-size: 0.4em !important;
  text-align: left;
}