﻿.DurationText .Text {
	margin-right: 10px;
}

.rating-container {
    display: flex;
    align-items: baseline;
}

.rating {
	flex-direction: row;
	margin-right: 10px;
	display: none;
	margin-top: -3px;
}

.star {
	font-size: 1.2rem;
	cursor: pointer;
	color: grey;
}

.star:hover,
.star.hovered {
	color: gold;
}

.rating-value {
	margin-right: 10px;
	font-size: 12px;
	color: black;
}

.thank-you-message {
	padding-bottom : 0px;
	display: none;
	font-size: 12px;
	color: #027acc;
	/*3aa6dd*/
}

#ctl00_usrCaption_pnlTitle {
	display: none;
}
#ctl00_phDS_toolbar1{
	display: none;
}
#ctl00_phDS_ds{
	display: none;
}

@media (max-width: 500px) {
    .DurationText {
        flex-direction: column;
    }
}