 

#article table
{
	width:100%;
}
.tr1
{
	display:none;
	
	background: rgba(250, 238, 238, 1);



}


#article  table .tr1:last-child
{
	    display: table-row;
}
#article td,#article th
{
vertical-align:middle;	
	text-align:center;
	font-weight: 400;
	border:1px solid rgba(49, 61, 63, 1);
}
#article td div
{
	height:10px;
}
#article td b
{
	font-weight:700;
	font-size:18px;
}
#article th
{
	padding:10px 30px 10px 30px;
font-family: Tenor Sans;
font-size: 17px;
font-weight: 400;
line-height: 29px;
text-transform:uppercase;

	
}


#article td
{
 padding:30px 30px 30px 30px;
font-family: Nunito Sans;
font-size: 16px;
line-height: 22px;
}