@font-face {
    font-family: Arimo;
    src: url(Arimo-VariableFont_wght.ttf);
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    font-family: 'Arimo','sans-serif';
    font-size: 16.5px;
    display: flex;
    justify-content: center;
    line-height: 1.3
}

.fontsize {
    font-size: 14px
}

.div1 {
    width: 70%
}

.div2 {
    width: 100%;
    max-width: 760px;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    border: 2px solid #969696;
    padding-top: 10px;
    padding-right: 1%;
    padding-bottom: 50px;
    padding-left: 1%
}

.div3 {
    width: 100%;
    max-width: 760px;
}

hr {
    height: 1px;
    border: none;
    color: rgba(0, 85, 170, 1);
    background-image: linear-gradient(90deg, white, black, white );
}


a:link,a:visited {
    color: #00008b;
    text-decoration: underline
}

a:hover {
    color: #4169e1
}

p {
    font-family: 'Arimo',sans-serif;
    line-height: 1.3;
    font-size: 16.5px
}

h1 {
    color: #05a;
    font-family: 'Arimo',sans-serif
}

h2 {
    color: #05a;
    font-family: 'Arimo',sans-serif;
    font-size: 22px
}

h3 {
    color: #05a;
    font-family: 'Arimo',sans-serif;
    font-size: 22px
}

.myh3 {
    display: flex;
    font-size: 1.3em;
    font-weight: bold;
    margin-block-start:1.33em;margin-block-end:1.33em;color: #05a
}

.smallh2 {
    font-family: 'Arimo',sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 16.5px
}

pre {
    font-family: 'Arimo',sans-serif;
    line-height: 1.3;
    display: inline;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word
}

.button1 {
    background-color: #d3d3d3;
    color: #000;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #000;
    margin: 2px
}

.transparent {
    background-color: transparent;
    border: 0;
    padding: 5px 10px;
    text-align: center;
    border-radius: 0;
    display: inline-block
}

div.sticky0 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #f5f5f5
}

div.sticky72 {
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
    background-color: #f5f5f5
}

div.sticky500 {
    position: -webkit-sticky;
    position: sticky;
    top: 340px
}

.largesize {
    width: 170px;
    height: auto
}

.size {
    width: 120px;
    height: auto
}

.smallsize {
    width: 70px;
    height: auto
}

@media screen and (orientation: portrait) and (pointer:coarse) {
    .largesize {
        width:170px;
        height: 42px
    }

    .size {
        width: 120px;
        height: 42px
    }

    .smallsize {
        width: 70px;
        height: 42px
    }
}

@media screen and (min-width: 768px) and (orientation:portrait) and (pointer:coarse) {
    .largesize {
        width:170px;
        height: auto
    }

    .size {
        width: 120px;
        height: auto
    }

    .smallsize {
        width: 70px;
        height: auto
    }
}

div.sticky125 {
    position: -webkit-sticky;
    position: sticky;
    top: 125px;
    background-color: #f5f5f5
}

@media screen and (orientation: portrait) and (pointer:coarse) {
    div.sticky125 {
        position:-webkit-sticky;
        position: sticky;
        top: 183px;
        background-color: #f5f5f5
    }
}

@media screen and (min-width: 768px) and (orientation:portrait) and (pointer:coarse) {
    div.sticky125 {
        position:-webkit-sticky;
        position: sticky;
        top: 125px;
        background-color: #f5f5f5
    }
}

.fsizemain {
    font-size: 11pt
}

@media screen and (orientation: portrait) and (pointer:coarse) {
    .fsizemain {
        font-size:9pt;
        font-weight: bold
    }
}

.fsize {
    font-size: 10pt
}

@media screen and (orientation: portrait) and (pointer:coarse) {
    .fsize {
        font-size:7pt;
        font-weight: bold
    }
}

@media screen and (min-width: 768px) and (orientation:portrait) and (pointer:coarse) {
    .fsize {
        font-size:10pt
    }
}

.checksumstyle {
    font-family: 'Arimo',sans-serif;
    visibility: visible;
    font-style: italic;
    font-size: 14px;
    display: flex;
    justify-content: center;
    line-height: 1.3
}

@media screen and (orientation: portrait) and (pointer:coarse) {
    .checksumstyle {
        visibility:hidden
    }
}

.button1:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    transition-duration: .4s;
    background-color: #fff;
    color: #000
}

body {
    background-image: url('/img/moon-and-earth-in-orbitgrey.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative
}

.TableWithBorder {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 10px;
    padding: 5px
}

.TableWithBorder th {
    border: 1px solid #000;
    padding: 5px;
    background: #c7ffe6
}

.TableWithBorder td {
    border: 1px solid #000;
    padding: 5px
}

.TableWithoutBorder {
    width: 100%;
    border: 0 solid #000;
    border-collapse: collapse;
    border-spacing: 10px;
    padding: 5px
}

.TwoColors tr:nth-child(odd) {
    background-color: #dcdcdc
}

.dropbtn {
    background-color: #04aa6d;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: 0
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 1
}

.dropdown-content a {
    display: block;
    margin: 7px 0 0 0;
    background-color: #d3d3d3;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #000;
    font-family: 'Arimo','sans-serif';
    font-size: 16.5px
}

.dropdown-content a:hover {
    background-color: #ddd
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41
}

#loader {
    position: relative;
    left: 50%;
    top: 20%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
