body {
    font-size: 12px;
    color: #404040;
    background: rgb(204, 204, 204);
    font-family: arial, sans-serif;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: solid 1px rgba(255, 255, 255, 0.4);
}

tr td {
    padding: 3.25px 0;
    text-align: center;
}

tr th {
    background: rgba(15, 194, 51, 0.25);
}

tr:nth-child(even) td {
    background: rgba(15, 194, 51, 0.25);
}

table tr th {
    padding: 2px 5px !important;
}

.all-content {
    margin: 0 auto;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    background-image: url(../images/timetable/bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
    width: 800px;
}

.jummah-times {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0 0 0 25px;
    background: rgb(0 0 0 / 4%);
    padding: 10px 0;
}

.logo {
    width: 400px;
    margin: 5px auto 0 auto;
    display: block;
}

.block {
    background: rgba(15, 194, 51, 0.25);
    margin: 0 0 15px 0;
    padding: 18px 15px;
    border: solid 1px rgba(255, 255, 255, 0.4);
    text-align: center;
    font-size: 13px;
}

.current-date {
    text-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    position: absolute;
    top: 110px;
    left: 310px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

.sub-prayer {
    font-weight: 300;
    font-size: 11px;
    font-style: italic;
}

.day {
    font-weight: 700;
}

.new-week {
    border-bottom: solid 1px grey;
}

/* custom 5 column boostrap */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}