body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 0px;
    -webkit-text-size-adjust: none;
    background-color: #f6f8f6;
}

a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#header {
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-weight: bold;
    background: rgb(17,72,21);
    background: linear-gradient(0deg, rgba(17,72,21,1) 0%, rgba(53,121,59,1) 100%);
    border-top: 2px solid #49924E;
    border-bottom: 2px solid #0F4413;
    text-shadow: #222 0px -1px 0px;
    box-shadow: 0px 1px 1px #999;
}

.left { float: left; }
.right { float: right; }
#content {
    padding: 10px;
    max-width: 600px;
    margin: auto;
}
.box {
    margin: 0 0 10px;
    background: #1B5E20;
    border: 1px solid #567567;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.1));
}

#prayerContent {
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .box .heading {
        background: #1B5E20;
        border-bottom: 3px solid #154B19;
        padding: 10px 10px 8px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .box .heading .prayerTimeTitle {
        cursor: pointer;
    }
    
        .box .heading .navLink.left {
            padding: 0 20px 0 10px;
        }
        .box .heading .navLink.right {
            padding: 0 10px 0 20px;
        }
        .box .heading .navLink span {
            display: block;
            width: 25px;  height: 26px;
            text-indent: -999em;
        }
        .box .heading .navLink.left span {
            background-size: 25px 26px;
            background: url("images/arrow-left.png");
        }
        .box .heading .navLink.right span {
            background-size: 25px 26px;
            background: url("images/arrow-right.png");
        }
        .box .heading .title {
            padding: 2px 0 0;
        }

    .box .subHeading {
        background: #eee;
        border-bottom: 1px solid #ddd;
        padding: 10px;
        overflow: hidden;
        font-size: 14px;
    }
        .box .subHeading .left {
            font-weight: bold;
        }
        
        .box .subHeading .right {
            font-size: 13px;
        }
        
    .box .content {
        padding: 10px;
    }
        .box .content table {
            width: 100%;
            text-align: left;
        }
        .box .content table th {
            padding: 0 0 3px;
            color: #272727;  font-size: 16px;  font-weight: bold;
            text-transform: uppercase;
            border-bottom: 3px solid #EDF2EE;
        }
        .box .content table td {
            padding: 5px 0;
            font-size: 14px;
        }
        .box .content .first td {
            padding-top: 12px;
        }
        .box .content .last td {
            padding-bottom: 0;
        }
        .box .content .current td {
            background: #EDF2EE;
        }
        .box .content .adhan, .box .content .iqamah {
            text-align: center;
        }
        .box .content .prayer {
            font-weight: bold;
        }
.shift {
    clear: both;
    margin: 0 0 20px;
    font-size: 14px;
}
    .shift .title {
        padding: 0 0 3px;
        border-bottom: 3px solid #e3e3e3;
        overflow: hidden;
    }
        .shift .title .label {
            float: left;
            text-transform: uppercase;  font-weight: bold;
        }
        .shift .title .time {
            float: right;
        }
    .shift .desc p {
        margin: 3px 0;
        font-style: italic;
    }
    .shift .desc strong {
        color: #901400;
    }
    
.prayerschedule-photo img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.prayerschedule-list {
     float: left;
     width: 100%;
     box-sizing: border-box;
     background: #FFF;
     border: 1px solid #567567;
     margin: 15px 0 0;
     border-radius: 10px;
     padding: 0 0 15px;
     position: relative;
     filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.1));

}

 .prayerschedule-main h6 {
     font-weight: 400;
     margin: 0;
     font-family: Avenir, Helvetica, Arial, sans-serif;
     font-size: 16px;
     line-height: 22px;
}
 .prayerschedule-title-top {
     float: left;
     width: 100%;
     box-sizing: border-box;
     padding: 0 0 20px;
}
 .prayerschedule-shift {
     display: block;
     padding-top: 20px;
     font-size: 20px;
}
 .prayerschedule-prayer {
     float: left;
     background-color: #1B5E20;
     color: white;
     padding: 4px 8px;
     border-radius: 6px;
     font-size: 14px;
     font-weight: bold;
}
 .prayerschedule-title {
     position: relative;
     padding: 20px 25px 0 25px;
     float: left;
     width: 100%;
     box-sizing: border-box;
}
 .prayerschedule-title-nametime {
     float: left;
     width: 100%;
     box-sizing: border-box;
     position: relative;
     padding-right: 80px;
     min-height: 30px;
}
 .prayerschedule-title-time {
	 float: right;
}
 
 .prayerschedule-title-time {
     font-size: 24px;
     line-height: 32px;
     font-weight: 900;
}
 .prayerschedule-text {
     font-size: 12px;
     line-height: 16px;
     color: #444;
}

.prayerschedule-text h6, .prayerschedule-date {
    display: none;
}

 .prayerschedule-content-main {
     min-height: 60px;
     display: block;
     padding: 0 45px 0 25px;
     float: left;
     width: 100%;
     box-sizing: border-box;
}
 
 .prayerschedule-content {
     padding: 0 0 10px 75px;
     position: relative;
     float: left;
      width: 100%;
      box-sizing: border-box;
}
 .prayerschedule-photo {
     position: absolute;
     left: 0;
     top: 0;
}

.prayerschedule-meta:after {
	  content: "";
  display: table;
  clear: both;
  }

#fridayPrayers:after {  
  content: "";
  display: table;
  clear: both;
}
 
 #fridayPrayers h1 {
     margin: 40px 0px 0px 10px;
     font-size: 20px;
 }
    
.feedback {
    padding: 10px 0;
    text-align: center;
}
    .feedback .button {
        display: block;
        margin: 0 auto;
        width: 180px;  height: 38px;
        background: #7CC4A2;
        color: #023920;
        font-size: 14px;  text-transform: uppercase;  line-height: 38px;
        text-decoration: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;        
    }
    
.loadingMessage {
    font-size:20px;
    color: gray;
    padding: 20px 0px 200px 0px;
    text-align: center;
}

.registration {
    padding-top: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #144826;
}

.registration a {
    font-weight: 700;
    font-size: 12px;
    color: #144826;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    
    .box .heading .navLink.left span {
        background-size: 25px 26px;
        background-image: url("images/arrow-left@2x.png");
    }
    .box .heading .navLink.right span {
        background-size: 25px 26px;
        background-image: url("images/arrow-right@2x.png");
    }
    
}
