/* Noto Serif Malayalam Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Malayalam:wght@100..900&display=swap');

body {
    margin-left: auto;
    margin-right: auto;
    font-family: Hack, "Noto Serif Malayalam";
    font-size: 15pt;
    max-width: 900px;
    background-color: #3f3f3f;
    color: #dcdccc;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 6pt;
}

h1 {
    font-size: 1.6;
    text-align: center;
}

h2 {
    font-size: 1.3;
}


p {
    text-align: left;
    padding-left: 3%;
}

.figure > p {
    font-style: italic;
}

a {
    text-decoration: none;
}

a:link {
    color: #9d7171;
}

a:visited {
    color: #cc9393;
}


table {
    margin-left: 3%;
    margin-top: 25px;
    margin-bottom: 25px;
    /* line-height: 0.8; */
}

td {
  padding: 0px 15px; /* 10px top/bottom padding for all cells */
}

td:nth-child(n+1), th:nth-child(n+1){
    padding-right: 40px;
}

th.org-left {
    text-align: left;
}

thead {
    line-height: 1.1;
}

.org-src-container {
    border-style: dotted;
    margin-left: 3%;
    text-indent: 3%;
    font-size: smaller;
    margin-top: -10px;}

code {
    color: darkgray;

}
code, pre {
    font-family: Hack, monospace;
}

/* Table columns with Malayalam letters larger */
table td:first-child {
    /* font-family: "Noto Serif Malayalam"; */
    font-size: x-large; /* Makes the font size larger than the default inherited size */
}
.styledtable td:nth-child(even) {
    /* font: "Noto Serif Malayalam"; */
    font-size: x-large;
}
.styledtable2 {
    /* font: "Noto Serif Malayalam"; */
    font-size: x-large;
    border-style: hidden;
}


/* Postamble */
div#postamble {
    float: right;
    font-size: 13px;
    width: 270px;
}

#postamble .author, 
#postamble .date, 
#postamble .validation,
#postamble .creator {
    margin-top: 0;          /* Remove default margin */
    margin-bottom: 0; /* Set a small bottom margin */
}



