.matchscore {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 51px;
	position: relative;
}

.matchscore {
	margin-bottom: 11px;
}

.matchscore:before {
    height: 5px;
    width: 5px;
    top: -7px;
}

.matchscore:after {
    height: 54px;
    width: 1px;
    bottom: 0;
}

.matchscore:after, .matchscore:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (min-width: 1024px) {
	.matchscore {
		height: 106px;
	}
	.matchscore {
		margin-bottom: 33px;
	}
	.matchscore:before {
	    top: -25px;
	}
	.matchscore:after {
	    height: 125px;
	}
}

@media only screen and (min-width: 768px) {
	
	.matchscore {
		width: 100%;
		height: 90px;
		margin: 0;
	}
	
	.matchscore {
		margin-bottom: 15px;
	}
	
	.matchscore:after {
	    height: 105px;
	}

	.matchscore:before {
	    top: -15px;
	    height: 10px;
	    width: 10px;
	}
}

@media only screen and (min-width: 768px) {
	.matchscore-bar {
		border-radius: 10px;
	}
}

.matchscore-bar {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #c7c7c7;
}

.matchscoreTeam {
    position: absolute;
    height: 100%;
    left: 0;
}

.matchscoreTeam[data-guest=true] {
    left: auto;
    right: 0;
}

.matchscore-score {
    color: #fff;
}

.matchscore-score[data-guest=true] {
    left: auto;
    right: 10px;
}

@media only screen and (min-width: 1024px) {
	.matchscore-score {
	    font-size: 7.2rem;
	    line-height: 79px;
	}
}
@media only screen and (min-width: 768px) {
	.matchscore-score {
	    font-size: 6.38rem;
	    font-weight: 700;
	    letter-spacing: -7.02px;
	    line-height: 70px;
	}
}

.matchscore-score {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 3.0rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 48px;
    z-index: 2;
}

.matchscore-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent calc(100% - 1px),hsla(0,0%,100%,.5) 0);
}

.match-status h4, .match-status h5 {
	font-size: .8rem;
}

@media only screen and (min-width: 768px) {
	.match-status h4, .match-status h5 {
		font-size: 1.0rem;
	}
}

@media only screen and (min-width: 1024px) {
	.match-status h4, .match-status h5 {
		font-size: 1.5rem;
	}
}