.boxConnection {
  height: auto;
}
.boxConnectionLeft {
  display: none;
}
article {
  background: rgba(255,255,255,0.2);
  margin: 0 0 20px;
  padding: 10px;
}
table {
  background: rgba(255,255,255,0.2);
  width: 100%;
}
table th {
  background: #fff;
  color: #000;
  padding: 5px;
  font-size: 80%;
}
table td {
  color: #fff;
  padding: 5px;
  font-size: 80%;
  border-bottom: 1px solid #fff;
}
table tr:last-child td {
  border-bottom: none;
}
