::-webkit-scrollbar-thumb {
    background: #ff2323
}

::-webkit-scrollbar-track {
    background: #2321b9
}

::-webkit-scrollbar {
    width: 2px
}

*,
body,
html {
    box-sizing: border-box
}

body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
    line-height: 1.5
}

body {
    margin: 0;
    padding: 0;
    font-family: open sans, sans-serif;
    background: #fff
}

a {
    text-decoration: none
}

  
  .topnav {
    overflow: hidden;
    background-color: #2c5dad;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 26px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #00000047;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

.container {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center
}



.bookmarks a {
    display: block;
    text-align: right;
    padding: 10px 18px 10px 0;
    color: #ffffffbf;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid transparent;
    margin-left: 15px
}

.bookmarks {
    overflow: auto;
    height: 90%;
    padding-right: 3px
}

#mobile-fly-menu {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 40px;
    float: left;
    color: wheat
}

#mobile-fly-menu:hover span {
    background: #fff
}

#mobile-fly-menu span:nth-child(1) {
    top: 10px;
    width: 38px
}

#mobile-fly-menu span:nth-child(2) {
    top: 19px;
    width: 30px
}

#mobile-fly-menu span:nth-child(3) {
    top: 28px;
    width: 22px
}

#mobile-fly-menu span {
    display: block;
    position: absolute;
    left: 12px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 4px;
    background: #fff
}

.site-link {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 20px
}

.site-link a {
    font-size: 20px;
    display: block;
    padding: 3px 20px;
    text-align: left
}

.site-link a:hover {
    color: #fff9
}

.bookmarks a:hover {
    color: #000;
    outline-color: #000;
    outline: thin;
    outline-style: groove;
    background-color: #fff
}

span {
    border-radius: 5px
}

.mainsection {
    width: 90%;
    margin: auto;
      padding-top: 20px;
    
}
.mainsections {
    width: 80%;
    margin: 20px;
    margin-top: 10px;
}
h1{
    text-align: center;
}
table{
margin-top: 12px;
   border-collapse: collapse;
  width:90%
}

table, th, td {
    border: 2px solid #a33833;
    border-collapse: collapse;
  text-align: center;}
 

  th{
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 21%);
    background: linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d);
    padding: 11px;
    color: #fff;
    
  }
  td{
    background-color: #fff;
    font-size: 17px;
    
    
  }
  th, td {
    border-style: outset;
  }
 

tr:nth-child(even) {background-color: #f2f2f2;}

.links {
    text-align: center;
    margin-top: 10px;
    clear: both;
    float: left;
    width: 100%
}

button.btn.btn-primary {
    margin: 3px
}

.links a {
    background: linear-gradient(45deg,#405de6,#5851db,#4c5cca,#284fff,#8e73ea,#633bb1);
    display: inline-block;
    margin: 3px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    padding: 7px 14px;
    text-align: center;
    box-shadow: 2px 2px 4px #ccc
}

.links a:hover {
    background: #0041d0;
    color: #fff
}


#scroll {
    display: none;
    position: fixed;
    bottom: 20%;
    right: 0;
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    z-index: 99;
    color: #fff;
    font-size: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 14px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .21);
    border-radius: 0;
    margin-right: 5px
}

.footer {
    width: 100%;
    float: left;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fff;
    padding-bottom: 50px
}

.footer p {
    color: #444
}

@media only screen and (max-width:970px) {
    .leftsection {
        width: 75%;
        display: none
    }
    .mads {
        width: 100%;
        height: 90px
    }
    #mobile-fly-menu span:nth-child(1) {
        top: 9px;
        width: 38px;
        background: #fff
    }
    #mobile-fly-menu span:nth-child(2) {
        top: 19px;
        width: 30px;
        background: #fff
    }
    #mobile-fly-menu span:nth-child(3) {
        top: 28px;
        width: 22px;
        background: #fff
    }
    #mobile-fly-menu {
        position: absolute
    }
    .container {
        max-width: 100%
    }
    .rightside {
        width: 100%;
        margin-left: 0%
    }
    .footer .thumb {
        width: 90%
    }
    #myBtn {
        bottom: 20%
    }
}

@media only screen and (max-width:600px) {
    .container {
        width: 100%
    }
    .mads {
        width: 100%;
        height: 50px
    }
    .footer img {
        width: 90%
    }
    .site-info {
        padding: 0 5px
    }
    p.copied {
        width: 50%
    }
    .ads {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .footer .thumb img {
        width: 100%
    }
}

.site-title a {
    color: #fff;
    padding: 3px;
    font-size: 25px;
    text-transform: none;
    font-family: pacifico, cursive;
    text-align: center
}

p.smiley {
    text-align: center;
    font-family: cursive;
    opacity: .8
}

.japanese-list {
    text-align: center;
    margin: 17px
}

p {
    margin-top: 15px;
    margin-bottom: 20px
}

h2.site-description {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px
}

img {
    margin-top: 15px;
    margin-bottom: 15px
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: left;
    margin-left: 9px
}

h2 {
    text-align: center;
    margin: 5px;
    font-size: 26px
}
h3 {
    text-align: center;
}
footer {
    background: #fff
}

.copyright-area {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px
}

button.btn.btn-primary {
    opacity: .9
}

p.site-title {
    text-align: center
}

.mainsection {
   width: 90%;
   margin: auto;
   padding-top: 20px;
    text-align: center
}

img {
    max-width: 900px
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    float: left;
    font-size: 18px;
    margin-right: 5px
}

.resp-sharing-button {
    transition: 25ms ease-out;
    padding: 3px 25px;
    border-radius: 3px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: .4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465c
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25d366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9
}

.resp-sharing-button--email {
    background-color: #777;
    border-color: #777
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e
}

.resp-sharing-button--whatsapp {
    background-color: #25d366;
    border-color: #25d366
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
    background-color: #1da851;
    border-color: #1da851
}

.resp-sharing-button--telegram {
    background-color: #08c;
    border-color: #08c
}

.share-link {
    float: left;
    width: 100%;
    padding: 10px 0;
    cursor: pointer
}

.share-link span {
    color: #777;
    font-family: arial, sans-serif
}

#share-link {
    cursor: pointer
}

.share {
    padding-top: 8px;
    padding-left: 5px;
    display: block;
    float: left;
    text-transform: uppercase;
    color: #c1c1c1;
    margin-right: 5px;
    font-size: 12px;
    text-align: right
}

@media only screen and (max-width:670px) {
    .resp-sharing-button__link {
        font-size: 18px;
        margin-bottom: 4px;
        padding: 1px;
        margin-right: 5px
    }
    .resp-sharing-button {
        padding: 5px 16px
    }
}

.share_button {
    margin-top: 10px;
    margin-bottom: 5px
}

p.top {
    margin-top: 62px;
    text-align: center;
    font-weight: 600;
    font-family: -webkit-pictograph;
    opacity: .9
}