.ct-energy    { color: #869a27; }
.ct-life      { color: #36aed6; }
.ct-analysis  { color: #d68136; }
.ct-origins   { color: #d6367d; }
.ct-synthesis { color: #9875cd; }
.ct-catalysis { color: #d6c936; }

.ct-division {
    display: inline-block;
    position: relative;
    padding: 0px;
    margin-bottom: -2px;
    border: 1px solid #999999;
    color: #999999;
    line-height: 1.3;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-align:center;
    overflow: hidden;
    width: 15px;
    height: 15px;
}

.th-selected  {
    display: inline-block;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 6px 18px;
    padding-left: 3px;
    margin-left:-3px;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
}
.th-energy    { background-color: #869a27; }
.th-life      { background-color: #36aed6; }
.th-analysis  { background-color: #d68136; }
.th-origins   { background-color: #d6367d; }
.th-synthesis { background-color: #9875cd; }
.th-catalysis { background-color: #d6c936; }

.dv-selected  {
    display: inline-block;
    position: relative;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 6px 18px;
    padding-left: 3px;
    margin-left:-3px;
    margin-top: 1px;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    background-color: #999999;
}
.dv-selected .ct-division {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.dv-analytical:before { content: 'A'; }
.dv-chembio:before    { content: 'C'; }
.dv-inorganic:before  { content: 'I'; }
.dv-materials:before  { content: 'M'; }
.dv-organic:before    { content: 'O'; }
.dv-physical:before   { content: 'P'; }

.dv-header {
	font-weight: 200;
	color: #043e40;
	line-height: 1.5;
	font-size: 1.13em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: inherit;
}
