.tab-container .etabs {
    background:#006633;
    border-radius: 10px;
    position: absolute;
    top:130px;
    right:35px;
    z-index: 10;
}

.tab-container .etabs .tab {
    background:#64B238;
    border:solid 2px #006633;
    border-radius:0 10px 10px 0;
    padding:0;
    transition:all 0.1s ease;
}

.tab-container .etabs .tab:hover {
    filter:brightness(0.9);
    -webkit-filter:brightness(0.9);
    -moz-filter:brightness(0.9);
}

.tab-container .etabs .tab.active {
    background:#006633;
    border:solid 2px #006633;
    padding:0;
    top:0;
    margin:0;
}

.tab-container .etabs .tab:first-child {
    border-radius:10px 0 0 10px;
}

.tab-container .etabs .tab:last-child {
    margin-left:-5px;
}

.tab-container .etabs .tab a {
    color:#FFF;
    text-decoration:none;
}

.tab-container .etabs .tab a:hover {
    text-decoration: none;
}

.tab-container .panel-container {
    background:none;
    padding:0;
    height:636px;
    border:none;
}

input {
    background:none;
    border:none;
    width:56px;
    height:56px;
    position:absolute;
    right:528px;
    text-align:center;
    font-size:2.5em;
    vertical-align:middle;
    color:#FFF;
    overflow:hidden;
    text-transform:uppercase
}