 #submitSearchQueryForm {
     padding-top: 5px;
     padding-bottom: 5px;
 }


 label {
     font-weight: 600;
     font-size: 15px;
 }

 .result-wrapper {
     transition: transform .3s;
 }

 .result-wrapper:hover {
     /* transform: scale(1.01); */
     background-color: #f7f7f7;
     /* border: 1px solid #DEDEDE; */
 }

 #transportation-details-result {
     font-size: 16px;
 }

 .alert {
     margin-bottom: 0px;
 }

 .result-comment p {
     font-size: 15px;
 }

 .result-other-info span,
 a {
     font-size: 16px;
 }

 .result-other-info i {
     font-size: 20px;
     color: #474747;
 }

 .bold-link {
     font-weight: 700;
 }