table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
table {
max-width: 100%;
width: 100%;
table-layout: fixed;
}
table img {
max-width: 100%;
}
#page-liner {
background: rgb( 255, 255, 255 );
margin: auto auto auto auto;
max-width: 1200px;
box-shadow: 0px 0px 2px #5b5b5b;
}
body {
font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 18px;
line-height: 1.15;
font-weight: 300;
}
b,strong {
font-weight: bold;
}
a,a:hover,a:active,a:focus {
color: rgb( 13, 61, 155 );
color: rgba( 18, 90, 222, 1 );
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active,a:focus {
background: rgb( 235, 235, 235 );
background: rgba( 50, 50, 50, .1 );
}
h1,
h2,
h3,
h4,
h5,
h6 {
border: 0;
margin: 0;
outline: 0;
padding: 0;
text-indent: 0;
vertical-align: baseline;
clear: both;
font-weight: bold;
margin-bottom: 12px;
margin-top: 15px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
text-decoration: none;
}
h1 {
line-height: normal;
}
h2 {
line-height: normal;
}
h3 {
line-height: normal;
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.25rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.375rem;
}
h5 {
font-size: 1.125rem;
}
h6 {
font-size: 1.0rem;
}
.grid-container-5cols {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;
width: 100%;
}
.grid-container-4cols {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
width: 100%;
}
.grid-container-3cols {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
width: 100%;
}
.grid-container-2cols {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
width: 100%;
}
.grid-item {
background-color: white;
text-align: left;
}
.grid-item-with-border {
background-color: white;
border: 1px solid #ddd;
text-align: left;
}
.grid-item img {
width: 100%;
height: auto;
display: block;
padding: 0px;
}
.grid-item .caption {
padding: 5px 0 5px 0;
}
.grid-item .caption-ar {
padding: 5px 0 5px 0;
text-align: right;
direction: rtl;
}
.text_divider {
display: block;
margin: 0px auto;
max-width: 90px;
}
.toc-header {
color:black;
}