.hotel_booking_calendar{
	padding: 15px;
}
.calendar_setup{
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.calendar_setup select{
	margin-top: 50px;
}
hotel-calendar{
	float: right;
    width: 70%;
}
.hotel_block_pull_left{
    float: left;
    width: 50%;
}
.pull_room{
    float: left;
    width: 50%
}
.block-message{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.block-message.success{
    color: #28A220;
}
.block-message.error{
    color: #E66A12;
}
.remove-plan{
    display: block;
}