body
{
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
}

html
{
/* background-image: url(images/seagull1.jpg);
background-position: bottom right;
background-repeat: no-repeat;
*/
margin: 0;
padding: 0;
}

a { color: #330000; }

/*a:link { color: #999999; text-decoration: underline dotted; }*/
a:link { color: #999999; text-decoration: none; }
a:visited { color: #777777; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
a:active { color: #C00000; }

.nav
{
color: #C00000;
}

.h1
{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 48px;
margin: 0;
padding: 8px 16px 0 8px;
color: #E0E0E0;
}

div
{
text-align: center;
border: 0;
}

.topnavdiv
{
background-image: url(images/indenaamvanChristus.jpg);
/*background-position: top left;*/
background-repeat: no-repeat;

position: absolute;
z-index: 2;
background-color: #FFFFFF;
border-top: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
text-align: left;
top: 0%;
left: 0px;
width: 15%;
}

.navdiv
{
position: absolute;
z-index: 2;
background-color: #FFFFFF;
border-top: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
text-align: left;
/*height: 86%;*/
top: 4%;
left: 0px;
width: 15%;
}

.navdiv a
{
margin: 0px 0px 0px 5px;
}

.big-div
{
position: absolute;
z-index: 0;
/*
background-image: url(images/seagull2.jpg);
background-position: bottom right;
background-repeat: no-repeat;
*/
background-color: transparent;
border: 1px solid #C0C0C0;
text-align: left;
width: 80%;
height: 91%;
left: 15%;
top: 4%;
padding: 0px 0px 0px 10px;
overflow: auto;
}


.textdiv1
{
position: absolute;
z-index: 1;
background-color: transparent;
text-align: left;
left: 2.5%;
top: 2.5%;
width: 85%;
height: 95%;
padding: 0px 0px 0px 0px;
}
.textdiv1center
{
z-index: 1;
background-color: transparent;
text-align: center;
padding: 0px 0px 0px 0px;
}

.comments
{
position: absolute;
width: 50%;
z-index: 2;
left: 25%;
top: 25%;
background-color: #F8F8F8;
border: 1px solid #C00000;
text-align: left;
}

.pc1
{
position: absolute;
width: 25%;
height: 50%;
z-index: 2;
left: 25%;
top: 25%;
background-color: #F8F8F8;
border: 1px solid #C00000;
text-align: left;
}

.pcdiv2
{
position: absolute;
width: 60%;
height: 100%;
z-index: 3;
left: 20%;
top: 0%;
border: 0px dashed #C0C0C0;
text-align: left;
}

.copyrightdiv
{
position: absolute;
text-align: center;
z-index: 3;
background-color: #F0F0F0;
border: 1px solid #C0C0C0;
top: 97%;
left: 15%;
padding: 0px 0px 0px 10px;
width: 80%;
}

.button
{
border: 0px;
width: 80px;
height: 15px;
}

.buttonsdiv
{
float: right;
margin-right: 90px;
margin-top: 110px;
z-index: 3;
background-color: #FFFFFF;
border: 1px solid #C0C0C0;
text-align: center;
/*
top: 15%;
right: 7.5%;
*/
width: 15%;
padding: 0px 0px 0px 0px;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

/* Style the collapsible content. Note: hidden by default */
.content {
  text-align: left;
  padding: 0 18px;
  max-height: 0;

  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

#tables {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 70%;
}

#tables td, #tables th {
  border: 1px solid #ddd;
  padding: 4px;
}

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

#tables tr:hover {background-color: #ddd;}

#tables th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #C0C0C0;
  color: white;
}

.button2 {
  /*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;
}

.imgIconLeft {
	border-radius:4px; 
	border: 3px solid #777; 
	display: block; 
	margin-left: auto;
	margin-right: auto;
}

.footer, .push {
    height: 35px; /* .push must be the same height as .footer */
}

.psmall {
	    font-size: 90%;
}
.psmall2 {
	    font-size: 80%;
}

.psmall3 {
	    font-size: 70%;
	    color: #AAAAAA;
	    margin-left: 3px;
}

/* BEGIN expandanble section 
details {
  user-select: none;
}

details>summary span.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  margin-left: auto;
}

details[open] summary span.icon {
  transform: rotate(180deg);
}

summary {
  display: flex;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}
 END expandable section*/