* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

html {
    background-color: #ece6d9;
}

/* 

base coms

*/

.btnwrap {
    padding: 15px;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #999;
    background-color: white;
}

.inpwrap {
    padding: 10px 15px 0px;
}

.inpwrapbox {
    padding: 5px;
    background-color: white;
    box-shadow: 0px 0px 10px #333 inset;
    border-radius: 5px;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
}

.inp {
    width: 100%;
}

table {

    border-spacing: 7px !important;
}

table td {
    box-shadow: 0 2px 10px #bbb;
}

/*  */

.top,
.left,
.right,
.center {
    position: fixed;
}

.top {
    top: 0;
    left: 0;
    right: 0;
    height: 39px;
    border-bottom: 1px solid #bbb;
}

.left,
.right,
.center {
    top: 40px;
    bottom: 0;
}

.left,
.right {
    width: 250px;
}

.left {
    width: 300px;
    left: 0;
    border-right: 1px solid #aaa;
}

.right {
    right: 0;
    border-left: 1px solid #aaa;
}

.center {
    left: 301px;
    right: 251px;
    overflow: auto;
    box-shadow: 0 0 10px #333 inset;
}

/*  */

.centerpaper {
    position: relative;
    top: 50%;
    left: 50%;
    background-color: white;
    transform: translate(-50%, -50%) scale(.8);
    box-shadow: 5px 5px 10px #999;
    /* transform-origin: 0; */
}

.linex,
.liney {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.linex {
    border-bottom: 1px solid #999;
    width: 100%;
}

.liney {
    border-left: 1px solid #999;
    height: 100%;
}