
@media all and (max-width: 999px)  {
    .split {
        float: left !important;
        width: 50% !important;
    }
}
body {
    background-image: url(../clouds.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    font-size: 16px;
}
p {
	padding-left:5px;
}
.navbar-inverse {
	background-color: #c28416;
	opacity: 0.9;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #E6bd4d;
}
.h1, h1 {
    padding-top: 30px;
}
.concept  {
    border: solid 2px #EEE;
    border: none;
    border-radius: 10px;
    padding:10px;
    margin:10px;
    color: black;
}

.afterword, .extrablock {
    border: solid 2px #EEE;
    border-radius: 10px;
    padding:10px;
    margin:10px;
    color: black;
}
.extrablock {
     float: none;
    margin: 0 auto;
    text-align:center;
}

.chapter-nav {
    color:blue; 
    background:white; 
    border-radius: 10px;
    margin-right:2px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16.5px;
    border-left: 5px solid #f7dba9;
    border-right: 5px solid #f7dba9;
}
#source {
    text-align:right;
    font-size:12px;
    font-family: monospace;
    text-transform: uppercase; 
    color:black;
}
.quran, .bible {
    color:#1c623b;
    
}
.bab, .baha {
    color:#800000;
}
.abdul {
    color:#00008B;
}
.guardian {
    color:#96620d;
}
.generic {
    color:#4B0082;
}
.col-md-4 {
	font-size: 18px;
}
.col-md-8 {
	background-color: #fff;
    opacity:0.7;
    filter:alpha(opacity=70);
    border-radius: 10px;
    color: black;
}

.footer {
    margin-right: -15px;
    text-align:center; 
    background-color: #c28416; 
    padding:10px;
    display: block;
    
}
.row {
  margin-right: -5px;
  margin-left: -15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.verse-ref {
    font-family: monospace;
    color: black;
}
.afterword-nav {
    display: block;
}
button {
    border-radius: 5px;
}
.next {
    float:right;
}
.prev
{
    float:left;
}
td, th
{
    border: 1px solid #000000;
    text-align: center;
    vertical-align: center;
}
td
{
    width: 100px;
    height: 50px;
}
th.number, td.number
{
    width: 50px;
    height: 50px;
}
table
{
    width: 100%;
}
table.small
{
    margin: auto;
    width: 50%;
}
h4.tableTitle
{
    text-align: center;
}
.centerBlob
{
    text-align: center;
    font-weight: bold;
}
a
{
    color: #0000FF;
} 
.commentary
{
    margin: 0px 50px;
    background-color: #fff;
    opacity:0.7;
    filter:alpha(opacity=70);
    border-radius: 10px;
    color: black;
    padding: 20px;
}
.matrix
{
    border: none;
}
td.submatrix
{
    text-align: center;
    !important vertical-align: middle;
    font-size: 50px;
}
.table-header-rotated {
    width: 90%;
  border-collapse: collapse;
    border: none;
}
.table-header-rotated td {
  width: 30px;
}
 .table-header-rotated th {
  padding: 5px 10px;
}
.table-header-rotated td {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ccc;
}
 .table-header-rotated th.rotate {
  height: 140px;
  white-space: nowrap;
  border: none;
}
 .table-header-rotated th.rotate > div {
  -webkit-transform: translate(25px, 51px) rotate(315deg);
      -ms-transform: translate(25px, 51px) rotate(315deg);
          transform: translate(25px, 51px) rotate(315deg);
  width: 30px;
}
 .table-header-rotated th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.table-header-rotated th.row-header {
  padding: 0 10px;
    border: none;
  border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: normal;
}
.content
{
    background-color: #fff;
    opacity:0.7;
    filter:alpha(opacity=70);
}