#header-section{
    height: 100px;
}

#hi-bottom {
    display: none;
}

#docs-sec{
    background-color: rgb(219, 219, 219);
}


#mni-oft{
    display: inline-block;
    width: 100%;
    height: 250px;
}


#mni-oft-con{
    display: inline-block;
    width: 100%;
    max-width: 500px;
    height: 100%;
}

#mni-oft-bottom{
    display: inline-block;
    width: 100%;
    height: 200px;
}


.doc-template{
    display: inline-block;
    vertical-align: top;
    width: 125px;
    height: 200px;
    cursor: pointer;
}

.template-frame{
    display: inline-block;
    width: 100%;
    height: 175px;
    border: 1px solid gray;
    background-color: white;
}


#empty-doc-ti{
    font-weight: normal;
    color : black;
    font-size: 18px;
    white-space: nowrap;
}


#open-file{
    display: inline-block;
    vertical-align: top;
    width: 350px;
    height: 200px;
    float: right;
}

#open-file-con{
    display: inline-block;
    width: 90%;
    height: 70%;
    border: 2px dashed black;
    top: 45%;
}


#open-file-button{
    display: inline-block;
    width: 90%;
    height: 45px;
    background-color: lightseagreen;
    cursor: pointer;
}

@media screen and (max-width : 640px) {

    #mni-oft-bottom{
        height: 400px;
    }

    #empty-doc,#open-file{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    #open-file{
        top: 200px;
    }

}

@media screen and (max-width : 360px){
    #open-file{
        width: 100%;
    }
}