td.click
{
  text-align:center;
}
img.click
{
  height:230;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
}

myimg:hover {opacity: 0.3;}


img.small
{
  height:240;  
}


div.inline-table
{
display: inline-block;
background:orange;
}

table.a
{  
  border-collapse: collapse;
  background:white;
  border: 1px solid black;
  width:70%;
  margin: 0 auto;
}

td.up, td.upw
{
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  background-color:yellow;
  width:350;
  vertical-align:top;
}

td.upw
{
    width:700;
}

td.do, td.dox , td.dow
{
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  background-color:lightgreen;
  width:350;
  vertical-align:top;
}

td.dox
{
   color:red;
   border: 1px solid black;
}

td.dow
{
  width:700;
}
