.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}

#valueprop-table {
  width: 620px;
  height: 467px;
  background-image: url('./valuepropimages/slide.png');
  vertical-align: middle;
}

#valueprop-div {
  background-image: url('./valuepropimages/closebutton.png');
  width: 100px;
  height: 30px;
}

#footnote {
  display: none;
  width: 140px;
  height: 55px;
  /* background-color: rgb(236, 225, 56); */
  background-image: url('./valuepropimages/footnote.png');
  padding: 10px;
  z-index: 40;
  position: fixed;
  top: 0;
  left: 0;
}

.slide {
  /* height: 300px; */
  z-index: 30;
  position: fixed;
  top: 25px;
  left: 0px;
  width: 100%;
}

.list {
  font-family: calibri, sans;
  /* font-weight: bold; */
  font-size: 12pt;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.slidehead {
  font-family: calibri, sans;
  font-weight: 800;
  font-size: 25pt;
}