#single-and-multi-target-selection {
    display: block;
    width: 100%;
    height: 100%;
}
#single-and-multi-target-selection .all-patches {
    margin-top: 5px;
}
#single-and-multi-target-selection .patches-container {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
#single-and-multi-target-selection .target-element {
    position: relative;
    clear: none;
    display: inline-block;
    float: left;
    height: 50px;
    width: 50px;
    margin: 1px;
}
#single-and-multi-target-selection .selected-target {
    border: 2px dashed blue;
    top: -2px;
    left: -2px;
    height: 54px;
    width: 54px;
    position: absolute;
}
#single-and-multi-target-selection .undefined-placeholder {
    position: absolute; 
    top: 21px;
    text-align: center;
    font-size: 9px;
    width: 100%;
}
#single-and-multi-target-selection .add-target {
    color: rgba(196, 196, 196, 1);
    text-align: center;
    font-size: 24px;
    clear: none;
    display: inline-block;
    float: left;
    height: 50px;
    width: 50px;
    border: 1px solid rgba(196, 196, 196, 1);
    margin: 1px;
    padding-top: 7px;
}
#single-and-multi-target-selection .add-target:hover {
    color: #000000;
    cursor: pointer;
}
#single-and-multi-target-selection .select-target-button-container {
    color: rgba(196, 196, 196, 1);
    position: absolute;
    left: 4px;
    top: 2px;
}
#single-and-multi-target-selection .select-target-button-container:hover {
    color: #000000;
    cursor: pointer;
}
#single-and-multi-target-selection .remove-target-button-container {
    color: rgba(196, 196, 196, 1);
    position: absolute;
    right: 4px;
    top: 2px;
}
#single-and-multi-target-selection .remove-target-button-container:hover {
    color: #000000;
    cursor: pointer;
}
#single-and-multi-target-selection .edit-job-measurement-recipe-for-target {
    display: inline-block;
    border: 1px solid rgba(196, 196, 196, 1);
    margin-top: 12px;
    padding: 4px;
    width: 100%;
}
