﻿.pic-content > * {
    display: inline-flex;
    height: 100%;
}

.wrap-left {
    width: 360px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 32px;
}

.wrap-center {
    width: 158px;
    border-right: dashed 1px #CCC;
    border-left: dashed 1px #CCC;
}

.wrap-right {
    flex-grow: 1;
    flex-shrink: 1;
}

#result-base64 {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 10px;
    resize: none;
    border: none;
}

.wrap-left > dl {
    width: 300px;
}

    .wrap-left > dl > dt {
        display: flex;
        height: 300px;
        border: 1px solid #8899AA;
        background: url(/images/bgNull.gif) #FFF center center repeat;
        background-size: 8px;
        justify-content: center;
        align-items: center;
    }

.wrapImg > img {
    max-width: 250px;
    max-height: 250px;
}

.wrap-center {
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
}

    .wrap-center > button {
        width: 132px;
        height: 33px;
        margin-bottom: 12px;
    }
