
h2
{
color:#800000;
}



table.downloads
  {
  border-collapse:collapse;
  table-layout:fixed;
  background: #fff8f0;
/*  border-color:  #red;  */
  border-color:  #fff8f0;
  border-top:none !important;
  border-bottom:none  !important;

         /* set table width in order to set the column width below */
  table-layout:fixed;
  width: 40rem;
  }

        /* set the width of the first column */
table.downloads td:first-child
  {
  width: 20rem;
  }

table.downloads tr,
table.downloads td
  {
  background: #fff8f0;
  padding-top:0;
  padding-bottom:0;
  padding-left:0rem;
  border-color:  #fff8f0;

  border-top:none !important;
  border-bottom:none  !important;
  }


table.journals
  {
  border-collapse:collapse;
  font-size: 0.875rem;
  border-color:  #fff8f0;

  table-layout:fixed;

  background: #fff8f0;
  border-top:none !important;
  border-bottom:none  !important;
  }

table.journals tr,
table.journals td
  {
  padding-top:0;
  padding-bottom:0;
  padding-left:0rem;
  padding-right:0rem;
  border-color:  #fff8f0;
  text-align:left;

  background: #fff8f0;

  border-top:none !important;
  border-bottom:none  !important;

  }

table.journals td.jdate
{
  width:8rem;
  border-left:1px dotted;
  padding-left:1.25rem;
  border-color:  #dd815a;
}

table.journals td.jfile
{
width:8rem;
}
