* {
box-sizing: border-box;
}

body {
margin: 0;
background-color: #f0f0f0
}

body.white {
margin: 0;
background-color: #ffffff
}

body.old {
margin: 0;
background-color: #f0f0f0
}

.header {
background-color: black;
padding-left: 0px; 
padding-right: 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
text-align: center;
}

.footer {
border-top: 1px solid #d9d9d9; 
border-radius: 10px;
background-color: #f5f5f5;
vertical-align: bottom;
padding-left: 50px; 
padding-right: 50px; 
padding-top: 10px; 
padding-bottom: 10px; 
text-align: left;
}

.no-select {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

.headbw {
background-color: #6e8fbf;
color: white;
border-radius: 5px;
padding-left: 0px; 
padding-right: 0px; 
padding-top: 2px; 
padding-bottom: 3px; 
text-align: center;
}

.previous {
background-color: #f1f1f1;
color: black;
padding: 8px 16px;
}

.next {
background-color: #f1f1f1;
color: black;
padding: 8px 16px;
}

.nextsmall {
background-color: #f1f1f1;
color: black;
padding: 4px 16px;
}

.thumbnail {
image-rendering: -webkit-optimize-contrast;
}

.round {
border-radius: 50%;
}

.buttondl {
background-color:#4CAF50;
border: none;
color: white;
padding: 6px 10px;
cursor: pointer;
font-size: 20px;
}

.buttondl:hover {
background-color: Blue;
}

.search-container button {
float: right;
padding: 6px;
margin-top: 8px;
margin-right: 16px;
background: #ddd;
font-size: 17px;
border: none;
cursor: pointer;
}

.search-container button:hover {
background: #ccc;
}

ol.outside {
list-style-position: outside;
}

ol li {
line-height: 1.4;
margin: 0px;
}

ul.outside {
list-style-position: outside;
}

ul.mobile-menu> li {
display: inline-block;
}

ul.mobile-menu> li > ul{
position: absolute;
}

ul.mobile-menu> li > ul li{
display: none;
}

ul.mobile-menu li:hover> ul > li {
display: block;
}

ul.menu {
list-style-type: none;
margin: 0;
padding-left: 0px; 
padding-right: 0px; 
padding-top: 2px; 
padding-bottom: 2px; 
text-align: center;
overflow: hidden;
background-color: #1d62b2;
}

ul li {
line-height: 1.4;
margin: 0px;
}

li.menu {
float: left;
}

li a.menu {
color: white;
display: inline-block;
text-align: center;
padding: 1px 10px;
text-decoration: none;
}

.navbar {
list-style-type: none;
margin: 0;
padding-left: 0px; 
padding-right: 0px; 
padding-top: 3px; 
padding-bottom: 3px; 
text-align: center;
overflow: hidden;
background-color: #1d62b2;
}

.dropbtn {
color: white;
display: inline-block;
text-align: center;
padding: 1px 10px;
text-decoration: none;
font-family: serif;
}

.dropdown:hover .dropbtn {
background-color: black;
text-decoration:none;
}

.dropdown {
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 500px) {
.dropdown-content
{
position: fixed;
left: 15px;
top: 67px;
}
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.dropdown-content a:hover {
background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
display: block;
}

.desc {
padding: 7px;
font-size: 14px;
font-family: "verdana";
text-align: center;
}

.center {
text-align: center;
}

.responsive-image {
  max-width: 100%;
  height: auto;
  display: block; /* optional: removes small whitespace below image */
}

.centerimage {
display: block;
margin-left: auto;
margin-right: auto;
}

form {
display: inline;
margin: 0;
padding: 0;
}

a:link {
text-decoration: none;
color: black;
}

a:visited {
text-decoration: none;
color: black;
}

a:hover {
text-decoration: underline;
}

.headlinebox {
font-family: "verdana";
background-color: white; 
border-right: 1px solid #d9d9d9; 
border-bottom: 2px solid #d9d9d9; 
padding-left: 8px; 
padding-right: 6px; 
padding-top: 1px; 
padding-bottom: 8px; 
margin: 0px; 
width: 632px;
border-radius: 10px;
}

.storybox {
font-family: "verdana";
background-color: white; 
border-right: 1px solid #d9d9d9; 
border-bottom: 2px solid #d9d9d9; 
padding-left: 10px; 
padding-right: 6px; 
padding-top: 1px; 
padding-bottom: 8px; 
margin: 0px; 
width: 632px;
border-radius: 10px;
}

.singlestorybox {
font-family: "verdana";
background-color: white; 
border-right: 1px solid #d9d9d9; 
border-bottom: 2px solid #d9d9d9; 
padding-left: 10px; 
padding-right: 6px; 
padding-top: 1px; 
padding-bottom: 8px; 
margin: 0px; 
width: 790px;
border-radius: 10px;
}

@media screen and (max-width: 500px) {
.storybox, .headlinebox
{
width: 100%;
}
}

.storyboxsmall {
font-family: "verdana";
background-color: white; 
border-right: 1px solid #d9d9d9; 
border-bottom: 2px solid #d9d9d9; 
padding-left: 10px; 
padding-right: 6px; 
padding-top: 1px; 
padding-bottom: 8px; 
margin: 0px; 
width: 305px;
border-radius: 10px;
}

@media screen and (max-width: 500px) {
.storyboxsmall
{
width: 50%;
}
}

.widebox {
font-family: "verdana";
background-color: white; 
border-right: 1px solid #d9d9d9; 
border-bottom: 2px solid #d9d9d9; 
padding-left: 8px; 
padding-right: 6px; 
padding-top: 1px; 
padding-bottom: 8px; 
margin: 0px; 
verical-align: center;
border-radius: 10px;
}

.prepbox {
background-color: white; 
border-right: 1px solid #d9d9d9; 
border-bottom: 2px solid #d9d9d9; 
padding-top: 0px; 
padding-left: 20px; 
padding-right: 20px; 
margin-left: 20px;
margin-right: 20px;
border-radius: 10px;
}

.preptext {
font-family: verdana;
font-size: 18px;
font-weight: normal;
line-height: 1.3;
}

.leftmenubox {
background-color: white; 
border-right: 1px solid #d9d9d9; 
border-bottom: 2px solid #d9d9d9; 
padding-left: 4px; 
padding-right: 4px; 
padding-top: 2px; 
padding-bottom: 2px; 
margin: 0px; 
width: 163px;
border-radius: 10px;
}

.rightmenubox {
background-color: white; 
border-right: 1px solid #d9d9d9; 
border-bottom: 2px solid #d9d9d9; 
padding-left: 6px; 
padding-right: 4px; 
padding-top: 2px; 
padding-bottom: 2px; 
margin: 0px; 
width: 300px;
border-radius: 10px;
}
@media screen and (max-width: 500px) {
.rightmenubox
{
width: 100%;
}
}

.boxheader {
width: 100%;
height: 14px;
font-style: bold;
font-family: "verdana";
font-size: 14px;
text-align: center;
color: white;
background-color:#6e8fbf;
border-radius: 5px;
}

.newsboxheader {
width: 100%;
height: 18px;
font-style: bold;
font-family: "arial";
font-size: 20px;
text-align: center;
color: white;
background-color:#6e8fbf;
border-radius: 5px;
}

.container_615 {
width: 615px;
}
@media screen and (max-width: 500px) {
.container_615
{
width: 100%;
}
}

.container_632 {
width: 632px;
}
@media screen and (max-width: 700px) {
.container_632
{
width: 100%;
}
}

.container_main {
width: 1200px;
margin-left: auto;
margin-right: auto;
float: none;
padding-top: 10px;
}
@media screen and (max-width: 700px) {
.container_main
{
width: 100%;
}
}

.container_story {
width: 1200px;
margin-left: 9%;
margin-right: auto;
float: none;
padding-top: 10px;
}
@media screen and (max-width: 700px) {
.container_main
{
width: 100%;
}
}

.air {
float: left;
vertical-align: top;
padding: 10px 10px 10px 10px;
}

air.left {
width: 32%
}

air.middle {
width: 32%;
}

air.right {
margin: auto;
}

.column {
float: left;
vertical-align: top;
padding: 10px 15px 10px 15px;
}

column.left {
width: 15%;
}

column.middle {
width: 54%;
}

column.right {
padding-left: 23px; 
}

column.half {
width: 50%;
}

column.third {
width: 33%;
}

column.story {
width: 65%;
}

column.about {
float: left;
width: 50%;
margin-bottom: 16px;
padding: 0 8px;
}

.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.title {
color: grey;
}

.row:after {
content: "";
display: table;
clear: both;
}

@media screen and (max-width: 700px) {
.column.middle, .column.right
{
width: 100%;
}
.column.left
{
display: none;
}
}

table.center {
margin-left:auto; 
margin-right:auto;
}

table.main {
width: 1155px;
}

td.main_left {
vertical-align: top;
text-align: left;
width: 15%;
}

td.main_middle {
vertical-align: top;
text-align: left;
width: 54%
}

td.main_right {
vertical-align: top;
text-align: left;
padding-left: 23px; 
}

table.topmenu {
width: 100%;
}

td.topmenuleft {
width: 32%;
padding-left: 40px; 
text-align: left;
}

td.topmenumiddle {
width: 38%;
text-align: center;
}

td.topmenuright {
width: 30%;
padding-left: 50px; 
padding-right: 40px; 
text-align: right;
}

table.leftmenu {
width: 155;
font-size: 13px;
background-color: #ffffff
}

td.leftmenu {
height: 10px;
padding-left: 6px;
font-family: "verdana";
text-align: left;
}

td.headlines {
padding-top: 4px;
padding-bottom: 4px;
padding-left: 6px;
font-size: 11px;
font-weight: bold;
font-family: "arial";
text-align: left;
}

table.rightmenu {
width: 280;
font-family: "verdana";
font-size: 13px;
background-color: #ffffff
}

td.rightmenu {
height: 10px;
padding-left: 6px;
font-family: "verdana";
text-align: left;
}

table.photo {
padding-right: 10px;
float: left;
}

table.photoleft {
padding-left: 10px;
float: right;
}

table.photoright {
padding-left: 10px;
float: right;
}

td.photo {
padding-right: 15px;
float: left;
}

table.share {
width: 632px;
}

td.share {
font-family: "verdana";
font-size: 12px;
vertical-align: middle;
text-align: left;
}

table.ratings {
width: 632px;
text-align: center;
}

th.ratings {
text-align: left;
width: 15%;
}

td.ratings {
text-align: left;
}

ul.bottom {
list-style-type: none;
margin: 10;
padding: 0;
}

table.bottom {
width: 1200px;
}

td.bottom1 {
vertical-align: top;
text-align: left;
}

td.bottom2 {
vertical-align: top;
text-align: left;
}

td.bottom3 {
vertical-align: top;
text-align: left;
padding-left: 20px; 
}

td.bottom4 {
vertical-align: top;
text-align: left;
padding-left: 20px;
}

.sticky {
position: fixed;
z-index: 10;
top: 0;
width: 100%;
}

.sticky + .content {
padding-top: 70px;
}

#banner_ad1 {
position: relative;
}

#banner_ad2 {
position: relative;
}

#banner_ad3 {
position: relative;
}

#banner_ad4 {
position: relative;
}

#banner_ad5 {
position: relative;
}

#banner_ad6 {
position: relative;
}

#banner_ad7 {
position: relative;
}

#banner_ad8 {
position: relative;
}

storybody {
display: inline;
font-size: 16px;
font-weight: normal;
font-family: "verdana";
line-height: 1.4;
}

.a10 {
display: inline;
font-size: 10px;
font-family: "arial";
line-height:1.4;
}

.a12 {
display: inline;
font-size: 12px;
font-family: "arial";
line-height:1.4;
}

.a15 {
display: inline;
font-size: 15px;
font-family: "arial";
line-height:1.4;
}

.a16 {
display: inline;
font-size: 16px;
font-family: "arial";
line-height:1.4;
}

.a17 {
display: inline;
font-size: 17px;
font-family: "arial";
line-height:1.4;
}

.a18 {
display: inline;
font-size: 18px;
font-family: "arial";
line-height:1.4;
}

.a18b {
display: inline;
font-size: 18px;
font-weight: bold;
font-family: "arial";
line-height:1.4;
}

.a19 {
display: inline;
font-size: 19px;
font-family: "arial";
line-height:1.4;
}

.a20 {
display: inline;
font-size: 20px;
font-family: "arial";
line-height:1.4;
}

.a20b {
display: inline;
font-size: 20px;
font-weight: bold;
font-family: "arial";
line-height:1.4;
}

.r15 {
display: inline;
font-size: 15px;
font-family: "railway";
line-height:1.4;
}

.r16 {
display: inline;
font-size: 16px;
font-family: "railway";
line-height:1.4;
}

.r17 {
display: inline;
font-size: 17px;
font-family: "railway";
line-height:1.4;
}

.r18 {
display: inline;
font-size: 18px;
font-family: "railway";
line-height:1.3;
}

.r18b {
display: inline;
font-size: 18px;
font-weight: bold;
font-family: "railway";
line-height:1.4;
}

.r19 {
display: inline;
font-size: 19px;
font-family: "railway";
line-height:1.4;
}

.r20 {
display: inline;
font-size: 20px;
font-family: "railway";
line-height:1.4;
}

.v01 {
font-size: 8px;
font-family: "verdana";
}

.v0 {
font-size: 9px;
font-family: "verdana";
}

.v1 {
font-size: 10px;
font-family: "verdana";
}

.v1b {
font-size: 10px;
font-family: "verdana";
font-weight: bold;
}

.v1bw {
font-size: 10px;
font-family: "verdana";
font-weight: bold;
color: white;
}

.v15 {
font-size: 12px;
font-family: "verdana";
}

.v2 {
font-size: 14px;
font-family: "verdana";
}

.v2b {
font-size: 14px;
font-family: "verdana";
font-weight: bold;
}

.v3 {
font-size: 15px;
font-family: "verdana";
}

.v3h {
font-size: 15px;
font-family: "verdana";
line-height: 1.4;
}

.v3b {
font-size: 15px;
font-family: "verdana";
font-weight: bold;
}

.v4 {
text-align: left;
font-size: 16px;
font-family: verdana;
}

.v4b {
text-align: left;
font-size: 16px;
font-family: verdana;
font-weight: bold;
}

.v5 {
text-align: left;
font-size: 18px;
font-family: verdana;
font-weight: bold;
}

.v6b {
text-align: left;
font-size: 18px;
font-family: verdana;
font-weight: bold;
}

.fieldb {
font-size: 12px;
font-family: "verdana";
font-weight: bold;
}

.flarge {
display: inline;
font-size: 18px;
font-family: "verdana";
line-height: normal;
}

.fmedium {
display: inline;
font-size: 14px;
font-family: "verdana";
line-height: 1.4;
}

.fsmall {
display: inline;
font-size: 10px;
font-family: "verdana";
line-height: normal;
}

p {
font-size: 14px;
font-family: "verdana";
line-height: normal;
}

p.flarge {
font-size: 18px;
font-family: "verdana";
line-height: normal;
}

p.fsmall {
display: inline;
font-size: 10px;
font-family: "verdana";
line-height: normal;
}

p.amedium {
display: inline;
font-size: 12px;
font-family: "arial";
line-height: normal;
}

p.asmall {
display: inline;
font-size: 10px;
font-family: "arial";
line-height: normal;
}

p.story {
font-size: 16px;
font-weight: normal;
font-family: "verdana";
line-height: 1.4;
}

p.bottom {
font-size: 16px;
font-family: "verdana";
}

p.preptext {
font-family: verdana;
font-size: 18px;
font-weight: normal;
line-height: 1.3;
}

p.promotext {
font-family: verdana;
font-size: 15px;
font-weight: normal;
line-height: 1.3;
}

td.vmedium {
font-size: 14px;
font-family: "verdana";
line-height: 1.5;
}

td.vsmall {
font-size: 12px;
font-family: "verdana";
line-height: normal;
}

td.vmini {
font-size: 10px;
font-family: "verdana";
line-height: normal;
}

td.aamedium {
font-size: 16px;
font-family: "arial";
line-height: normal;
}

td.amedium {
display: inline;
font-size: 16px;
font-family: "arial";
line-height: normal;
}

td.asmall {
display: inline;
font-size: 10px;
font-family: "arial";
line-height: normal;
}

h1 {
display: inline;
font-size: 24px;
font-style: normal;
font-family: "verdana";
}
@media screen and (max-width: 500px) {
h1
{
font-size: 20px;
}
}

h2 {
font-size: 30px;
font-family: "verdana";
}

h3 {
display: inline;
font-size: 20px;
font-style: bold;
font-family: "verdana";
}

h4 {
display: inline;
font-size: 16px;
font-style: bold;
font-family: "verdana";
}

h4.story {
display: inline;
font-size: 24px;
font-style: bold;
font: arial;
}
@media screen and (max-width: 500px) {
h4.story
{
font-size: 18px;
}
}

h4.sheader {
display: inline;
font-size: 18px;
font-style: bold;
font: arial;
}

h4.pheader {
display: inline;
font-size: 20px;
font-style: bold;
font: arial;
}

h5 {
display: inline;
font-size: 14px;
font-style: bold;
font: verdana;
}

form.login {
border: 3px solid #f1f1f1;
}

input.login[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}

.loginbutton {
background-color: #4CAF50;
color: white;
padding: 14px 10px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}

.loginbutton:hover {
opacity: 0.8;
}

.verifybutton {
background-color: #4CAF50;
color: white;
padding: 8px 5px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}

.aboutbutton {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
}

.imgcontainer {
text-align: center;
margin: 0px 0 0px 0;
}

.imgcontainer2 {
text-align: center;
margin: 20px 0 20px 0;
}

img.avatar {
width: 25%;
border-radius: 50%;
}

.container {
float: left;
}

.containerabout {
padding: 0 16px;
}

.containerabout::after, .row::after {
content: "";
clear: both;
display: table;
}

img.imgsize-leader {
width: 620px;
margin: 0px 0 0px 0;
}
@media screen and (max-width: 500px) {
img.imgsize-leader
{
width: 100%;
}
}

img.imgsize-story {
width: 790px;
margin: 0px 0 0px 0;
}
@media screen and (max-width: 500px) {
img.imgsize-leader
{
width: 100%;
}
}

img.imgsize-banner {
width: 350px;
text-align: center;
margin: 0px 0 0px 0;
}
@media screen and (max-width: 400px) {
img.imgsize-leader
{
width: 100%;
}
}

img.imgsize-500 {
width: 500px;
text-align: center;
margin: 0px 0 0px 0;
}
@media screen and (max-width: 400px) {
img.imgsize-picture
{
width: 100%;
}
}

img.imgsize-400 {
width: 400px;
margin: 0px 0 0px 0;
}
@media screen and (max-width: 400px) {
img.imgsize-picture
{
width: 100%;
}
}

img.imgsize-300 {
width: 300px;
margin: 0px 0 0px 0;
}
@media screen and (max-width: 400px) {
img.imgsize-picture
{
width: 100%;
}
}

img.imgsize-200 {
width: 200px;
margin: 0px 0 0px 0;
}
@media screen and (max-width: 400px) {
img.imgsize-picture
{
width: 100%;
}
}

img.imgsize-150 {
width: 150px;
margin: 0px 0 0px 0;
}
@media screen and (max-width: 400px) {
img.imgsize-picture
{
width: 100%;
}
}

img.imgsize-picture {
width: 400px;
margin: 0px 0 0px 0;
}
@media screen and (max-width: 400px) {
img.imgsize-picture
{
width: 100%;
}
}

.size-620-fixed {
width: 620px;
margin: 0px 0 0px 0;
}
@media screen and (max-width: 500px) {
img.size-620
{
width: 100%;
}
}

.size-620 {
max-width: 620px;
margin: 0px 0 0px 0;
}
@media screen and (max-width: 500px) {
img.size-620
{
width: 100%;
}
}

.buttonloadgrey {
background-color: #dddddd;
border: none;
color: black;
padding: 6px 16px;
border:1px solid #000000;
font-size: 12px
}

.buttonloadgreen {
background-color: #4caf50;
border: none;
color: white;
padding: 12px 16px;
font-size: 16px
}

.buttonload {
background-color: white;
color: black;
padding: 15px 15px;
font-size: 24px;
}

.fa {
margin-left: -12px;
margin-right: 8px;
}

.buttongr {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}

.synthbutton {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 10px;
text-align: center;
text-decoration: none;
border-radius: 12px;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}

.brownbutton {
background-color: #808080; /* Brown*/
border: none;
border-radius: 5px;
color: white;
padding: 8px 20px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
}

.collapsible {
background-color: #dfeffb;
border-radius: 5px;
color: black;
cursor: pointer;
padding: 10px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 18px;
font-family: verdana;
font-weight: bold;
}

.active, .collapsible:hover {
background-color: #dfeffb;
font-size: 18px;
font-family: verdana;
font-weight: bold;
}

.ad-link {
display: block; /* Or inline-block, depending on your layout */
visibility: visible;
pointer-events: auto;
}

.container_v {
max-width: 600px;
margin: auto;
}

.input-group {
margin-bottom: 15px;
}

.input-group label {
display: block;
margin-bottom: 5px;
}

.input-group input {
width: 100%;
padding: 10px;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 5px;
}

.button {
width: 100%;
padding: 15px;
background-color: #b3ffd9;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
}

.button:hover {
background-color: #a3e6c1;
}

.resend {
margin-top: 10px;
}

.resend a {
color: #0073e6;
text-decoration: none;
}

.resend a:hover {
text-decoration: underline;
}
