@charset "utf-8";
/* CSS Document */

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f6f6;
}

ul.zfc li::before {
  content: "\2022";  
  color: #C00000; 
  font-weight: bold; 
  display: inline-block; 
  width: 3em; 
  margin-left: -1em;
  margin-right: 0;
  padding-left: 25px;
}

.text-red {
  color: #de1e26; 
}

.text-yellow {
  color: #ffcc00; 
}

.text-green {
  color: #339900; 
}

.player-number  {
	font-weight: 800;
    font-size: 4rem;
    color: #de1e26;
}
.player-name {
	font-weight: 300;
    font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 0.5rem;
}
.player-list {
    font-size: 1.5rem;
    font-weight: 500;
	padding-top: 3rem;
}