.tips-section {
	padding: 0;
}
.container .container {
    padding: 0 !important;
}
.single-race > h3 {
	/* background: url(https://s3-eu-west-2.amazonaws.com/racingpost-web/wp-content/uploads/sites/5/20200218165235/cheltenham_header.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	padding: 16px 80px 16px 40px;
	background-position: right;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	font-family: ProximaNovaA-Regular;
	margin: 0;
	position: relative;
}
.single-race > h3 span {
	color: var(--yellow);
	font-family: ProximaNovaA-Bold;
	margin-right: 12px;
}
.tips {
	background: #fff;
	padding: 0px 40px;
	border-top: 1px solid #066837;
}
.stip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 0;;
}
.stip .short-description {
	width: 100%;
}
.horse {
	display: flex;
	align-items: center;
	margin-right: 2.6em;
    min-width: 260px;
}
.tipster img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	margin-right: 8px;
	border: 1px solid #006838;
	padding: 2px;
	box-sizing: border-box;
	background: #fff;
}
.tipster {
	display: flex;
	align-items: center;
	margin-right: 2.6em;
	min-width: 240px;
}

.stip .fb-btn.bet-btn a {
	background: #000000;
	color: #fff;
	width: 140px;
	box-sizing: border-box;
	padding: 8px 10px !important;
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: right;
	font-size: 20px;
	line-height: 1;
	height: 36px;
}
.rp-tip .fb-btn.bet-btn a {
	color: #fff;
	width: 140px;
	box-sizing: border-box;
	padding: 8px 10px !important;
	background-size: 60px !important;
	background-repeat: no-repeat !important;
	background-position: 10px center !important;
	text-align: right;
	font-size: 20px;
	line-height: 1;
	height: 36px;
}
.stip .tip-buttons .bet-btn a:after {
	display: none;
}
.stip .fb-btn {
	padding-top: 0;
}
.stip .tip-buttons {
	margin-top: 0;
}
.stip h3.name {
	text-transform: uppercase;
	font-size: 16px;
	margin-left: 8px;
	font-family: ProximaNovaA-Bold;
}
.stip .tipster h3 {
	font-size: 14px;
	font-family: ProximaNovaA-SemiBold;
	margin: 0;
}
.stip .tipster p {
	margin: 4px 0 0;
	background: #fbdb28;
	display: inline-block;
	padding: 3px 6px;
	font-size: 11px;
	font-family: ProximaNovaA-SemiBold;
}
.stip .short-description p {
	margin: 0;
	line-height: 1.2;
	font-size: 16px;
	height: auto;
	overflow: auto;
	border: none;
}
.single-race {
	background: var(--darkblue);
	margin-bottom: 12px;
    position: relative;
}
.single-race > h3:before {
    content: '';
    background: url(https://s3-eu-west-2.amazonaws.com/racingpost-web/wp-content/uploads/sites/5/20200604104051/header_element_v1.svg);
    width: 5px;
    left: -5px;
    position: absolute;
    top: 0;
    display: block;
    height: calc(100% + 4px);
    background-repeat: no-repeat;
    background-size: 180% 100%;
    background-position: top;
    transform: rotateY(180deg);
}
.stip:last-child {
	border: none;
}
.margin-left-auto {
	margin-left: auto;
}
.stip .tip-buttons .fb-btn:last-child a {
	margin-right: 0 !important;
}
.rp-tip .tipster svg {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	margin-right: 8px;
	padding: 2px;
	box-sizing: border-box;
	background: #fff;
}
.rp-tip .stip .tipster h3 {
	color: #036936;
	font-family: ProximaNovaA-Bold;
	font-size: 18px;
}
.rp-tip {
	border-bottom: 1px solid #e0e0e0;
}
.short-description .fb-btn {
    margin-top: 5px;
}
.rp-tip .stip .short-description p {
    color: #171717;
}
.race-info {
    background: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}
.race-info h3 {
    font-size: 16px;
    margin: 0;
    line-height: 1;
    font-family: ProximaNovaA-Bold;
}
.race-info > div {
    display: flex;
	align-items: center;
    justify-content: flex-start;
}
p.event-time {
    font-size: 14px;
    margin: 2px 0 0;
    margin-left: 30px;
}
.race-review p {
    font-size: 14px;
    line-height: 1.3;
    margin: 10px 0 0;
}
.race-info .fb-btn a {
    background: #fed835;
    color: #171717;
}

.container.short-fb-cont {
    padding: 0 12px;
    margin: 12px auto;
}

@media screen and (max-width: 1024px) {
	.tipster, .horse {
		min-width: auto;
	}
	.race-info > div {
		flex-direction: column;
    	text-align: center;
	}
	p.event-time {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.stip {
		justify-content: center;
	}
	.tip-buttons.margin-left-auto {
		width: 100%;
		margin-bottom: 6px;
	}
	.tipster {
		width: 100%;
		justify-content: center;
		margin-right: 0;
	}
	.stip .short-description {
		text-align: center;
	}
	.stip .fb-btn.bet-btn a, .rp-tip .fb-btn.bet-btn a {
		padding: 4px 10px !important;
		height: 28px;
	}
	.horse img {
		width: 32px;
	}
}

@media screen and (max-width: 480px) {
	.race-info {
		padding: 20px 12px;
	}
	.tipster {
		justify-content: flex-start;
	}
	.tips {
		padding: 0px 12px;
	}
	.stip h3.name {
		font-size: 14px;
		margin-left: 6px;
	}
	.horse {
		margin-right: 10px;
	}
	.stip .fb-btn.bet-btn a {
		width: 100px;
		padding: 3px 5px !important;
		height: auto;
		background-size: 42px;
		background-position: 5px center;
		text-align: right;
		font-size: 20px;
	}
	.rp-tip .fb-btn.bet-btn a {
		background-size: 50px !important;
		background-position: 4px center !important;
	}
	.stip {
    	justify-content: space-between;
	}
	.single-race > h3 {
    	margin-right: 10px;
		padding: 12px 32px 12px 12px;
		font-size: 14px;
		display: flex;
    	align-items: center;
	}
	.single-race > h3 span {
		display: block;
	}
}



.stip.finished.win .odd:after {
    content: '\2713';
    background: #8ec63f;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 60px;
    box-sizing: border-box;
    padding: 4px 10px 0;
}
.stip.finished.loss .odd:after {
    content: '\2716';
    background: #d11f25;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 60px;
    box-sizing: border-box;
    padding: 3px 10px 1px;
}
.stip.finished .odd a {
	display: none;
}
.stip.finished.loss > *:not(.odd) {
    opacity: 0.6;
    filter: grayscale(1);
}