.themeindex-block {
  padding-bottom:0.5em;
  margin-top:0.4em;
}
.themeindex-row {
  display:flex;
  border-bottom:1px solid #772c21;
  padding-bottom:3px;
  margin:0 0.5em 0 0;
}
.themeindex-row a {
  text-decoration:none;
}
.themeindex-row > p:nth-child(1){
  font-weight:bold;
  font-style:italic;
  margin: 0.3em 0 0 0;
  flex: 17%;
}
.themeindex-row > p:nth-child(2){
  margin: 0.3em 0.5em 0.1em 0.5em;
  flex:48%;
}
