.page[name='places'] > .header {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 64px;
}
.page[name='places'] > .header > .side > .button {
    padding: 20px;
}
.page[name='places'] > .header > .side > .button > img {
    display: block;
    height: 24px;
}
.page[name='places'] > .header > .side:last-child > .button:not(.active) > .new {
    display: none;
}
.page[name='places'] > .header > .side:last-child > .button > .new {
    position: absolute;
    width: 7px;
    height: 7px;
    top: 23px;
    border-radius: 50%;
}
.page[name='places'] > .header > .side:last-child > .button > .new.animation {
    animation: heartbeat 5s infinite;
    opacity: 0.5;
}
.page[name='places'] > .header > .side:last-child > .button:not(.active) > .new {
    display: none;
}
.page[name='places'] > .header > .center {
    display: table;
    width: calc(100% - 193px);
    height: 64px;
    text-align: center;
}
.page[name='places'] > .header > .center > div {
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
.page[name='places'] > .content {
    position: absolute;
    top: 64px;
    bottom: 0;
    overflow-y: auto;
}
.page[name='places'] > .content > .tableWrapper > .fTable > .content > table {
    border-collapse: collapse;
    width: 100%;
}
.page[name='places'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td:not([colspan]) {
    overflow: hidden;
    padding: 8px;
}
.page[name='places'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td:not([colspan]):first-child {
    padding-left: 20px;
}
.page[name='places'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td:not([colspan]):last-child {
    padding-right: 20px;
}
.page[name='places'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td[colspan] {
    padding: 12px 20px;
}
.page[name='places'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .button {
    border-radius: 8px;
    display: inline-block;
    padding: 4px 8px;
    vertical-align: middle;
    margin-bottom: 4px;
    font-weight: 500;
}
.page[name='places'] > .button[key='add'] {
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.page[name='places'] > .button[key='add'] > img {
    width: 100%;
    height: 100%;
}