.component-account .icon {
    font-size: 2em;
}
.component-account .account-name {
    font-size: 1.2em;
}
.component-field-button .component-button {
  flex: 0 0 auto;
}
.component-field-login-submit .component-button-login {
    flex: 0 0 13em;
}
.component-field-vote-submit .component-button-vote {
    flex: 0 0 13em;
}
.component-grid {
    display: table;
}

.component-grid .grid-head {
    display: table-header-group;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.component-grid .grid-body {
    display: table-row-group;
    flex: 1 1 auto;
    line-height: 1.3;
    letter-spacing: 0.02em;
    gap: 0;
}

.component-grid .grid-row {
    display: table-row;
    width: auto;
    padding: 0;
}

.component-grid .grid-row + .grid-row {
    margin-top: 0;
}

.component-grid .grid-cell {
    display: table-cell;
}

.component-grid .grid-cell + .grid-cell {
    border-top: none;
}

.component-grid .grid-cell-label {
    display: none;
}

.component-grid .grid-cell-value {
    border-bottom: none;
}
.component-table .grid-head {
    background: #cddbf1;
}

.component-table .grid-head,
.component-table .grid-body {
    border: solid 1px #aaa;
}

.component-table .grid-row + .grid-row {
    border-top: solid 1px #aaa;
}

.component-table .grid-cell + .grid-cell {
    border-left: solid 1px #aaa;
}

.component-table .grid-cell.cell-name .grid-cell-value {
    text-align: center;
}
.component-table-targets .cell-no {
    width: 3em;
    text-align: center;
    font-weight: bold;
}

.component-table-targets .cell-name {
    width: 12em;
}

.component-table-targets .cell-file {
    width: 8em;
    text-align: center;
}
.component-table-results .cell-no {
    width: 3em;
    text-align: center;
    font-weight: bold;
}

.component-table-results .cell-name {
    width: 12em;
}

.component-table-results .cell-votes {
    width: 4em;
    text-align: center;
}
.component-title-site .component-image-logo {
    width: 120px;
}
.component-fieldset-vertical > .set-fields {
    grid-template-columns: minmax(12em, auto) 1fr;
}
.component-fieldset-vertical .component-field {
    display: contents;
}
.component-fieldset-vertical .field-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    border: none;
    margin: 0;
    grid-column: 1;
    grid-row: span 1;
}
.component-fieldset-vertical .field-body {
    grid-column: 2;
    grid-row: span 1;
}
.component-pager .pager-current,
.component-pager .pager-page {
	display: block;
}
.component-deflist {
    display: grid;
    grid-template-columns: minmax(8em, auto) 1fr;
    overflow: hidden;
}

.component-deflist dt {
    text-align: right;
    font-weight: bold;
    border-bottom: none;
    padding-right: 12px;
}

.component-deflist dd {
    margin: 0;
}
.component-editor-content [data-float="left"],
.component-editor-content .float-l-pc {
    float: left;
    margin: 0 0.8em 0.8em 0;
}

.component-editor-content [data-float="right"],
.component-editor-content .float-r-pc {
    float: right;
    margin: 0 0 0.8em 0.8em;
}




