.synesthesie {
  font-size: 24px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;

  border: 1px solid #000000;
  padding: 24px 24px;
  text-align: center;
  width: 200px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #666 8px 8px 8px;
  -moz-box-shadow: #666 8px 8px 8px;
  box-shadow: #666 8px 8px 8px;
  background: #ff4400;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#ff4400),
    to(#aa0000)
  );
  background: -webkit-linear-gradient(#ff6000, #aa0000);
  background: -moz-linear-gradient(#ff4400, #aa0000);
  background: -ms-linear-gradient(#ff4400, #aa0000);
  background: -o-linear-gradient(#ff4400, #aa0000);
  background: linear-gradient(#ff4400, #aa0000);
}

.synesthesie table {
  width: 100%;
}

.synesthesie tr,
td {
  background: #ffffff;
  border: 2px solid black;
  border-radius: 4px;
}

.synesthesie tr:hover,
td:hover {
  background-color: #eeeeee;
}

.synesthesie tr:active,
td:active {
  background-color: #dddddd;
}

.synesthesie a {
  cursor: pointer;
}

.tautologie {
  font-size: 24px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;

  border: 1px solid #000000;
  padding: 24px 24px;
  text-align: center;
  width: 200px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #666 8px 8px 8px;
  -moz-box-shadow: #666 8px 8px 8px;
  box-shadow: #666 8px 8px 8px;
  background: #ffba37;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#ffba37),
    to(#745519)
  );
  background: -webkit-linear-gradient(#ffba37, #745519);
  background: -moz-linear-gradient(#ffba37, #745519);
  background: -ms-linear-gradient(#ffba37, #745519);
  background: -o-linear-gradient(#ffba37, #745519);
  background: linear-gradient(#ffba37, #745519);
}

.tautologie table {
  width: 100%;
}

.tautologie tr,
td {
  background: #ffffff;
  border: 2px solid black;
  border-radius: 4px;
}

.tautologie tr:hover,
td:hover {
  background-color: #eeeeee;
}

.tautologie tr:active,
td:active {
  background-color: #dddddd;
}

.tautologie a {
  cursor: pointer;
}
