fieldset .item.vcard {
    width: auto;
    min-width: 560px;
}

.vcard {
    position: relative;
    display: inline-block;
}

.vcard ul {
    padding: 5px 10px 10px 6px;
    background: #fff;
    border: solid 1px #C0C0C0;
}

.vcard ul li {
    line-height: 20px;
}

.vcard ul li span {
    display: inline-block;
    width: 146px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 16px;
}

.vcard ul li span * {
    display: inline-block;
}

.vcard ul i, .vcard .vcard-actions, .vcard .switch-button {
    font-size: 16px;
    color: #3b7fc4;
    margin-right: 5px;
}

.vcard ul .blue {
    color: #3b7fc4;
}

.vcard ul i.valid {
    color: #7AC943;
}

.vcard ul i.not-valid {
    color: #EA5B0F;
}

.vcard .vcard-actions {
    position: absolute;
    top: 3px;
    right: 0;
    width: 16px;
    height: 16px;
}

.vcard-container {
    position: relative;
}

.vcard-container div.vcard {
    position: absolute;
}

.vcard .switch-button {
    position: absolute;
    right: -27px;
    padding: 0;
    width: 22px;
    height: 22px;
}

.vcard .switch-button::before {
    margin-left: 3px;
    margin-top: 2px;
}

.vcard .switch-button.first {
    top: 10px;
}

.vcard .switch-button.second {
    top: 33px;
}

.vcard.active .switch-button {
    background-color: #fff;
    border-top: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
    border-bottom: solid 1px #C0C0C0;
}

.vcard.inactive .switch-button {
    background-color: #C0C0C0;
    border: solid 1px #C0C0C0;
    cursor: pointer;
    color: #fff;
}

.vcard.active {
    z-index: 11;
}

.vcard.inactive {
    z-index: 10;
}

.vcard .vcard-actions:hover {
    color: #ccc;
}

.vcard ul.menu {
    background-color: #fff;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 99;
    padding: 3px 3px 3px 3px;
    border: none;
}

.vcard ul.menu li {
    cursor: pointer;
    color: #3B7FC4;
}

.vcard ul.menu li::before {
    margin-right: 5px;
    font-size: 16px;
}

.vcard ul.menu li:hover {
    background-color: #F7F4F4;
}

.vcard-container .item {
    padding-left: 206px;
}