.travel-title {
     font-size: 100%;
    line-height: 150%;
    border-left-color: #F60;
    display: block;
    padding: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
    background-color: #F3F3F3;
    width: 95%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    border-left-width: 5px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCC;
    height: 40px;
}

.travel-sub-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-left: 25px;
    margin-bottom: 10px;
}

.travel-title-h2 {
    margin: 0;
    font-size: 20px;
}

.travel-table {
    margin-bottom: 15px;
}

.mgU15 {
    border: solid 1px gray;
    margin-bottom: 10px;
}

.travel-form {
    width: 90%;
    margin: auto;
}
.travel-table-tr {
    padding: 10px;
    border: solid 1px gray;
    margin-bottom: 0;
    font-size: 15px;
}

.travel-table-tr dt {
    margin-bottom: 5px;
}

.travel-table-tr span {
    color: red;
}

.travel-name-txt {
    color: black !important;
}

.travel-table-textarea {
    width: 97%;
    height: 120px;
    margin-right: auto;
    margin-left: auto;
    resize: none;
    border: solid 1px black;
}

.travel-btn-area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    direction: rtl;
}

.travel-btn-area li {
    width: 38%;
    vertical-align: top;
    margin: 2%;
    direction: rtl;
    display: inline-block;
}

.travel-btn-pink {
    display: block;
    width: 100%;
    color: #FFF !important;
    font-size: 120%;
    background-color: #ff339a;
    border: none;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    text-decoration: none !important;
    margin: 0;
}

.travel-btn-gray {
    display: block;
    width: 100%;
    font-size: 120%;
    font-weight: normal;
    background-color: #cccccc;
    border: none;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    text-decoration: none !important;
    margin: 0;
}

.tarve-text {
    padding: 10px;
    font-size: 16px;
}