.adminEmbed-tab-pane {
    position: relative;
}

.adminEmbed-block-overlay {
    z-index: 5;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}

.adminEmbed-block-overlay-message {
    margin-top: 100px;
    text-align: center;
}

.adminEmbed-tab-link {
    padding:0 !important;
    cursor: pointer;
}

.adminEmbed-tab-label {
    margin: 0;
    padding: 8px 12px;
}

.adminEmbed-tab-label > input {
    position: absolute;
    left: -15000px;
}

.adminEmbed-code-wrap {
    margin-bottom: 16px;
}

.adminEmbed-code {
}

.adminEmbed-preview-wrap {
    padding: 0 10px 10px;
    background: #f2f2f2;
}

.adminEmbed-preview-link {
    display: block;
    margin-bottom: 10px;
}

.adminEmbed-size {
    display: block;
    padding: 2px 0 0 3px;
    border: solid 1px #ccc;
    margin-right: 10px;
    float: left;
    background: #eee;
    position: relative;
    overflow: hidden;
}

.adminEmbed-size.selected {
    border: solid 2px #555;
}

.adminEmbed-size input {
    position: absolute;
    top: -50px;
}

#adminembed-warning-alert {
    position: relative;
}

#adminembed-warning-button-group {
    position: absolute;
    top: 5px;
    right: 10px;
}
