.quantity_fields {
  width: 60px;
  margin-right: 5px;
}
.linked-guest .control-label {
  width: 100px;
  text-align: right;
}
.linked-guest .controls {
  margin-left: 120px;
}
.btn-text-remove {
    font-family: lato;
    font-weight: bold;
}

.quantity label.control-label {display: none;}
.quantity .controls {margin-left: 0;}
.remove-button {color:red;cursor: pointer;margin-top: 20px;}
.inc_dec_button {cursor: pointer;}
td.article .add-linked-guest, td.article .remove-linked-guest {display: none;}

@media (max-width: 960px){
  .linked-guest .control-label{
    float: none;
  }
  .linked-guest .controls {
    margin-left: 0px;
  }
}
