.tborder tbody tr:last-child > td {
	border-bottom: 0;
}.progress-container {
  height: 0;
  background: transparent;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.progress-bar {
  height: 3px;
  background-color: rgb(31, 137, 202);
  width: 0;
}

.pm-alert {
    width: 4px;
    height: 4px;
    background: #ffbc32;
    border-radius: 100px;
    position: absolute;
    -webkit-animation: pm-alert 1.5s infinite;
    animation: pm-alert 1.5s infinite;
}

@-webkit-keyframes pm-alert {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 188, 50, .40);
  }
  75% {
    box-shadow: 0 0 0 8px rgba(255, 188, 50, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 188, 50, 0);
  }
}

@keyframes pm-alert {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 188, 50, .40);
  }
  75% {
    box-shadow: 0 0 0 8px rgba(255, 188, 50, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 188, 50, 0);
  }
}

#pm-alert-0 {
    display: none;
}

.most_member{
display:inline-flex
}

.most_member:not(:last-child):after{
content:",";margin-right:3px;display:inline
}
		
		
		
		
		
		
		
		