div#main_description {
    color: white;
    text-shadow: 1px 1px 5px black;
}

#main #main-content #sb_content.masked #main-buttons .wrapper #contacts_data {
    visibility: visible;
    opacity: 1;
}

div#steps {
    display: flex;
    flex-direction: column;
}

div#sb_booking_company_time {
    float: none !important;
    text-align: left !important;
}

div#sb_booking_content {
    margin-top: 0 !important;
}

div#time-settings {
    display: flex;
    justify-content: center;
}

.time > :first-child {
    display: none;
}

.time {
    font-size: 30px !important;
}

div#time-settings {
    border: 2px solid white;
    padding: 10px !important;
    background: #0c356c;
}

div#sb_change_timezone {
	background-image: !important
}

div#sb_change_timezone {
    background-image: none !important;
    border: 2px solid white;
    width: unset !important;
    height: unset !important;
    border-radius: 0 !important;
    padding: 5px 25px !important;
}
div#sb_change_timezone:hover {
	background-color: white;
	color: #0c356c;
	
}

div#sb_change_timezone > span {
	display: block !important;
	text-transform: uppercase;
}