.prayer-list .navigation {
    overflow: auto;
    margin-bottom: 20px;
}
.prayer-list .navigation .date {
    color: #cc6000;
    font-size: 34px;
    background-color: #bfb9ad;
    display: inline-block;
    padding: 3px 0;
    text-align: center;
    float: left;
    width: 140px;
    position: relative;
}
.prayer-list .navigation .date #navigation-date {
    position: absolute;
    width: 140px;
    left: 0;
    top: 0;
    height: 44px;
    background: none;
    border: none;
    color: transparent;
}
.prayer-list .navigation .button {
    width: 16px;
    height: 32px;
    text-decoration: none;
    display: inline-block;
    float: left;
    margin: 8px 6px 0 6px;
    
}
.prayer-list .navigation .left {
    background-image: url('../../../img/date-left.png');
}
.prayer-list .navigation .right {
    background-image: url('../../../img/date-right.png');
}
.prayer-list .list .item {
    margin-bottom: 20px;
}
.prayer-list .list .item .prayer-title {
    font-size: 20px;
    margin-left: 86px;
}
.prayer-list .list .item .actions {
    margin-left: 86px;
}
.prayer-list .list .item .info {
    margin-top: 8px;
    color: #486811;
}
.prayer-list .list .item .info .text{
    font-family: Georgia, serif;
}
.prayer-list .list .item .info .schedule {
    color:#cc6000;
}
.prayer-list .list .item .info .dates {
    padding-left: 15px;
}
.prayer-list .actions .edit {
    cursor: pointer;
    color: #cc6000;
    background-color: #d6d0c6;
    float: right;
    padding: 1px 22px;
    -webkit-border-radius: 4px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    border-radius: 4px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
    background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}
.prayer-list .actions .view {
    cursor: pointer;
    color: #cc6000;
    background-color: #d6d0c6;
    float: right;
    padding: 1px 22px;
    margin-right: 5px;
    -webkit-border-radius: 4px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    border-radius: 4px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
    background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}
.prayer-list .list .item .pray {
    color: #fff;
    font-size: 14px;
    padding:6px 10px;
    float: left;

    -webkit-border-radius: 4px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    border-radius: 4px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
    background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
    
    width: 50px;
    text-align: center;
}

.prayer-list .list .item .pray.unchecked{
    background-color: #ff9f00;
    cursor: pointer;
    /*background-image: url('../../../img/check.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: 4px center;*/
    /*padding-left: 16px;*/
    /*padding-right: 4px;*/
}

.prayer-list .list .item .pray.checked{
    background-color: #486811;
    cursor: default;
}
.prayer-list .all-title {
    color: #cc6000;
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.prayer-list .no-prayers {
}

.prayer-list .set_reminder_button {
    margin-top: 9px;
    float: right;
    font-size: 16px; 
    text-align: center; 
    background: #46301D;
    color: #DED7CC;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer; 
    padding: 5px 10px; 
}