.component-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.action-wrapped-component {
    flex: 0 0 264px;
    padding: 5px 10px 5px 0;
}

.content-action {
    text-decoration: none;
}

.component {
    display: inline-block;
    width: 250px;
    height: 250px;
    border: solid black 2px;
    border-radius: 7px;
    padding: 5px;
}

.component > span {
    display: block;
}

/* content-editor styles */
label.radio-label {
    flex: 0 0 175px;
}