
body {
  background: #212B36 !important;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}
#indiv {
  color: #356685;
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
}
#teams {
  color: #356685;
  font-family: 'Source Sans Pro', sans-serif;
}
#title {
  font-weight: bold;
  background-color: #212B36;
  color: #F8F8F8;
  width: 480px;
  height: 160px;
  font-family: 'Source Sans Pro', sans-serif;
}
#header {
  background-color: #356685;
  color: #F8F8F8;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 18px;
  height: 30px;
}
#top {
  align-items: center;
  float: center;
  height: 100%;
}
#bottom {
  background: #212B36 !important;
}
#scoretd {
  cursor: pointer;
  cursor: hand;
}
tr {
  font-family: 'Source Sans Pro', sans-serif;
}
tr:nth-child(even) {
  background-color: #E6E9ED;
  opacity: 0.9;
  width: 18vw;
  padding: 1vw;
}
tr:nth-child(odd) {
  background-color: #D7DADD;
  opacity: 0.9;
  width: 18vw;
  padding: 1vw;
}
th {
  background-color: #637381;
  color: #F8F8F8;
  padding: 1vw;
  border-collapse:separate;
}
td {
  height: 10px;
  width: auto;
  font-family: 'Source Sans Pro', sans-serif;
}
.table-borderless td,
.table-borderless th {
    border: 0;
}
#container {
  background-color: #212B36;
  min-height: 100vh;
  width: 85%;
  font-family: 'Source Sans Pro', sans-serif;
}
.topleftborder {
  border-top-left-radius: 25px;
}
.toprightborder {
  border-top-right-radius: 25px;
}
.question {
  border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    -o-border-radius: 99px;
    -ms-border-radius: 99px;
  cursor: default;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  height: 18px;
  width: 18px;
  text-align: center;
  font-size: 1rem;
  line-height: 18px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
