.popup .newshare .items {
    display: flex;
    height: 100%;
    min-height: 200px;
    margin-top: 10px;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    max-height: none !important;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}

.popup .newshare .items > .hgroup {
    flex: 1;
    display: flex;
    max-width: 300px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #333;
    box-sizing: border-box;
    margin: 2px;
    padding: 5px;
    width: fit-content;
}

.popup .newshare .items .hgroup .item {
    display: inline-block;
}

.popup .newshare .items .bdel {
    background-color: transparent;
    color: white;
    border: 0px;
    
    display: inline-block;
    /* align-items: center; */
    /* justify-content: center; */
    
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    box-sizing: border-box;
}
