body {
    margin: 0;
}

.prayer_times_table tr:nth-child(odd) {
    background-color: whitesmoke;
}
.title {
    margin: 0;
}
.sub_title, .title{
    background-color: rgb(110,56,24) !important;
    color: white;
}

.current-day{
    background-color: rgb(150, 154, 72) !important;
    color: white;
}

.no-border {
    border: none;
    width: 100%;
}

.no-border .logo {
    float: left;
    width: 48% !important;
    height: 120px;
}

.no-border .logo img {
    height: 120px;
}

.no-border .title {
    padding-top: 50px;
    text-align: center;
    font-size: x-large;
    width: 52%;
}

.no-border th, .no-border td {
    border: none;

}

.no-border h1 {
    font-size: x-large;
}

table .hidden {
    border: 0;
}

table {
    border-collapse: collapse;
    margin-top: 10px;
}

table, th {
    border: 1px solid;
    border-color: rgba(185, 98, 38, 0.59) !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}
hr{
    border-top: 1px solid;
    border-top-color:  rgba(185, 98, 38, 0.59) !important;
    width: 80%;
}
.new-month{
    background: rgb(110,56,24) !important;
    color: white;
}
.sahre{
    color: rgba(185, 98, 38, 0.59) !important;
    margin-left: 10%;
}
.iqama-tr td{
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-top-color: rgba(185, 98, 38, 0.59) !important;
    border-bottom-color: rgba(185, 98, 38, 0.59) !important;
}

td {
    border-left: black 1px solid !important;
    border-left-color: rgba(185, 98, 38, 0.59) !important;
    border-right: black 1px solid!important;
    border-right-color: rgba(185, 98, 38, 0.59) !important;
    width: 70px;
    text-align: center;
    padding: 5px;
}

h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.addresse {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: orangered;
    font-weight: bold;
    margin-bottom: 0;
}

.date{
    width: 10%;
}

#month{
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 40px;
}