table.lyrics {
    border-collapse: collapse;
  width: 100%;
    background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 30px 0;
  border-radius: 10px;
  table-layout: fixed
  }
  
  .lyrics > td, th{
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
    width: 100%;
    table-layout: fixed;

    
}

table.lyrics > tr, td {
  padding: 8px;
}

table.lyrics tr:not(:first-child):not(:last-child) {
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

table.lyrics tr td:only-child{
    text-align: center
    /*Remember to make it <td colspan="3">*/
  }