The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@media screen and (orientation: landscape) {
  span {
    background: blue; }

  /* fudge */
  /* budge */
  div {
    color: red; } }
@media screen and (orientation: landscape) {
  /* crash */
  p {
    width: 100px; } }