:focus { outline: none; }

.navbar{
    margin-left:auto;
    margin-right:auto;
    display: table;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom: 0px solid #000000;
}

.navbar::-webkit-scrollbar {
    display: none;
}
.holder{
   border-bottom-style: solid;
   border-bottom-width: 2px;
   padding-bottom: 10px;
   width:100%;
   text-align:center;
}

.holder ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 20px;
    float:left;
    list-style-type: none;
    display: inline;
    clear: left;
    background: #eaeaea;
    color: #eaeaea;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-margin-before:0px;
    -webkit-margin-after:0px;
}

.holder ul li.title {
    height:20px;
    max-height:20px !important;
    cursor: default !important ;
    border: 0px solid #FFFFFF;
    border-bottom: 0px solid #cccccc;
    background: #eaeaea;
    color: #000000;
}

.holder ul li {

    display:inline-block;
    border: 1px solid #cccccc;
    background: #eaeaea;
    font-weight: bold;
    color: #1c94c4;
    outline: none;
    float: left;
    min-width:5px;
    max-width: 30px;
    padding: 0 1.5 0 1.5;
    text-align: center;
    cursor: pointer !important;
    margin: 0 0 0 0;
}
.holder ul li.active{
        background: #9EC6EB !important;
}
.holder ul li.disabled{
	    color: #D6EAF1;
	  text-decoration: line-through;
	cursor:default !important;
}
.image{
    margin-left:auto;
    margin-right:auto; 
    width:80%;
}
.img{
    margin:auto;
    display:block;
    width:80%;
    }
.colorbar{
   vertical-align:top;
}
