/************************************/
/** match_compo						*/
/************************************/


.match-card-state{
	color: red;
	font-size: 10px;
	text-transform: uppercase;
}

.match-card-group-totalrounds{
	font-size: 12px;
	margin-bottom: 10px;
}

.match-card-group-name{
	margin-top: 10px;
}


.match-card-title{
	
}


.match-card-content{
	display: flex;
    flex-direction: column;
    background: transparent;
    border-bottom: 2px solid orange;
}

.match-card-info{
	display: flex;
    flex-direction: row;
    background: transparent;
    justify-content: center;
    margin-top: 15px;
}

.match-card-ico{
	display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
}

.match-card-report{
	
}

.match-card-stats{
	
}

.match-card-team{
    flex: 1;
}
.match-card-result-content{
    border: 1px solid orange;
    padding: 25px;
    width: 70px;
    height: 70px;
    margin-left: 1px;
    margin-right: 1px;
    display: flex;
    justify-content: center;
}

.match-card-result{
	display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
}

.match-card-results-content{
	display: flex;
    flex-direction: row;
}
.match-card-macth-info{
	    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.match-card-team-name{
    text-align: center;
    font-size: 12px;
}

.match-card-date{
	font-size: 12px;
	margin-top: 5px;
}

.match-card-ico{
	margin-top: 5px;
}

.match-card-ico>div{
	margin-left: 4px;
	margin-right: 4px;
}

.match-card-links{
	margin-top: 15px;
}