table {
  border-collapse: collapse;
  empty-cells: show;
  border: 1px solid black; 
}

table td, table th {
  border: 1px solid #ABABCC;
  text-align: center;
  width: 30px;
}

.author {
	text-align: left;
	width: 200px;
}