.whereBox {
    width: 100%;
    border: 1px solid #cdcdcd;
}

.item {
    border-bottom: 1px solid #E9E9E9;
    overflow: hidden;
    height: auto;
}

.whereBox .item:last-child {
    border-bottom: 0px solid #E9E9E9;
}

.renovation_style a,.renovation_style span {
    height: 20px;
    margin: 6px 16px;
    line-height: 20px;
    color: #414141;
    font-size: 12px;
    min-width: 52px;
    line-height: 20px;
}

.whereBox .item .on {
    background-color: #008d49;
    color: #fff;
}

.whereBox .item .on:hover {
    color: #fff;
    text-decoration: none;
}

.links-container,.extra-links {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.renovation_style .backd {
    margin: 6px 16px;
}

.renovation_style.active-style {
    height: 64px;
}

a.delete_html {
    text-align: center;
    min-width: 52px;
}
.item-0Items {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.group {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}
