.tab-bar {
	width: 100%;
    overflow: hidden;
}
.tab-light-grey{
	color: #000!important;
    background-color: #f1f1f1!important;
}
.tab-border-bottom {
    border-bottom: 1px solid #ccc!important;
}
.tab-bar .tab-button {
    white-space: normal;
	width:33.33% !important;
	text-align:center;
}
.tab-bar .tab-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}
.tab-dark-grey{
    color: #fff!important;
    background-color: #616161!important;
}
.tab-primary{
	color:#fff;
	background:#0d6cb9;
}
.tab-container
{
	padding: 2em 16px;
}
span.letter{
	margin-right:15px;
}
.form-submit.filter{
	margin-top:3px !important;
}
a.tab-button:hover{
	color: #fff!important;
    background-color: #616161!important;
}
.w-210 {
	width:230px;
}

  .reference-links-container {
        height: 300px;
        overflow-y:auto;
        list-style-type: none;
        padding: 0;
        width: 100%;
    }
    .select-text {
        text-align: center;
        padding: 30px 0;
    }
    .reference-links-container li{
        width: 100%;
        cursor: pointer;
        padding: 15px;
    }
   
    .reference-odd{
        background:#f2f2f2;
    }
    .reference-even{
        background:#d7d7d7;
    }
    .reference-item.active {
        color:#0f94dc;
        font-weight: bold;
    }
