.welcomediv {
   width                   : 200px;
   height                  : 250px;
   background-color        : #252E43;
   color                   : #FFFFFF;
   padding                 : 10px;
   font-family             : Roboto-Regular;
   text-align              : center;
   float                   : left;
   margin-right            : 15px;
}

.newstable {
  border-collapse          : collapse;
  border-radius            : 10px;
  border-style             : hidden; /* hide standard table (collapsed) border */
  box-shadow               : 0 0 0 1px #E6E7E9; /* this draws the table border  */ 
  overflow: hidden
}

.newstable th {
  font-family              : Roboto-Bold;
  font-size                : 12pt;
  color                    : #76A591;
  background-color         : #F9FAFB;
}

.newstable td {
  border                   : 1px solid #ccc;
  background-color         : #FFFFFF;
  font-family              : Roboto-Regular;
  font-size                : 11pt;  
  color                    : #000000;  
}
   