/* loi.css */

.Content h1 {
  Font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fa5a03;
}

.investmentTable {
  font-size: 12px;
  margin: 10px 0;
}

.investmentTable td {
  padding: 5px;
  border: 1px solid black;
}

.Content ol {
  padding: 10px 25px;
  list-style-type:upper-roman;
  color: black;
}

.Content ol li a {
  font-size: 14px;
  color: #7B3817;
  text-decoration: none;
}

.Content ol li a:hover {
  text-decoration: underline;
}

.Content .title {
  color: #072999;
  font-size: 14px;
  padding: 0 0 10px 0;
}

.Content .title a {
  color: #072999;
  display: block;
}

.Content .title a:hover {
  color: #EE7C1C;
}

.Content .articleTitle {
  font-size: 14px;
  padding: 10px 0;
  color: #031F82;
}

.Content p {
  font-size: 12px;
  padding: 10px 0;
}

.Content ul {
  padding: 10px;
  font-size: 12px;
}

.Content ul li {
  margin: 10px;
}

.Content ul li a {
  color: #072999;
}

.Content ul li a:hover {
  text-decoration: none;
}

.Content .financingTable,
.Content .evolution {
  margin: 10px 0;
}

.Content .financingTable td,
.Content .evolution td {
  font-size: 12px;
  border: 1px solid #3A1F0F;
  padding: 5px;
}

.Content .financingTable .one,
.Content .evolution.one {
  background: #3a4c92;
  color: white;
}

.Content .financingTable .two,
.Content .evolution.two {
  background: #6e8af5;
  color: white;
}

.Content .diagnosticPartner {
  text-align: right;
}

.Content .diagnosticPartner img {
  display: none;
} 
