  #lirelasuite, #lirelasuite2, #lirelasuite3, #lirelasuite4 {
  display:none;
}
.linkRead {
  /*border: 1px solid #00407a;*/
  height: 50px;
  padding: 7px 5% 7px 5%;
  background-color: white;
  text-align: center;
  box-shadow:0 0 5px grey;
  border-radius: 5px;
  vertical-align: middle;
  color: #00407a;
  font-weight: bolder;
  font-size: 16px;
  /*margin-left: 2%;*/
  margin-top: 30px;
}
.position {
  margin-top: 30px;
}
.list {
  list-style-type: "\2756  "; color: #00407a;
}
.list li {
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  width: 80%;
  /*font-style: italic;*/
}
.list li:nth-child(even) {
  background-color: #f1f1f1;
}
.list li:nth-child(even) a {
  color: #00407a;
}
.list li:nth-child(even) a:hover {
  color: #af1f01;
}
.list li:nth-child(odd) {
  border: 1px solid #f1f1f1;
}