
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align:baseline;
  font-size:22px;
  line-height:36px;
  -webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body{
  font-family:'Segoe UI',Helvetica Neue,Helvetica,Arial,sans-serif;
  background:#000;
  color:#fff
}
.flex{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.flex-grow{
    flex-grow:1
}
.fixed-t,.fixed-b{
  position:fixed;
  top:0;
  left:0;
  width:100%;
}
.fixed-b{
  top:auto;
  bottom:0
}
.hidden{display:none}
.h{
  padding:0 10px;
  padding-right: 0;
  height:70px;
  line-height: 70px;
  /*overflow: hidden;*/
}
.h-status-lbl{font-size: 1.8em;line-height: 1.5em;min-width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.h-quorum-lbl{text-transform: uppercase;text-align: center;min-width: 200px}
.h-status-yes-lbl,.h-quorum-yes-lbl{color:lime}
.h-status-no-lbl,.h-quorum-no-lbl{color:#ff9191}
.h-status-no-lbl,.h-status-countdown-lbl{display:none}
.h-status-countdown-lbl{color:orange}
.h-btns{text-align: right;}
.h-btn{
  display: inline-block;
  width:60px;height:60px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  text-align: center;
  font-size:2em;
  font-weight: bold;
  line-height: 56px;
  margin:0 17.5px;
  background-color:#333
}
.h-btns-labels{
  /*width:304px;*/
  text-align:right;
  padding:0;
  margin-top:-10px
}
.h-btn-label{
  height:30px;
  border:solid 2px #000;
  line-height: 25px;
  width:100px;
  float:right;
  font-size: .7em;
  text-align: center;
  background-color:#333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.n-title{
  position: absolute;
  top:55px;
  left:0;
  padding:0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-title-double{
  top:48px;
}
.n{
  padding:0 10px;
  font-weight: bold;
  border-bottom: solid 1px green;
  min-height:84px;
  height: 84px;
  overflow: hidden;
  line-height: 38px;
  font-size: 1.1em;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b{height:100%;padding-top:154px;overflow:hidden}
.f{
  border-top:solid 1px green;
  text-align:left;
  background: #000
}
.b-l {
  padding: 15px;
}
.b-l-summary{
  padding-top:20px;
  display: none;
  overflow-y: auto;
margin-top:-16px;
max-height: 100%;
line-height: 26px;
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.b-l-summary::-webkit-scrollbar {
  display: none;
}
.b-l-summary h4,.b-l-summary h3,.b-l-summary h2,.b-l-summary h1{margin:10px 0}
.b-l-summary p{
  margin:8px 0;
}
.is-summary .b-l-summary,.is-summary .h-status-countdown-lbl{display:block}
.is-summary #participants,.is-summary .h-status-yes-lbl{display:none}
.b-r {
  width:30%;
  min-width: 30%;
  padding-bottom: 37px;
  padding-right:30px;
  padding-top:40px;
  align-items:flex-end;
  justify-content: space-between;
}
/* bar */
.bar{
  position: relative;
  margin:0 10px;
  background:#333;
  width:100%;
  height: 100%;
  transition:height 0.3s ease-out;
}
.bar span,.bar i{
  position: absolute;
  top:-35px;
  font-size: 1.1em;
  width:100%;
  text-align: center;
  overflow: hidden;
   text-overflow: ellipsis;
    white-space: nowrap;
}
.bar i{
  bottom:-30px;
  top:auto;
  font-size: 1em;
}
#participants{
  flex-direction: column;
flex-wrap: wrap;
height: 100%;
padding-bottom: 20px;
min-height: 200px;
}
.text-center{text-align: center}
/* participant */
.pt{
  position: relative;
  display:inline-block;
  vertical-align: middle;
  width:250px;
  height:40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 40px;
  color:gray
}
.pt-badge{
  position: absolute;
  top:5px;
  left:0;
  background:#333;
  width:30px;
  height:30px;
  overflow: hidden;
  display:inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.pt-badge>span{
  visibility:hidden;
  display: block;
  text-align: center;
  line-height:30px;
  font-weight: bold
}
.pt-voted .pt-badge.is-primary>span{visibility:visible}
.pt-voted{
  color:#fff
}
.pt-voted .pt-badge{
  background:lime
}
.is-anon .pt-voted .pt-badge{
  background:#fff !important
}
.is-anon .h-btns, .is-anon .b-r{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 600ms, opacity 600ms;
}
.is-anon.is-completed .h-btns, .is-anon.is-completed .b-r{
  visibility: visible;
  opacity: 1;
}
.is-completed .h-status-no-lbl{display:block}
.is-completed .h-status-yes-lbl{display:none}


@media only screen and (max-width: 1020px) {
  .h-btn{
    margin:0;
  }
  .h-btns-labels{
    display: none;
  }
}