@font-face {
    font-family: 'Lato';
    src: url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
}

body{
    background-color: rgb(230, 230, 230);
    font-family: 'Teko', 'Verdana';
    font-weight: 400;
    margin: 0;
    padding: 0;
}

header {
    display: block;
    width: 100%;
    top: 0px;
    background-color: #C0D7EF;
    padding-bottom: 5em;

    margin-bottom: -3em;

    font-size: 120%;
    font-weight: 700;
    width: 100%;
    text-align: center;

}

header>i
{
    display: block;
    height: 100px;
    max-width: 900px;
    background-image: url('../img/2025logo.svg');
    background-size: 100% 100%;
    margin: auto;
    padding-top: 30px;
}


nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #C0D7EFD0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-size: 110%;
  text-transform: uppercase;
  padding: 0.1em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 100;
}

nav>a {
    color: black;
    text-decoration: none;
    margin: 0 0.6em;
}
nav>a:hover {
    color: white;
    text-shadow: 0.05em 0.15em #000000f0;
}


a[title]::before
{
    display: block;
    content: attr(title);
    color: white;
    max-width: 30em;
    margin: 0em auto 0em auto;
    text-shadow: 0.05em 0.15em #00000050;
    background-color: #5189BD;
}

a[title]{
    display: block;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #5189BD;
    padding: 0.5em 0;
    margin: 1em 0;
    font-size: 150%;
    font-weight: 700;
}

p, table, ul, li, h1, h2, hr {
    margin: 0.3em auto;
    max-width: 40em;
    padding-left: 2em;
    text-shadow: -0.05em -0.15em #ffffff70;
}

a.elink
{
  unicode-bidi:bidi-override;
  direction:rtl;
}


#pdf-js-viewer {
    width: 100%;
    height: calc(100vw * .71 + 5px);

}


#issues_list
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin: auto;
    width: 100%;
}
#issues_list.h_limit
{
    height: 250px;
}


.issue_thumb::after
{
    position: relative;

    top: 100%;
    content: attr(title);
    padding-top: 22px;
    padding-bottom: 8px;
    font-size: 75%;
    margin: -30px;
}
.issue_thumb
{
    display: block;
    background-image: url('/img/thumbs0.jpg');
    background-size: 1000% 400%;
    height: 150px;
    width: 106px;
    margin: 30px;
    text-align: center;
}
.issue_select
{
    background-color: white;
    outline: 30px solid white;
    border-bottom: 10px solid white;
}




footer {
    padding: 2em;
}

table, th, td
{
    border: 1px solid black;
    border-collapse: collapse;
}

table td, table th, table caption
{    padding: 0.2em 2em;
}

table>caption
{
    font-weight: 700;
    margin-top: 1.5em;
}

table i
{
    font-weight: 300;
    font-style: italic;
}

table td {
    font-weight: 700;
    text-align: center;
}

table th[scope=column] {
    font-size: 120%;
    font-weight: 600;
    -webkit-text-stroke: 0.2px black;
}

table th[scope=row] {
    font-weight: 300;
}

th>i
{
    font-size: 80%;
    display: block;
}