.review-play {
	background-color: #5457b8 !important;
}
.play-flex {
	flex-grow: 1;
	background: #5457b8 !important;
	color: #fff;
	border-radius: 5px;
	padding: 15px;
	width: 100%;
}
.feature-items li:before {
	font-family: fontawesome;
	content: '\f058';
	color: #101010 !important;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	left: -5px;
}
.logo-badge {
	background-color: rgba(252, 215, 48, 0.9);
	color: #000 !important;
	border-radius: 0 0 0 5px !important;
	position: absolute !important;
	top: 0px !important;
	right: 0px !important;
	text-align: center !important;
	font-size: 12px !important;
	font-weight: 500 !important;
}
@media only screen and (min-width: 768px) {
	.logo-badge {
		background-color: rgba(252, 215, 48, 0.9);
		color: #000 !important;
		border-radius: 0 0 0 5px !important;
		position: absolute !important;
		top: 0px !important;
		right: 0px !important;
		text-align: center !important;
		font-size: 12px !important;
		font-weight: 500 !important;
	}
}
tr a {
	color: #ff5900;
}
tr a:link {
	color: #ff5900;
}
tr a:visited {
	color: #ff5900;
}
tr a:hover {
	color: #ff5900;
}
tr a:active {
	color: #ff5900;
}
.top5-header {
	color: #fff;
	background-color: #101010;
	border-bottom: 5px solid #ff5900;
	padding: 10px 15px;
}
