.fullmod {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -moz-box-shadow: 0 0px 10px #666;
    -webkit-box-shadow: 0 0px 10px #666;
    box-shadow: 0 0px 10px #666;
    padding: 20px;
    z-index: 1060;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
    overflow: auto;
}

    .fullmod.fullmod-hidden {
        visibility: hidden;
    }

    .fullmod.fullmod-hiding {
        overflow: hidden;
    }

    .fullmod .fullmod-content .fullmod-head .title {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .fullmod .fullmod-content .fullmod-head .buttons {
        position: absolute;
        top: 10px;
        right: 20px;
    }

        .fullmod .fullmod-content .fullmod-head .buttons > a {
            font-size: 3em;
            color: #333;
            filter: alpha(opacity=30);
            -moz-opacity: 0.3;
            opacity: 0.3;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            text-decoration: none;
        }

            .fullmod .fullmod-content .fullmod-head .buttons > a:hover {
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                opacity: 0.5;
            }

.fullmod-open {
    overflow: hidden;
}
