/* lightblue	#66b3e6	rgb(102,179,230)
blue	#0078c8	rgb(0,120,200)
grey	#78777a	rgb(120,119,122)
dark	#1d1d1d	rgb(29,29,29)
darkblue	#0a1633	rgb(10,22,51)
lightgrey #f2f2f2 */

:root {
  font-size: 1em;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html, body, h1, h2, p {
  margin: 0;
  padding: 0;
  color: white;
}
#container {
  background-color: #0a1633;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
#header {
  margin: 10px;
  width: 215px;
  min-width: 215px;
}
.rowDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#title {
  font-weight: bold;
  font-size: 24px;
}
#live {
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  background-color: red;
  padding: 5px;
  margin-left: 10px;
  white-space: nowrap;
}
#livePulse {
  font-size: 13px;
}
.optionalRowDiv {
  font-size: 13px;
  font-weight: bold;
  opacity: 0;
  margin-top: 5px;
}
.optionalRowDiv div {
}
.optionalRowDiv a {
  text-decoration: none;
  color: #66b3e6;
}
.optionalRowDiv a:hover {
  color: gold;
}
#seatsLeft {
  color: gold;
  font-size: 18px;
}
#vizDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  margin: 10px 0;
  padding: 0 10px;
  border-left: 1px dashed #78777a;
  width: 100%;
}
#barsDiv {
  margin-top: 15px;
  width: 100%;
  height: 86px;
}
.partyBar {
  position: absolute;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  font-size: 15px;
}
.partyLabel {
  width: 50px;
  background-color: rgb(21, 47, 106);
}
.partyLabel div {
  text-align: center;
  height: 100%;
  opacity: 0;
  background-color: rgb(0, 0, 0, .25);
}
.partyResults {
  margin-left: 2px;
  width: 0px;
}
.partyBackground {
  background-color: rgb(21, 47, 106);
  opacity: 0;
}
.seatsLabel {
  opacity: 0;
  padding-left: 10px;
}
#toWin {
  position: absolute;
  border-left: 1px dotted white;
  height: 0px;
}
#toWinLabel {
  position: absolute;
  text-align: center;
  font-size: 13px;
  opacity: 0;
}
#updateDiv {
  color: silver;
  font-size: 11px;
  opacity: 0;
}
