/* TAMIZHL GREEK INTERLINEAR */

.alignCenter {
	text-align: center;
}


span:lang(TA) {
	font-family: 'Mukta Malar', sans-serif !important;
	font-size: 18px;
	color: #808B96;

}


 
@font-face {
	font-family: Mukta Malar;
	src: url('/fonts/MuktaMalar-Regular.ttf') format('truetype');
}


body {
	font-family: 'Tinos', serif, 'Mukta Malar', sans-serif;
	font-size: 115%;
-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.tt1 {
	position: relative;
	display: inline;
	word-spacing: 4px;
}

.tt1 .tt2 {
	visibility: hidden;
	width: 125px;
	background-color: #AEB6BF;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 6px;
	padding: 5px 2px;
	position: absolute;
	z-index: 1;
	top: 115%;
	left: 50%;
	margin-left: -60px;
	
}

.tt1 .tt2::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent black transparent;
}

.tt1:hover {
	visibility: visible;
	background-color: powderblue;
}

.tt1:hover .tt2 {
	visibility: visible;
}

verse_id {
	color: #435770;
	font-size: 18px;
        font-weight: bold;
}


vid:hover {
	cursor: pointer;
}


bsb {
	color: #435770;
word-break: break-all;
}


.sup {
    font-size: smaller;
    color: #435770 !important;
   
}

@font-face {
	font-family: Tinos;
	src: url('/fonts/Tinos-Regular.ttf') format('truetype');
}


/* Greek */

grk {
	font-family: Tinos;
	src: url(/fonts/Tinos-Regular.ttf) format('truetype');
	font-size: 130%;
	color: #0b6078
}


lex {
	font-family: Tinos;
	src: url(/fonts/Tinos-Regular.ttf) format('truetype');
	font-size: 125%;
	color: #393a3c;
}


strongs {
	color: #393a3c;
}