.card{
    display:none;
}

#settings{
    display: none;
}

.md-form:nth-child(even){
    background-color: #dedede;
}

body {
    font-family: 'Dosis', sans-serif;
    font-variant: small-caps;
}

.token-links {
    font-variant: normal;
}

main{
    display:none;
}

#auth-code-box{
    display:none;   
}
.topbar {
    /*position: absolute;
    left: 50%;
    transform: translatex(-50%);
    */
    background-color: #990000;
    color:white;
    font-size: 2.5rem;
    
}

.app-name{
    color: #990000;
    
    font-weight: 800;
    font-size: 2rem;
}

.mass{
    background-color: #dddddd;
    
    margin-top:5px;
    color: #990000;
    font-size: 1.1rem;
}

.mass-date{
    font-size: 1.3rem;
    font-weight: 1200;
    padding: 0;
}

.mass-label{
    padding: 0;
}


.countdown{
    margin-top: 1.5rem;
    font-size: 1.2rem;
    
    padding: 0;
    line-height: 3.3rem;
    color: #009900;
}

.countdown .free-spots{
    font-size: 5.5rem;
}

.main-button #big-button {
  background-color: #4CAF50;
  
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 150px;
  height: 150px;
    border-radius: 50%;
    border-style: none;   
}


.main-button #big-button i{
    font-weight: 800;
    font-size: 65pt; 
}

#undo-button {
    
    color: #000000;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 52px;
    height: 52px;
      border-radius: 50%;
      border-style: none;   
  }
  
#undo-button i{
      font-weight: 800;
      font-size: 18pt; 
  }

  #settings {
    
    color: #666666;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 52px;
    height: 52px;
      border-radius: 50%;
      border-style: none;   
  }
  
#settings i{
      font-weight: 800;
      font-size: 18pt; 
  }

#reload {
    
    color: #ff9100;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 52px;
    height: 52px;
      border-radius: 50%;
      border-style: none;   
  }
  
#reload i{
      font-weight: 800;
      font-size: 18pt; 
  }

  .closer{
      margin-top:15px;
  }

  #close {
    
    color: #990000;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 152px;
    height: 52px;
      border-radius: 8%;
      border-style: none;   
  }
  
#close i{
      font-weight: 800;
      font-size: 18pt; 
  }

#reopen {
    
    color: #009900;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 152px;
    height: 52px;
      border-radius: 8%;
      border-style: none;   
  }
  
#reopen i{
      font-weight: 800;
      font-size: 18pt; 
  }

  #massStarted {
    
    color: #009900;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 152px;
    height: 52px;
      border-radius: 8%;
      border-style: none;   
  }
  
#massStarted i{
      font-weight: 800;
      font-size: 18pt; 
  }

.counters{
    background-color: #cdcdcd;
    padding: 1rem;
    margin-top: 1rem;
    font-size: 1.25rem;
    color: #000099;    
}

.counters div{
    line-height: 1rem;
}

.counters .col-4{
    border-right: 1px solid black;
}

.counters .col-4:nth-last-child(1){
    border-right: none;
}

.count-value{
    margin-top: 1rem   
}

.my-entrance{
    color: #009900; 
}

.count-value{
    font-size: 2.5rem;
}

.display-bold{
    font-weight: 800 !important;
}

#filterbar{
    padding:10px;
    background-color: rgb(255, 236, 174);
    text-align: center;
}

#filterbar select{
    margin:5px;
    
}