html * {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}
address {
    font-style: normal;
}


/* Start Star Rating */
div.rating-cancel,div.star-rating {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
div.star-rating a {
	display: inline-block;
    height: 24px;
    width: 24px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
    color: #dddddd;
    padding: 2px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    border-radius: 12px 12px 12px 12px;
    text-align: center;	
}
div.rating-cancel a {
    display: inline-block;
    height: 24px;
    width: 24px;
    color: #ffffff;
	font-size: 15px;
	border: 1px solid #F44336;
    background-color: #F44336;
    text-align: center;
    padding: 2px 0px 0px 0px;
    margin-right: 7px;
    border-radius: 12px 12px 12px 12px;
}
div.star-rating-on a {
	border: 1px solid #dddddd;
    background-color: #ffffff;
    color: #b4d7bd;
}
div.star-rating-hover a {
	border: 1px solid #dddddd;
    background-color: #ffffff;
    color: #b4d7bd;
}
div.star-rating-readonly a {
    cursor: default!important;
}
div.star-rating {
    background: transparent!important;
    overflow: hidden!important;
}
/* End Star Rating */

.social-icons {
    font-size: 30px;
}

#language-switch li img {
    padding-bottom: 2px;
    margin-right: 5px;
}

#recaptcha_widget svg.icon {
    font-size: 30px;
    color: #B9B9B9;
    margin: 10px 15px 0 0;
}
.grecaptcha-badge {
    z-index: 99999;
}
#search_container {
    position: relative;
}
#sayt_results {
    list-style-type: none;
    margin: 0;
    position: absolute;
    top: 50px;
    left: -40px;
    z-index: 999999;
    width: 100%;
}
#sayt_results li {
    background-color: #ffffff;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 1px;
    color: #222222;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 63px;
}
#sayt_results li:hover {
    background-color: #F8F8F8
}
#sayt_results li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
#sayt_results li a span {
    float: left;
    width: 70px;
    display: block;
    text-align: center;
}
#sayt_results li img {
    max-height: 60px;
    max-width: 60px;
    margin-right: 0.5rem;
}