@charset UTF-8;

#online table{
  border-collapse:separate;
  border-spacing: 5px;
  width: 100%;
}

#online table th,table td{
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

#online table th{
  background-color: #c79852;
  color: white;
  border:solid 1px #927141;
}

#online table td{
  background-color: #fff4c8;
  border:solid 1px #af9d85;
}

#online .more {
padding:5px;
background-color:green;
border-radius:10px;
font-size:0.9rem;
margin-top:10px;
display:block;
}