table.mentions {
  border: none;
  height: 450px;
  width: 100%;
}

table.mentions td {
  vertical-align: middle;
  width: 50%;
}

table.mentions tr {
  height: 50%;
}

table.mentions table {
  border: 1px solid #cdd;
  border-collapse: collapse;
  height: 200px;
  padding: 0px;
}

table.mentions table th {
  padding: 0px;
  width: 24px;
}

table.mentions table th img {
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  width: 30px;
}

table.mentions table td {
  color: #589;
  text-align: center;
  width: 300px;
}
