.input-number {
    text-align: right;
}
.form-inline label {
    justify-content: left;
}
.booking-grid {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
.bulky {
    border-style: solid;
    border-width: 5px;
    border-color: #3490dc;
}
#gridError {
    overflow-wrap: break-word;
}
ul.legend {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
ul.legend li {
   display: flex;
   margin-right: 10px;
   align-items: center;
}
ul.legend li span {
    border: 1px solid #ccc;
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 2px;
}
