.booking-item__form th{
    text-align: left;
    padding-right:15px;
}

.booking-item__form td{
    width:300px;
}

.booking-item__form td input{
    width:90%;
    margin: 0 10px;
}

.booking-item__form ul{
    list-style:none;
    padding-left: 10px;
    margin-top: 0;
}

.booking-item__p{
    margin-bottom: 5px;
    font-size: 1.2em;
}

.booking-item__p-sub{
    margin-top: 5px;
    font-size: 0.6em;
}

.booking-item__instax-price{
    margin-top: 5px;
	margin-bottom: 5px;
    font-size: 0.8em;	
}

.booking-item__info-title{
    margin-bottom: 0;
}

.booking-item__title p{
    margin: 0;
}

.booking-item__title a{
    color:#000;
}

.booking-item__input input{
	width:400px;
}

@media screen and (max-width: 600px) {
	.booking-item__input input{
		max-width:80%;
	}
}