
#template-export {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#template-export .opaque {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
    background: #000000;
}

#template-export .frame {
    position: absolute;
    top: 40px;
    left: 60px;
    padding: 20px;
    width: 1040px;
    background: #EEEEEE;
    border: 1px solid #444444;
    border-radius: 10px;
}

#template-export .frame::after {
    display: block;
    content: ' ';
    visibility: hidden;
    height: 0;
    clear: both;
}

#template-export textarea {
    float: left;
    margin: 0;
    padding: 5px;
    font-family: monospace;
    width: 820px;
    height: 820px;
    resize: vertical;
}

#template-export .items {
    float: left;
    margin-top: 1px;
    margin-left: 30px;
    width: 160px;
}

#template-export .item {
    margin-bottom: 10px;
}

#template-export .item a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #0066DD;
    border-radius: 5px;
    transition: all 0.1s linear;
}

#template-export .item a:hover {
    background: #1177EE;
}
