﻿.no-border{
    border:none;
}
.top-rounded{
   border-top-left-radius:24px !important;
   border-top-right-radius:24px !important;
}

.bot-rounded {
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}

.margin-top-custom-1{
    margin-top:5px
}

input.baggage-count {
    min-width: 20px;
    max-width: 75px;
    -moz-appearance: textfield;
}