﻿.slider_container {
    width: 916px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
}

.bx-wrapper {
    margin-bottom: 30px;
}

.event_time_description_separator {
    padding-left: 5px;
    padding-right: 5px;
}

.event_separator {
    padding-bottom: 10px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px;
    left: 0;
    background: #fff;
}

.slider_outer_container {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 20px;
}


table.prayer_times {
    /*width: 100%;*/
    margin-bottom: 10px;
    /*border-spacing: 10px;
    border-collapse: separate;*/
}

table.prayer_times, table.prayer_times th, table.prayer_times td {
   border: 1px solid #cccccc;
}

table.prayer_times th {
    font-weight: normal;
}

table.prayer_times th.no_border {
    border-top: solid 1px transparent;
    border-left: solid 1px transparent;
}


table.prayer_times th, table.prayer_times td {
    padding: 5px;
    /*padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;*/
}

.alternate_colour { 
    background-color: #FFF
}