/* simulation.css */

#MainContent {
  padding: 15px 5px 10px 10px;
}

.financingTable,
.evolution {
  margin: 10px auto;
}

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

.date,
.tableTitle {
  background: #040558;
  color: white;
  font-weight: bold;
  text-align: center;
}

