@media screen
{
  body
  {
    -webkit-text-size-adjust: 100%;
    padding-left: 50px;
    padding-right: 50px;
    width: 715px;
  }
}

h1
{
  border-bottom: none;
  z-index: 1;
  position: relative;
}

a 
{
  color: inherit;
  text-decoration: none;
}

a:hover
{
  color: #0000EE;
  text-decoration: underline;
}

@media print 
{
  body p:first-of-type
  {
    position: absolute;
    right: 0;
    top: -14px;
  }
}

table tr {
  border-top: none;
  background-color: inherit;
}

table tr:nth-child(2n) {
  background-color: inherit;
}

table tr th, table tr td {
  vertical-align: top;
  font-size: 1em;
  white-space: nowrap;
  border: none;
  margin: 0;
  padding: 0em 0em;
  padding-right: 0.75em;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}


@page {
  @top-left{
    content: "Alec Jacobson";
    width: 82%;
  }
  @top-right{
    content: "Curriculum Vit\00e6";
  }
}

table strong {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

table
{
  width: 100%;
}

hr
{
  display:none;
}

@media (prefers-color-scheme: dark) {
  p.contact
  {
    background-color: #202124;
  }
  a:hover
  {
    color: #50c1e4;
  }
}

ol.publist li p
{
  display: inline;

}
ol.publist li { page-break-inside: avoid;  } 

.reversecitation
{
  display:none;
}
