/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */

#banner, #navigation, #side, #foot {
  display: none;
}

#side {
  width: 0em;
}

#main {
  padding-top: 0ex;
  padding-left: 0em;
  margin-left: 0em;
}

a {
  text-decoration: none;
}

a:visited {
  color: #333333
}


table {
  display: block;
//  page-break-after: always;
  break-after: always;
}

table.times-long, table.year {
  page-break-after: always;
}

table.dates {
  border: 0px solid black;
}

table.dates th, table.dates td {
  border: thin solid black;
}

.page-break { 
  display: block;
  page-break-before: always; 
}

body, td, th, td.times-l, td.times-v, td.times-m {
    font-family: "Times New Roman", Times, serif;
    font-size: x-small;
    line-height: 120%;
}

td.times-v {
    width: 200px;
}

td.times-long {
    width: 19%;
}

@page {
  size: portrait;
  margin: 1cm;
}
