body{
  height:100%;
  margin-top:84px;
}

.navbar-brand{
  font-weight: bold;
  font-size: 16px;
}

.menuText{
}

.menuTtile{
  font-size: 1.4rem;
}

.pageTitle{
  font-size: 1.25rem;
  margin-left: 10px;
  margin-top: 10px;
}

.menuButton{
  color: #067cf3;
  font-size: 1.4rem;
}


.menuListGroup{
  margin-top:0px;
  font-size: 1.4rem;
}

.menuIcon{
  margin-right:30px;
}

.personIcon{
  margin-right:10px;
}

.list-group-item{
  border: none;
}

.list-group-item.active{
  border-radius: 9px;
  background-color: #067cf3;
}

#dropdownMenuButton{
  margin-top:30px;
}

#personAnimated{
  max-width: 400px;
  height: 180px !important;
}

#liveData{
  display:none;
  text-align: left !important;
}
.liveData_boardInfo{
  font-weight: bold;
  color: #5f5f5f;
  font-size: 0.8rem;
}

.updateTimeDescription{
  font-size: 0.8em;
  right:0;
  color: #2f2f2f;
  margin-right: 10px;
  margin-top: 4px;
}

.blinking{
  animation: blink 2s ease-in infinite;
}
@keyframes blink {
  from, to { opacity: 1 }
  50% { opacity: 0 }
}

.homePageBadge{
  width:250px;
}
