.etabs {
    position:absolute;
    right:22px;
    z-index: 100;
}

.etabs .tab {
    margin:7px;
    background:#FBBA00 !important;
    border:solid 5px white !important;
    height:60px;
    width:60px;
    text-align:center !important;
    padding:0 !important;
    color:#FFF !important;
}

.etabs .tab a {
    color:#FFF !important;
    text-decoration:none;
    width:60px;
    height:60px;
    display:inline !important;
    line-height:60px !important;
    font-size:3em !important;
}

.etabs .tab.active {
    background:#D49F08 !important;
}

.tab-container .panel-container {
    padding:0;
    height:638px;
    border:none;
    background:none;
}

select {
    position:absolute;
    top:390px;
    z-index:20;
    right:150px;
    width:280px;
    font-size:1.5em;
    padding:10px;
    color:#000;
    border:3px dashed #000;
    border-radius:10px;
}

select:last-child {
    top:560px;
}