﻿
.praytimes-body {
    background: #a4359b;
    color: #fff;
    padding: 20px;
    background: url(/assets/images/mosque2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

    .praytimes-body .mb-25 {
        margin-bottom: 25px;
    }

    .praytimes-body .mb-35 {
        margin-bottom: 60px;
    }

    .praytimes-body .pray-location {
        font-size: 40px;
    }


.praytimes ul {
    display: flex;
    list-style: none;
    margin: 10px auto;
    padding: 0;
    justify-content: space-between;
}

    .praytimes ul li {
        width: 100%;
        background: #d9d9d9;
        display: flex;
        flex-wrap: wrap;
        font-size: 18px;
        border-left: 1px solid #fff;
    }

        .praytimes ul li:nth-child(even) {
            background: #efefef
        }

        .praytimes ul li:last-child {
            border-left: 0;
        }

        .praytimes ul li .praytime-header {
            background: #0c7da2;
            color: #fff;
            width: 100%;
            padding: 5px 5px;
            text-align: center !important;
        }

        .praytimes ul li .praytime-body {
            color: #000;
            width: 100%;
            padding: 25px 5px;
            text-align: center !important;
        }
