.page[name='addresses'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 64px;
}
.page[name='addresses'] > .header > .side:first-child > .button {
    padding: 20px;
}
.page[name='addresses'] > .header > .side > .button > img {
    display: block;
    height: 24px;
}
.page[name='addresses'] > .header > .center {
    display: table;
    width: calc(100% - 135px);
    height: 100%;
    text-align: center;
}
.page[name='addresses'] > .header > .center > div {
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
.page[name='addresses'] > .header > .side:last-child > .button {
    font-weight: 600;
    padding: 21.5px 20px;
}
.page[name='addresses'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
}
.page[name='addresses'] > .content > .items {
    overflow: hidden;
    width: 100%;
}
.page[name='addresses'] > .content > .items > .message {
    padding-top: 20px;
    padding-left: 20px;
}
.page[name='addresses'] > .content > .items > .item {
    height: 100px;
    white-space: nowrap;
    transition: transform 0.2s;
}
.page[name='addresses'] > .content > .items > .item > table {
    width: 100%;
    display: inline-block;
    border-spacing: 0;
}
.page[name='addresses'] > .content > .items > .item > table > tbody > tr > td {
    height: 100px;
}
.page[name='addresses'] > .content > .items > .item > table > tbody > tr > td:first-child > img {
    width: 32px;
    height: 32px;
}
.page[name='addresses'] > .content > .items > .item > table > tbody > tr > .side {
    white-space: normal;
}
.page[name='addresses'] > .content > .items > .item > table > tbody > tr > .side > div[key='title'] {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
}
.page[name='addresses'] > .content > .items > .item > table > tbody > tr > .side > div[key='description'] {
    font-size: 142x;
}
.page[name='addresses'] > .content > .items > .item > .operations {
    display: inline-block;
    height: 100px;
    width: 140px;
    overflow: auto;
}
.page[name='addresses'] > .content > .items > .item > .operations > .button {
    width: 74px;
    height: 100px;
    text-align: center;
    display: inline-block;
    margin-left: -4px;
}
.page[name='addresses'] > .content > .items > .item > .operations > .button > img {
    margin: 20px auto 12px;
    display: block;
}