/* Color Scheme! */
/* country flag positions */
/* car colour positions */
#s-investors {
  background-color: white;
}
#s-investors h1,
#s-investors h2 {
  text-transform: uppercase;
  color: black;
}
#s-investors h1 {
  font-size: 36px;
}
#s-investors h2 {
  font-size: 24px;
}
#s-investors .introduction {
  margin-bottom: 60px;
  position: relative;
}
#s-investors .introduction h1 {
  margin-bottom: 22px;
}
#s-investors .introduction .text {
  margin-top: 22px;
  font-size: 21px;
  line-height: 24px;
}
#s-investors .stock {
  overflow: hidden;
  height: 215px;
}
#s-investors .stock p {
  margin-top: 18px;
}
#s-investors .stock object {
  margin-top: -39px;
}
#s-investors #shared-issued {
  position: absolute;
  left: 522px;
  bottom: -30px;
}
#s-investors .downloads {
  margin-bottom: 38px;
}
#s-investors .downloads h2 {
  margin-bottom: 15px;
}
#s-investors .downloads .download {
  padding: 14px 0px;
  border-bottom: 1px dotted black;
  height: 32px;
}
#s-investors .downloads .download:link,
#s-investors .downloads .download:visited,
#s-investors .downloads .download:active {
  color: #5c5c5c;
}
#s-investors .downloads .download:hover {
  color: #000000;
  text-decoration: underline;
}
#s-investors .downloads .download:hover .icon {
  background-position: 0 -120px;
}
#s-investors .downloads .download:hover .label {
  text-decoration: underline;
}
#s-investors .downloads .download:nth-child(2),
#s-investors .downloads .download:nth-child(3) {
  border-top: 1px dotted black;
}
#s-investors .label {
  margin-left: 12px;
  display: block;
  float: left;
  font-size: 15px;
  padding-top: 8px;
}
#s-investors .icon {
  margin-left: 8px;
  width: 28px;
  height: 36px;
  background: url('../../images/icons_files.png') no-repeat 0 -60px;
  display: block;
  float: left;
}
