.container-2cols-33-66-width .t3-page-column-206 {
    width: 33%;
}

.container-2cols-33-66-width .t3-page-column-205 {
    width: 67%;
}

.container-2cols-66-33-width .t3-page-column-206 {
    width: 33%;
}

.container-2cols-66-33-width .t3-page-column-205 {
    width: 67%;
}

.edit-link {
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 8px;
    background: #ffffbf;
}

/* Show item label beneath each thumbnail in selectIcons field wizard */
.form-wizard-icon-list-item {
    text-align: center;
}

.form-wizard-icon-list-item > button[title] {
    position: relative;
    padding-bottom: 1.8em;
}

.form-wizard-icon-list-item > button[title]::after {
    content: attr(title);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    padding: 0 4px;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}