.title {
  font-weight: bold;
  text-align: left;
  font-size: x-large;
}

table.news { 
  border: 2px solid black;
  border-collapse: collapse; 
  background: white; 
  width: 90%; 
  margin: 10px;
  }
  
th.news {
    border: none;
  }

td.news {
  border: none;
  }
  
tr.news:first-child td.news {
  border: 2px solid black;
  background: #FF8E1D;
  font-weight: bold;
  text-align: center;
  }
  
td.news:first-child {
  width: 20%;
  }

img.teamLogo{
  vertical-align:middle;
  align: center;
  height: 100px;
}

img.teamLogoMini{
  vertical-align:middle;
  align: center;
  height: 50px;
}

tr.even:nth-child(2n+1) {
    background-color: #DDDDDD;
}
  
td.even:first-child {
  width: 20%;
  text-align: center;
  }
  
  tr.even {
  vertical-align:top;
  }
  
  td.even {
  padding: 5px;
  }
  
  table.comment{
    border: 2px solid black;
  border-collapse: collapse; 
  background: white; 
  width: 100%; 
  }

tr.comment:nth-child(2n+1) {
    background-color: #DDDDDD;
}
  
td.comment:first-child {
  width: 20%;
  text-align: right;
  }
  
  tr.comment {
  vertical-align:top;
  }
  
  td.comment {
  padding: 5px;
  font-style: italic;
  }
  
  #author {
  font-weight: bold;
  font-style: italic;
	text-decoration: underline;
  }
  
  textarea {
  margin: 5px;
  padding: 5px;
   resize: none;
   width: 90%;
    box-shadow: 0 0 10px #719ECE;
    }