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