.etabs {
    position:absolute;
    top:120px;
    right:20px;
    z-index: 10000;
}

.etabs .tab {
    width:50px !important;
    height:50px !important;
    border-radius:50% !important;
    font-size:1.3em;
    line-height:35px !important;
    border:solid 4px #0f232a !important;
    background:#875681 !important;
    color:#FFF;
    vertical-algin:middle;
    display:block;
    margin-right:10px;
}

.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:#8d1d80 !important;
    top:0 !important;
    margin:0 !important;
    margin-right:10px !important;
    padding:0 !important;
}

.tab-container .panel-container {
    padding:0;
    height:636px !important;
    border:none;
    background:none;
}

#chart {
    position:relative;
    top:260px;
    left:130px;
    width: 650px;
}

#chart img {
    width:650px;
    position: absolute;
    top: 0;
    left: 0;
}

input.lil {
    width:55px;
    height:53px;
    border:none;
    position:absolute;
    /*background:rgba(255,0,0,0.3);*/
    background:none;
    top:216px;
    left:809px;
    text-align:center;
    font-size:1.8em;
}

input.lil.incorrect {
    color:red;
}

input.lil.correct {
    color:green;
}

.btnEquiv {
    width:250px;
    height:70px;
    background:#eb7f26;
    font-size:1.8em;
    border-radius:10px;
    box-shadow:inset 0 -5px rgba(0,0,0,0.3);
    color:#FFF;
    line-height:70px;
    position:absolute;
}

.btnEquiv:hover {
    cursor:pointer;
}