.owl-carousel.home-slider .slider-item .slider-text h1 span {
    font-weight: 900;
    color: #d2b723;
}

.prize-ball {
	width: 40px;
	height: 40px;
	background: #5385c1;
	background: radial-gradient(circle at 5px 5px, #e6db7e, rgb(168, 161, 49));
	margin: 0.3rem;
	padding-left: 0;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
}

.history-header-row span{
    font-size : 1em;
    font-weight: 900;
}

.text-center{
    text-align: center;
}

.justify-content-center{
    justify-content: center;
}

.d-flex{
    display: flex;
}

.align-self-center{
    align-self: center;
}

.history-content-expanded{
    transition-duration: 400ms;
    transition-property: max-height;
    border-bottom: 1px solid black;
    overflow: hidden;
    max-height: 0px;
}

.history-top-prize{
    order: 2;
}

.history-content-expanded.active{
    height: auto;
    max-height: 1000px;
}

.prize-ball-inner{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 0px 1px 3px white;
    align-self: center;
    border : 2px solid #e9d252;
    text-align: center;
    display: flex;
    align-self: center;
}

.prize-single {
	width: 100%;
	text-align: center;
	font-size: 17px;
	/* line-height: 25px; */
	font-weight: 900;
	/* transform: translateY(-50%); */
	/* margin-top: -50%; */
	/* position: relative; */
	align-self: center;
}

.history-content-prize {
	display: flex;
	justify-content: center;
}

.history-content-row{
    border-bottom: 1px solid black;
}

.history-content-date{
    order: 1;
}

.history-content-prize{
    order:2;
}

@media(min-width:720px){
    .prize-ball {
        width: 55px;
        height: 55px;
    }

    .prize-ball-inner{
        width: 33px;
        height: 33px;
    }

    .prize-single {
        font-size: 23px;
    }

    .history-top-prize, .history-content-prize{
        order: 1 !important;
    }

    .history-content-date, .history-date{
        order: 2 !important;
    }
}
