e {
    font-style: italic;
    display: inline;
    color: green;
}
e:after {
    content: "\a    ";
    white-space: pre;
}
.rordlabel {
    width: 30px;
    text-align: right;
    padding-right: 10px;
    color: #6699FF;
    display: inline-block;
    font-weight: bold;
}

@font-face {
  font-family: "Amharic2";
  src: url("/amharic_fonts/washrasb.ttf");
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}

@font-face {
  font-family: "Amharic3";
  src: url("/amharic_fonts/AbyssinicaSIL-R.ttf");
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}

.timeinfo {
  text-align: left;
  font-size: 13px;
  font-weight: 900;
  line-height: normal;
  color: #FF8C00;
}
.splinkbutton {
  text-align: left;
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1px;
}
.tnobordermw {
    border: 0;
    min-width: 250px;
    max-width: 250px;
    padding-left: 8px;
    padding-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tnobordernmw {
    border: 0;
    padding-left: 8px;
    padding-right: 8px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: visible;
}
.gsalink {
    color: #1a0dab;
    font-size: 20px;
}
.gsalink:hover {
    border-bottom: 2px solid #1a0dab;
}
.gsspan {
    color: green;
}
.gsspan:hover {
    color: green;
}
.mylinkbutton {
  width: 174px;
  height: 28px;
  background: linear-gradient(to bottom, #4eb5e5 0%,#389ed5 100%); /* W3C */
  border: none;
  border-radius: 5px;
  position: relative;
  border-bottom: 4px solid #2b8bc6;
  color: #fbfbfb;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,.4);
  font-size: 16px;
  text-align: center;
  text-indent: -20px;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.mylinkbutton:active {
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
  top: 1px;
}
.mylinkbutton:hover {
    color: yellow;
}
.mylinkbutton:after {
  content: "";
  width: 0;
  height: 0;
  display: table-cell;
  border-top: 14px solid #187dbc;
  border-bottom: 14px solid #187dbc;
  border-left: 16px solid transparent;
  border-right: 20px solid #187dbc;
  position: absolute;
  opacity: 0.6; 
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;  
}

.mylinkbuttonback {
  text-align: right;
  padding-right: 2px;
  box-sizing: border-box;
  width: 174px;
  height: 28px;
  background: linear-gradient(to bottom, #4eb5e5 0%,#389ed5 100%); /* W3C */
  border: none;
  border-radius: 5px;
  position: relative;
  border-bottom: 4px solid #2b8bc6;
  color: #fbfbfb;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,.4);
  font-size: 16px;
  text-indent: 20px;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.mylinkbuttonback:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 14px solid #187dbc;
  border-bottom: 14px solid #187dbc;
  border-right: 16px solid transparent;
  border-left: 20px solid #187dbc;
  position: absolute;
  opacity: 0.6; 
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;    
}
.mylinkbuttonback:hover {
    color: yellow;
}
#mypreview {
    height: 180px;
    width: 100%;
}


#dordernum {
    background: rgb(178,225,255);
}

#scheduleTable td {
    vertical-align: middle;
    background: white;
}
#scheduleTable td:hover {
    background: #E9FFE9;
}
#scheduleTable td:focus, td #selitem, td #selitem2 {
    background: rgb(214,249,255);
    border: 2px solid purple;
}
#scheduleTable #stb {
    vertical-align: middle;
    text-align: center;
    background: rgb(178,225,255);
}

.ovallinkedit {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    color: brown;
    font-size: 21px;
    font-weight: bold;
    vertical-align: top;
}
option:checked, option:hover {
    color: white;
    background: lightblue;
}
.lyricsbox {
    cursor: pointer;
    overflow: visible;
    white-space: normal;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}
.thcenter {
    text-align: center;
}
.amcharmap {
    line-height: 0.8;
    word-spacing: 20px;
}
.amcharmap2 {
    line-height: 0.8;
    word-spacing: 10px;
}
.dordernum {
    text-align: center;
    color: green;
    font-size: 20px;
    background-color: #A0CFEC;
    width: 100%;
    display: block;
    line-height: 1em;
}

form.bible_search_lyrics input[type=text] {
  font-size: 17px;
  border: 1px solid grey;
  background: #f1f1f1;
}

form.bible_search_lyrics button {
  width: 20%;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.bible_search_lyrics button:hover {
  background: #0b7dda;
}

form.bible_search_lyrics::after {
  content: "";
  clear: both;
  display: table;
}
.wtextwu {
    color: white;
    text-decoration: underline;
}
.wtextfooter {
    color: white;
}
.wtextfooter:hover {
    text-decoration: underline;
    color: white;
}
form.search_lyrics input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.search_lyrics button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.search_lyrics button:hover {
  background: #0b7dda;
}

form.search_lyrics::after {
  content: "";
  clear: both;
  display: table;
}
form.search_lyricsgs {
    height: 30px;
}
form.search_lyricsgs input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
  height: 30px;
}

form.search_lyricsgs button {
  float: left;
  width: 20%;
  padding: 3px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  height: 30px;
}

form.search_lyricsgs button:hover {
  background: #0b7dda;
}

form.search_lyricsgs::after {
  content: "";
  clear: both;
  display: table;
}
.required {
	color:red;
	float:none;
	font-weight:700;
}
.button_text {
	overflow:visible;
	padding:0 7px;
	width:auto;
	background: #2196F3;
}
.currently_entered {
    white-space: nowrap;
}
.testaddr {
    font-style: normal;
    line-height: 1.0;
    text-align: center;
}
blockquote {
    margin: 0 20px 0px;
    padding: 0 0 0 15px;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    font: italic 100%/150% Georgia, "Times New Roman", Times, serif;
}
.drop_caps {
    position: relative;
    top: 6px;
    float: left;
    margin-right: 0.2em;
    padding-bottom: 0.1em;
    text-transform: uppercase;
    font-size: 300%;
    line-height: 0.8em;
    font-style: italic;
}
.testimonial_form {
    text-align: left;
    width: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
    background: rgb(255, 255, 255);
    border-style: none;
    border-image: initial;
    border-radius: 10px;
    margin: 0px auto;
    padding: 1px 5px 1px 5px;
}
.logotopleft {
  position: absolute;
  top: -45px;
  left: 5px;
  height: 200px;
  width: 200px;
  background: url(/img/logo.png) no-repeat;
}
.logotopleftsmall {
  position: absolute;
  top: -15px;
  left: 5px;
  height: 70px;
  width: 70px;
  background: url(/img/logo.png) no-repeat;
  background-size: 100% 100%;
}
.dailySingVerse {
  position: absolute;
  text-transform: none;
  top: 20px;
  left: 205px;
  color: white;
}
.ovallink {
    width: 10px;
    height:8px;
    background: #2196F3;
    border-radius: 10px;
    color: yellow;
    font-size: 19px;
    font-weight: bold;
}
.ovallinkundo {
    width: 10px;
    height:8px;
    background: orange;
    border-radius: 10px;
    color: brown;
    font-size: 19px;
    font-weight: bolder;
}
.ovallinkdelete {
    width: 10px;
    height:px;
    background: #8B0000;
    border-radius: 10px;
    color: white;
    font-size: 19px;
    font-weight: bold;
    vertical-align: bottom;
}
.ovallinkdeletelrc {
    width: 10px;
    height:8px;
    background: #8B0000;
    border-radius: 10px;
    color: white;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    right: 0px;
    top: -30px;
}
.ovallinksearch {
    width: 10px;
    height:px;
    background: #40E0D0;
    border-radius: 10px;
    color: white;
    font-size: 19px;
    font-weight: bold;
    vertical-align: bottom;
}
table, th, td {
  border: 1px solid lightgray;
}
.lyricsTable table, th, td {
  border: 1px solid lightgray;
  vertical-align: top;
}
.divcenter {
    text-align: center;
}
.divfcenter {
    text-align: center;
    width: 100%;
}
.clscent {
    text-align: center;
}
.tbcenter {
    margin-left:auto; 
    margin-right:auto;
}
.editlyricstable {
    margin-left:auto; 
    margin-right:auto;
    max-width: 900px;
    table-layout: auto;
    min-width: 400px;
    width: 100%;
    border-collapse: separate;
    border: 2px solid lightgray;
}
.tdvcenter {
    text-align: center;
    vertical-align: middle;
}
.tdvcenternl {
    text-align: center;
    vertical-align: middle;
    border-left: 0px solid white;
    border-top: 0px solid white;
    border-right: 0px solid white;
    border-bottom: 0px solid white;
}
.fnborder {
    border: 0;
    width: 100%;
}
.tdnoborder {
    border: 0;
}
.pnborder {
    border: 0;
    width: 50%;
}
.teamtable {
    width: 90%;
    border: 0;
    margin-left:auto;
    margin-right:auto;
    border-left: 0px solid white;
    border-top: 0px solid white;
    border-right: 0px solid white;
    border-bottom: 0px solid white;
}
.tnoborder {
    border-left: 0px solid white;
    border-top: 0px solid white;
    border-right: 0px solid white;
    border-bottom: 0px solid white;
}

.tnoborderfixed {
    border-left: 0px solid white;
    border-top: 0px solid white;
    border-right: 0px solid white;
    border-bottom: 0px solid white;
    table-layout: fixed;
    overflow: hidden;
    white-space: nowrap;
}

.tnoborderfr {
    border-left: 0px solid white;
    border-top: 0px solid white;
    border-right: 0px solid white;
    border-bottom: 0px solid white;
    float: right;
    font-style: normal;
    line-height: 1.0em;
}
.anoborder {
    border: 0px solid white;
    width: 100%;
}
.highlightred {
    color: red;
}
.spanblue {
    color: blue;
}
.bbnames {
    color: green;
    width: 100%;
    background-color: lightblue;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    white-space:nowrap;
    overflow: hidden;
}
.mbbnames {
    color: green;
    width: 100%;
    background-color: lightblue;
    line-height: normal;
    margin: 0;
    white-space:nowrap;
    overflow: hidden;
}
.bbselect {
    cursor: pointer;
    width: 100%;
    overflow-y: scroll;
    outline: 0px;
    text-indent: 5px;
    border: 0px;
    border-bottom: 1px solid lightgray;
    font-size: 18px;
    margin: 0;
    white-space:nowrap;
    color: #157DEC;
}
.spangreen {
    color: green;
}
.a_link {
    border: 1px solid lightgray;
    width: 30px;
    display: inline-block;
    text-align: center;
}
.a_link2 {
    border: 1px solid lightgray;
    display: inline-block;
    text-align: center;
}
.title {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    color: green;
    white-space:nowrap;
    overflow: hidden;
}
.bluetitle {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    color: blue;
    white-space:nowrap;
    overflow: hidden;
}
.verse {
    color: black;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
}
.mverse {
    margin: 0 0;
    color: black;
    font-family: "Amharic3";
    letter-spacing: -2px;
}
.mverse:hover, .mverse:hover span {
    cursor: default;
    color: black;
}
.borderright {
    display: inline-block;
    margin: 0;
    border: 1px solid lightgray;
}
.today {
    font-weight: bold;
    line-height: normal;
    margin: 0;
    color: red;
    white-space:nowrap;
    overflow: hidden;
}
.lyrics{
    color: black;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
}
.srlyrics
{
    color: black;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    padding: 0 0 0 25px;
    word-spacing: 5px;
    letter-spacing: 1px;
}
.versedisplay2 {
    font-weight: normal;
    line-height: normal;
    color: black;
    word-spacing: 3px;
    display: block;
    width: 100%;
    height: 100%;
}
.versedisplay2:hover {
    background: rgb(214,249,255);
}
span:hover {
    color: #D2691E;
    position: relative;
}
.tdhover:hover {
    background: rgb(214,249,255);
    position: relative;
}
input[type=checkbox] {
  transform: scale(1.5);
}