﻿#export-init-done {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.9);
    font-size: 200%;
}
    #export-init-done.transparent {
        background-color: rgba(232, 232, 232, 0.95);
    }
    #export-init-done table {
        width: 100%;
        height: 100%;
    }
    #export-init-done td {
        text-align: center;
        vertical-align: middle;
    }
#cont-export {
    z-index: -100;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 1vw;
    bottom: 0px;
    width: 25%;
    height: calc(100% - 1vw - 15% - 0.5vw);
    background-color: rgba(38, 38, 38, 0.9);
    color: white;
    overflow: hidden;
}
#export-title {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    text-align: left;
    font-size: 160%;
}
#export-desc {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    text-align: left;
    font-style: italic;
}
#export-ico {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12%;
    margin-bottom: 12%;
}
    #export-ico table {
        width: 100%;
        height: 100%;
    }
    #export-ico td {
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        line-height: 0px;
    }
        #export-ico td img {
            cursor: pointer;
            border: none;
            vertical-align: middle;
            margin-left: 10%;
            margin-right: 10%;
            width: 23%;
            height: auto;
        }
            #export-ico td img:hover {
                opacity: 0.5;
            }
#export-tip {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-style: italic;
}