table
{
  /*border: solid red 1px;*/
  vertical-align: top;
  border-spacing: 0;
}
       

th
{
  border-bottom: solid black 2px;
}

td
{ 
  /*font-size: smaller;*/
  /*font-family: "Arial", san-serif;*/
  border-bottom: solid gray 1px;
  border-right: solid gray 1px;
  border-left: solid gray 1px;   
  padding: 5px;
  margin: 0px;
}     

td.date
{
  border-right: none; 
  font-style: none;
  width: 175px;
}              

td.desc
{                  
  font-weight: bold;
  color: darkblue;
  border-right : solid gray 1px;
  border-left: none;    
}

td.feis
{
  width: 325px;
}       

.feisname
{   
  font-family: "Arial", san-serif;
  font-style: inherit;
  font-size: larger;
  font-weight: bold;
}

.city
{
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
}



