.tbs-button-group {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: left;
}

.seResponsive .content-block-column .tbs-button-group .btn {
 margin-bottom: 11px;
 min-width: 202px;
}

@media only screen and (min-width: 992px) {
 .seResponsive .content-block-column .tbs-button-group .btn:first-child {
 margin-right: 15px;
 }
}

@media only screen and (max-width: 991px) {
 .tbs-button-group {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 }
}

.tbs-rental-options h5 {
 margin-top: 22px;
 margin-bottom: 4px;
}