<style>
  /* Shared Styles */
  .event-sequence-grid, .event-sequence-list 
  { 
    font-family: sans-serif;
  }

  .event-sequence-grid table, table.event-sequence-list
  {
    border-collapse: collapse;
  }

  .event-sequence-list td, .event-sequence-grid td
  { 
    line-height: 1;
    padding: 2px 10px 2px 10px; 
    white-space: nowrap;
    text-align: center; 
  }

  /* Grid-only styles */
  .event-sequence-grid .content-cell {
    border: 1px solid black;
  }

  .event-sequence-grid .row-header {
    text-align: left;
  }

  .event-sequence-grid .column-header > div {
    width: 10px;

    -moz-transform:
      perspective(999px) /* Helps with the font distortion */
      translate(20px, 0px)
      rotate(-45deg);
    -moz-transform-origin: left bottom;
    -ms-transform:
      translate(21px, 0px)
      rotate(-45deg);
    -ms-transform-origin: left bottom;
    -webkit-transform:
      translate(21px, 2px) 
      rotate(-45deg);
    -webkit-transform-origin: left bottom;
    -o-transform:
      translate(21px, 0px)
      rotate(-45deg);
    -o-transform-origin: left bottom;
  }

  .event-sequence-grid .column-header span {
    border-bottom: 1px solid black;
  }

  /* Floating column styles */
  .event-sequence-grid .wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .event-sequence-grid .floating-col {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    border-right: 1px solid black;
    z-index: 1;
  }

  .event-sequence-grid .inner-wrapper {
    position: relative;
  }

  .event-sequence-grid .hidden-spacer {
    position: relative;
    display: inline-block;
  }

  .event-sequence-grid .table-body {
    overflow-x: scroll;
  }

  .event-sequence-grid .table-body table {
    position: relative;
    display: inline-block;
  }

  .event-sequence-grid .floating-col td {
    background-color: white;
    border: 1px solid black;
  }

  .event-sequence-grid .floating-col td.first {
  }

  /* List-only styles */
  table.event-sequence-list
  {
    margin-top: 20px;
  }

  .event-sequence-list td
  {
    border: 1px solid black;
  }
</style>

<h1>Event sequence generated by Umple from no_state_machine.ump</h1>
<p>No State machines found in this model</p>
