#drinkingwaterimage
{
	max-height: 500px;
	margin: auto 0;
}

.titledivider
{
	border-color: #0071bc; 
	background-color: #0071bc; 
	color: #0071bc;
}

#tdbhometitle
{
	color: #0071bc; 
	font-weight: 700;
	margin-top: 30px;
}

#firstparagraph
{
	margin-top: 10px; 
	color: #0071bc; 
	font-weight: 400;
	text-align: left;
}

#secondparagraph
{
	color: #0071bc; 
	font-weight: 400;
	text-align: left;
}

#defaultparagraph
{
	
	color: #0071bc; 
	font-weight: 400;
	text-align: left;
	
}

#defaultsubtitles
{
	
	color: #0071bc;
	
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

div.alphabet {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 1em;
}
 
div.alphabet span {
    display: table-cell;
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    width: 3.5%
}
 
div.alphabet span:hover {
    text-decoration: underline;
}
 
div.alphabet span.active {
    color: black;
}
 
div.alphabet span.empty {
    color: #ef0000;
}
 
div.alphabetInfo {
    display: block;
    position: absolute;
    background-color: #0071bc !important;
    border-radius: 3px;
    color: white !important;
    top: 1.5em;
    height: 1.8em;
    padding-top: 0.4em;
    text-align: center;
    z-index: 1;
}