.etabs {
    float:right;
    z-index: 100;
}

.etabs .tab {
    margin:10px;
    background:#009640 !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:#006027 !important;
}

.tab-container .panel-container {
    padding:0;
    height:638px;
    border:none;
    background:none;
}

select {
    position:absolute;
    bottom:30px;
    z-index:20;
    right:40px;
    font-size:3em;
    padding:10px;
    color:#FFF;
    background:#eb7f26;
    border:5px solid #FFF;
    border-radius:10px;
}

input {
    position:absolute;
    bottom:30px;
    z-index:20;
    right:140px;
    font-size:3em;
    padding:10px;
    color:#FFF;
    background:#eb7f26;
    border:5px solid #FFF;
    border-radius:10px;
    width:290px;
    text-align:center;
}

.check {
    position:absolute;
    bottom:33px;
    right:40px;
    width:80px;
    height:80px;
    font-size:3em;
    background:#eb7f26;
    color:#FFF;
    border-radius:50%;
    line-height:80px;
    text-shadow:0 0 10px rgba(0,0,0,0.3);
}

.check:hover {
    transform:scale(1.05,1.05);
    cursor:pointer;
}

.check:active {
    transform:scale(0.95,0.95);
}

.multiple select {
    font-size:1.5em;
    background:#FFF;
    color:#000;
    bottom:250px;
    right:256px;
}

.multiple select:first-child {
    bottom:400px;
    right:256px;
}

.multiple select:last-child {
    bottom:110px;
    right:256px;
}