@charset "utf-8";
                                    /* webpage css below */
.abudiv1, dropdown {
   width: 710px;
   margin: 0 auto
}
.abutable1{
   width: 100%;
   font-size: 1.0em;
   font-family: Arial;
}
.abutd1{
   width: 10%
}
.abutd2{
   width: 90%;
   line-height: 1.2em;
   text-align: center;
}
.center {
    text-align:center;
}
.left {
	text-align:left;
}
.P1qua {
   font-style: italic;
   color: blue;
}
.P1will {
   font-size: 0.7em;
   font-style: italic
}
.abuP2 {
   width: 100%;
   text-align: left
}
.bold {
   font-weight: 600
}
.tribute {
   width:700px;
   margin: 0 auto;
   padding-right:10px;
   font-size: 1.0em
}

/* read more css below */
#dropdown{
  text-align: left;
}
.read-more-state {
  display: none;
  width: ;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  font-style: ;
  transition: .25s ease;
  color: /*#191970*/
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'read more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'read less';
}
/* icon control */
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0.3em;
  color:  red;
  font-size: 1.0em;
  border: 2px solid #3B5C90;
  border-radius: .35em;
  background-color: #f0f0f0}

/* box control */
  #wrap {
  width: 710px;
  padding-right: 4px;
  background:  white; /*#f0f0f0; */
  color:   black;
 /* border: 1px solid #3B5C90;*/
  border-radius: ; /*.35em;*/
  text-align: left
}
