/* General Table Style Starts */

table
{
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table
{
    overflow-x: auto;
}

th, td
{
    text-align: center;
    padding: 15px;
    border: 2px solid #FFFFFF;
}

tr:first-child > td:first-child
{
    border-top-left-radius: 10px;
}

tr:first-child > td:last-child
{
    border-top-right-radius: 10px;
}

tr:last-child > td:first-child
{
    border-bottom-left-radius: 10px;
}

tr:last-child > td:last-child
{
    border-bottom-right-radius: 10px;
}

tr
{
    background-color: #EEEEEE;
}

/* General Table Style Ends */

/* Table Scrollbar Starts */

div.table::-webkit-scrollbar
{
    width: 10px;
}

div.table::-webkit-scrollbar-track
{
    background: #f1f1f1;
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

div.table::-webkit-scrollbar-thumb
{
    background: #888888;
    border-radius: 5px;
}

div.table::-webkit-scrollbar-thumb:hover
{
    background: #555555;
}

/* Table Scrollbar Ends */

/* Table for Row Style Starts */

table.row
{
    border: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
}

table.row thead
{
    background: #36304A;
}

table.row tr
{
    background-color: #EEEEEE;
    margin: 5px;
    border-radius: 5px;
}

table.row th, table.row td
{
    border: 0;
    padding: 20px;
}

table.row th
{
    color: #FFFFFF;
    background-color: #36304A;
}

table.row th:first-child, table.row td:first-child
{
    border-top-left-radius: 5px;
}

table.row th:first-child, table.row td:first-child
{
    border-bottom-left-radius: 5px;
}

table.row th:last-child, table.row td:last-child
{
    border-top-right-radius: 5px;
}

table.row th:last-child, table.row td:last-child
{
    border-bottom-right-radius: 5px;
}

/* Table for Row Style Ends */

/* Table for Surah Starts */

table.surah thead
{
    background: #36304A;
    border-radius: 5px;
}

table.surah th
{
    color: #FFFFFF;
    background-color: #36304A;
    border: 0;
}

table.surah th:first-child, table.surah #a td:first-child
{
    border-top-left-radius: 5px;
}

table.surah th:first-child, table.surah #a td:first-child
{
    border-bottom-left-radius: 5px;
}

table.surah th:last-child, table.surah #a td:last-child
{
    border-top-right-radius: 5px;
}

table.surah th:last-child, table.surah #b td:last-child
{
    border-bottom-right-radius: 5px;
}

/* Table for Surah Ends */