.svfHomeMatchContainer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #f7f7f7;
    color: rgb(56, 56, 56);
    user-select: none;
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.1);
}
@media (orientation: portrait) {
	.svfHomeMatchname{
		display: flex;
		justify-content: center;
		font-size: large;
		font-weight: normal;
		overflow: hidden;
		white-space: nowrap;
	}

	.svfHomeMatchnameHighlight{
		display: flex;
		justify-content: center;
		font-size: large;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
	}


}
.svfHomeTeamname{
    display: flex;
    justify-content: center;
    font-size:x-large;
    font-weight: bold;
    /*text-shadow: 0px 2px 2px #000000;*/
}

.svfHomeMatchname{
    display: flex;
    justify-content: center;
    font-size: x-large;
    font-weight: normal;
    overflow: hidden;
	white-space: nowrap;
}

.svfHomeMatchnameHighlight{
    display: flex;
    justify-content: center;
    font-size: x-large;
    font-weight: bold;
    overflow: hidden;
	white-space: nowrap;
}

.svfHomeMatchdateTimeContainer{
        display: flex;
    justify-content: center;
    font-size: large;
}


.svfHomeMatchdate{
    font-weight: bold;            
}

.svfHomeMatchvenue{
        display: flex;
    justify-content: center;
    font-size: large;
}