ol.letter {
  list-style-type: lower-alpha !important;
}
ol.roman {
  list-style-type: lower-roman !important;
}
/* increase the empty cells width when editing the table in the CMS */
table tr td, table tr th{
  min-width: 10px;
}

.embedded-entity.video {
  width: 100%;
}
