  ul.tabset {height: auto;list-style: none;margin: 0;padding-left: 0 !important;padding: 0;}
.tabset li {
    list-style:none;
    margin: 0; padding: 0;
    line-height: 1.5
}
.tabset li a {border-radius: 4px;background-color: #ddd;padding: 5px 8px;height: auto;display: inline-block;float: left;font-weight: bold;font-size: 16px;margin-right: 3px;margin-bottom: 3px;text-decoration: none;}

.tabset li a:hover {
    background-color: #ccc;
}

ul.tabset:after {
    clear: both;
    display: block;
    content: "";
}

.tab-content > div {
    border-top: 10px solid #ececec;
    margin-top: 15px;
    padding-top: 15px;
}


.tab-content > div:before {
    font-size: 24px;
    font-weight: 600;
    color: #15928d;
}

#tab1:before { content: "A"; }
#tab2:before { content: "B"; }
#tab3:before { content: "C"; }
#tab4:before { content: "D"; }
#tab5:before { content: "E"; }
#tab6:before { content: "F"; }
#tab7:before { content: "G"; }
#tab8:before { content: "H"; }
#tab9:before { content: "I"; }
#tab10:before { content: "J"; }
#tab11:before { content: "K"; }
#tab12:before { content: "L"; }
#tab13:before { content: "M"; }
#tab14:before { content: "N"; }
#tab15:before { content: "O"; }
#tab16:before { content: "P"; }
#tab17:before { content: "Q"; }
#tab18:before { content: "R"; }
#tab19:before { content: "S"; }
#tab20:before { content: "T"; }
#tab21:before { content: "U"; }
#tab22:before { content: "V"; }
#tab23:before { content: "W"; }
#tab24:before { content: "X"; }
#tab25:before { content: "Y"; }
#tab26:before { content: "Z"; }



/* Update for Github version */
ul.nav.nav-pills {height: auto;list-style: none;margin: 0;padding-left: 0 !important;padding: 0;}
.tabset li {
	list-style:none;
	margin: 0; padding: 0;
	line-height: 1.5
}
ul.nav.nav-pills a {border-radius: 4px;background-color: #ddd;padding: 5px 8px;height: auto;display: inline-block;float: left;font-weight: bold;font-size: 16px;margin-right: 3px;margin-bottom: 3px;text-decoration: none;}

ul.nav.nav-pills a:hover {
	background-color: #ccc;
}

ul.nav.nav-pills:after {
	clear: both;
	display: block;
	content: "";
}

.nav li.disabled a {
	border-top: 10px solid #ececec;
	margin-top: 15px;
	padding-top: 15px;
}


.nav li.disabled {
	font-size: 24px;
	font-weight: 600;

	list-style: none;
}
.nav li.disabled a {
	color: #15928d;
	margin-left: -1.1rem;
	padding-top: 10px;
	display: block;

} 