
/*
 *  Awards CSS
 */
.Awards {
  border: thick double #000000;
  padding: 20px;
  margin: 10px;
  padding-bottom: 10px;
  hei-ght: 540px;
  height: 660px;
}

.Awards h2, h3 {
  font-weight: bold;
  text-decoration: underline;
}

.Awards img {
  border: 2px solid #000000;
  height: 400px;
  height: 561px;
}

.tab {
  margin-left: 50px;
}

.Awards .CenterImageMedium  img {
  height: 350px;
}

.Awards .CenterImage img {
  max-width: 500px;
  max-height: 500px;
  width: auto;
  height: auto;
}

.Awards .CenterImageSmall img {
  height: 200px;
}

.Awards span {
  bo-rder: thick double #00ff00;
  float: left;
  margin-right: 50px;
  hei-ght: 430px;
}

.Awards h1 {
  font-size: 200%;
  padding-bottom: 1.5em;
  font-weight: bold;
}

.Awards h2 {
  font-size: 150%;
}

.Awards h3 {
  font-size: 125%;
  padding-bottom: .5em;
}

.Awards h4 {
  font-weight: normal;
  font-size: 75%;
}

.Awards .Separators {
  padding-top: 1em;
  padding-bottom: 1em;
}

.Awards .Justify p {
  text-align: justify;
}

.tooltip {
  position: relative;
  display inline-block;
  bo-rder-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  top: -50;
  left: 10;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
