/*
 * Child Theme Labels admin
 */

.wrap.child-theme-labels th {
    width: auto;
}

.wrap.child-theme-labels p {
    font-size: 14px;
}

.ib {
    display: inline-block;
    vertical-align: top;
}

.screenshot-wrap {
    margin-left: 2em;
    width: 325px;
    height: 265px;
    background: #EEE;
    background: url(screenshot.png);
    position: relative;
}

.screenshot {
    position: absolute;
}
