body {
    width: 90%;
    margin: 0 auto;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
}

#times {
    font-size: 6em;
}

#times td {
    width: 50%;
}

#times tr:nth-child(even){
    background-color: #f2f2f2;
}

#times, #times td {
    border: 1px solid #ddd;
}

#times td {
    padding-left: 0.5em;
}

.name {
    border-right: 0;
}

.value {
    border-left: 0;
}

#header, #header td {
    border: 0;
}

#header {
    background-color: #ddd;
    width: 90%;
    margin: 0 auto;
    color: black;
}

#date, #hijri {
    font-size: 4em;
    text-align: center;
}

#prev, #next {
    font-size: 6em;
    width: 1%;
}

#prev a, #next a {
    text-decoration: none;
    color: black;
}

#next {

}
