.content-wrapper {
  background-image: url("../img/boxed-bg.jpg");
  background-size: cover;
}

ul {
  padding-left: 15px;
}

.addScroll {
  overflow-y: auto;
  height: 250px;
}

tr.border_bottom td {
  border-bottom: 3pt solid black;
}

td.border_top_td {
  border-top: 2pt solid black !important;
}

#container {
  width: 100%;
}
#left {
  float: left;
  width: 35px;
}
#right {
  float: right;
  width: 35px;
}
#center {
  margin: 0 auto;
  width: 35px;
}

.striping {
  background-size: auto auto !important;
  background-color: rgb(255, 255, 255) !important;
  background-image: repeating-linear-gradient(
    123deg,
    transparent,
    transparent 50px,
    #e11e26 50px,
    #e11e26 100px
  ) !important;
}

.striping-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 25px;
  display: inline-block;
  z-index: 2000 !important;
}

.striping-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  display: inline-block;
  z-index: 2000 !important;
}

.main-footer {
  background: #fff;
  padding: 5px;
  color: #444;
  border-top: 1px solid #d2d6de;
  position: fixed;
  bottom: 20px;
  width: 100%;
}

.transparant {
  background: none !important;
}
.spacing {
  top: 25px !important;
}

.score-bar {
  height: 50px !important;
}

.time-bar {
  height: 50px !important;
}

.red {
  background-color: #e11e26 !important;
}

.timer {
  text-transform: uppercase !important;
  font-size: 14px !important;
  color: white;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  float: left !important;
  padding: 15px;
}

.removepadding {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.fingerprint.scanning {
  position: relative !important;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to bottom, #e11e24a1, #e11e2444);
  animation: scanning 2s linear infinite;
}

@keyframes scanning {
  100% {
    transform: translate(0, 300px);
  }
}
