﻿/*@font-face {
    font-family: "AlQuran IndoPak by QuranWBW";
    src: url("https://db.onlinewebfonts.com/t/05779d80159ce2736e595e72dfdecbcf.eot");
    src: url("https://db.onlinewebfonts.com/t/05779d80159ce2736e595e72dfdecbcf.eot?#iefix")format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/05779d80159ce2736e595e72dfdecbcf.woff2")format("woff2"), url("https://db.onlinewebfonts.com/t/05779d80159ce2736e595e72dfdecbcf.woff")format("woff"), url("https://db.onlinewebfonts.com/t/05779d80159ce2736e595e72dfdecbcf.ttf")format("truetype"), url("https://db.onlinewebfonts.com/t/05779d80159ce2736e595e72dfdecbcf.svg#AlQuran IndoPak by QuranWBW")format("svg");
}*/

html {
    direction: rtl;
}

body {
    /*font-family: 'AlQuran IndoPak by QuranWBW';*/
    /*font-family: noorehuda;*/
    /*font-family: 'Al Qalam Quran Majeed Web2_D';*/
    font-size: 24pt;
    direction: rtl
}

p {
    text-align: center;
    color: #0012A9;
}

    p:nth-of-type(even) {
        color: #B80000;
    }
.playing {
    background-color: #DAEEFF;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #B80000;
    border-bottom: 2px solid #B80000;
}
.toc {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

    .toc a:link {
        width: 40%;
        display: inline-block;
        margin: 4%;
        text-align: center;
        border: 1px solid #A7C6DB;
        text-decoration: none;
    }