.etabs {
    float:right;
    z-index: 10000;
}

.etabs .tab {
    margin:5px;
    background:#a59b6b !important;
    border:solid 10px #614129 !important;
    height:50px;
    width:140px;
    text-align:center !important;
    padding:0 !important;
    color:#FFF !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
}

.etabs .tab a {
    color:#FFF !important;
    text-decoration:none;
    width:60px;
    height:60px;
    display:inline !important;
    line-height:50px !important;
    font-size:2em !important;
    text-shadow: 0 2px 0px rgba(0,0,0,0.3);
}

.etabs .tab.active {
    background:#a59b6b !important;
}

.tab-container .panel-container {
    padding:0;
    height:638px;
    border:none;
    background:none;
}

.inputs {
    position:absolute;   
}

.inputs input {
    font-size:1.5em;
    box-sizing:border-box;
    padding:5px;
    display:block;
}

input.lil.one {
    height:39px;
    width:545px;
    border:none;
    margin-bottom:3px;
    background:none;
}

input.lil.two {
    height:39px;
    width:342px;
    border:none;
    margin-bottom:3px;
    background:none;
}

input.big.one {
    height:162px;
    width:342px;
    border:none;
    margin-bottom:3px;
    background:none;
    display:block;
}

input.big.one:last-child {
    height:150px;
}

input.big.two {
    height:162px;
    width:494px;
    border:none;
    margin-bottom:3px;
    background:none;
    display:block;
}

input.big.two:last-child {
    height:150px;
}