@charset "utf-8";
/* CSS Document */
/* styles.css */

body {
  background-color: #993;
  background-image: url('images/bg-acorns3.jpg');
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
  .cell-fill1 {
	background-color: rgba(202, 230, 189, 0.95);
  }
  .cell-fill2 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  #special-cell {
    background-color: orange;
  }
.title1 {
	font-size: 24px;
	color: #360;
	text-align: center;
}
.title2 {
	font-size: 24px;
	color: #e79d16;
}
.texta1 {
	font-size: 16px;
	color: #360;
	text-align: center;
}
.texta2 {
	font-size: 16px;
	color: #360;
	text-align: left;
}
.linkstyle1:link, .linkstyle1:visited {
  font-size: 14px;
  background-color: rgba(119, 146, 115, 1.0);
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid white; 
}

.linkstyle1:hover, .linkstyle1:active {
  background-color: #e79d16;
}

.linkstyle2:link, .linkstyle2:visited {
  font-size: 14px;
  background-color: rgba(119, 146, 115, 1.0);
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid red; 
}

.linkstyle2:hover, .linkstyle2:active {
  background-color: #e79d16;
}
.Text001 {
	font-size: 16px;
	color: #033501;
}
.Bigtext001 {
	font-size: 20px;
	font-weight: bold;
	color: #033501;
}
.Bigtext002 {
	font-size: 16px;
	font-weight: bold;
	color: #033501;
}
.Text002 {
	font-size: 16px;
	color: #02246f;
}
 Code for Charts goes after this 
.white-text {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
}
.white-text p strong {
	font-size: 18px;
}
.white-text p {
	font-size: 18px;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:15px;
}

details {
  border: 1px solid #01496b;
  border-radius: 1px;
  padding: 0.5em 0.5em 0;
  background-color:#01496b;
  !important
  
}

summary {
  font-weight: bold;
  font-family:Verdana, Geneva, sans-serif;
  font-size:15px;
  color:#f9f99b;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  background-color:#01496b
  !important;
}

details[open] {
  padding: 0.5em;
  font-family:Verdana, Geneva, sans-serif;
  font-size:15px;
  color:#FFF;
}

details[open] summary {
  border-bottom: 1px solid #01496b;
  margin-bottom: 0.5em;

}
