#tour-expand-all{
float: right;
background: #fff;
border: 1px solid #eee;
border-radius: 20px;
height: 35px;
padding: 0 20px;
font-size: 13px;
cursor: pointer;
margin-right: 10px;
}
.tour-desc-item .tour-desc-text {
text-align: center;
}
.tour-acc-content .tour-acc-text {
float: none !important;
width: 100% !important;
}
.tlc-short-item {
text-align: center;
}
.main-tour-list .tour-view-list .tlc-short-info strong {
white-space: normal !important;
}
@media (max-width: 600px){
.single-ht_tour .tour-desc-item {
width: 49%;
float: none;
display: inline-flex;
margin-bottom: 5px;
}
}