/*ADD PARTICIPANTS*/
.participant-item {
   margin-bottom: 3px;
}

.add-participant {
   margin: 0 0 0 8px;
}

.remove-participant {
   margin: 0;
}

.addcomment-title.main {

   text-align: center;
}

.addcomment-title.main .text {
   font-size: 24px;
}

.type-description {
   font-size: 10px;
   margin-left: 38px;
   /*text-align: center;*/
}

.price {
   font-size: 20px;
   font-weight: bold;
}

.discount-info {
   font-size: 16px;
   font-weight: bold;
}

.small {
   font-size: 12px;
}

.add-next-participant {
   padding-bottom: 10px;
}

.btn-md {
   height: 34px;
}

.apply-form .input .submit-input {
   position: static;
   margin-bottom: 0px;
   width: 100%;
}

.type-item.panel {
   margin-bottom: 0;
}


/* HOTEL */

.add-hotel {
   margin: -8px 0 0 8px;
}

.panel-body h2 {
   font-size: 18px;
   font-weight: bold;
}

.panel-body h3 {
   font-size: 14px;
   font-weight: bold;
}

dt {
   font-weight: bold;
}

.checkbox {
   margin-left: 20px;
}

.hotel-name {
   font-size: 14px;
   font-weight: bold;
}

.hotel-description {
   font-size: 11px;
}