body {
  /*background: #f8f8d8;*/
  color: #222;
}
a:link,a:visited,a:active {  
   color: #444;
   text-decoration: none;
}
a:hover {
   text-decoration: none;
   color: #FF0000;
}
th.selected {
    color: #FF0000;
}
.my-tr {
    text-align: center;
    line-height: 3;
}
thead>.my-tr {
  line-height: 2;
}
.my-table {
    width: 100%;
    cursor: pointer;
    word-break: keep-all;
    table-layout: fixed;
}
.my-table .bible-title {
  font-size: 22px;
}
.my-table .content-thead {
  cursor: auto;
}
.my-table strong {
	font-size: 1.2em;
}
.my-table td{
	width: 25%;
}
.my-table td:hover {
    color: #FF0000;
}
.my-table .t-content td:hover {
  color: inherit;
}
.my-table .chapter td {
  width: 20%;
}
.my-table td span {
	display: block;
    margin-top: -2em;
    font-size: 0.8em;
}
.my-content {
  padding: 0.5em;
}


.my-back {
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  float: right;
  display: inline-block;
  padding: 0 16px;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  color: #0078e7 !important;
}
.my-back.home {
  float: left;
}

.control {
  display: inline-block;
  cursor: pointer;
}
.control.play {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #555;
  border-bottom: 8px solid transparent;
}
.control.pause {
  width: 4px;
  height: 16px;
  border-right: 4px solid #555;
  border-left: 4px solid #555;
}
.bible-title.num {
  margin-right: 5px;
}

a.pevious-next {
    text-decoration: none;
    display: inline-block;
    padding: 3px 18px 10px 18px;
    line-height: 1;
    font-size: 34px;
    background-color: #4CAF50;
    color: white;
    position: fixed;
    top: 50%;
    opacity: 0.7;
    z-index: 999;
}
a.pevious-next:hover {
    background-color: #ddd;
    color: black;
}
a.pevious-next.previous {
  left: 8px;
}
a.pevious-next.next {
  right: 8px;
}
.pevious-next.round {
    border-radius: 50%;
}

#layout:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg1.jpg) center 0 no-repeat;
  background-size: cover;
}

/*#layout {
  background: url(../img/bg1.jpg);
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.my-table {
  background: #fff;
  opacity: 0.8;
}

.pure-table thead {
    background-color: #79ff70;
}
.pure-table thead.foot {
    background-color: #39fd2c;
}

