.blank_slot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    height: 40px;
    padding: 3px;
}

.blank_half_slot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    height: 20px;
    padding: 3px;
}

.team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    height: 40px;
    color: white;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #ccc;
	background-size: 150% 150%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: cover;
}

.team-info {
    flex-grow: 1;
    text-align: left;
    /*max-width: 150px;*/
	padding-left: 3px;
	/*filter: blur(5px);*/

}

.team-name {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}

.person-name {
    font-size: 10px;
}