.tablenews{
 margin: auto;
 text-align: center;
 vertical-align: middle;
 height: auto;
 width: auto;
 border-top: thin outset;
 border-right: thin outset;
 border-bottom: thin none;
 border-left: thin outset;
}
.tablenews td{
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 10px;
 padding-left: 10px;
 border-bottom-width: thin;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: outset;
 border-left-style: none;
}
