article table
{
margin:15px auto;
width:100%;
border:1px solid #d3d9dd;
border-spacing: 0px;
border-collapse: collapse; 
border-radius:10px;
}

article table tr
{
vertical-align:center;
}

article table td
{
border:1px solid #d3d9dd;
vertical-align:center;
padding:2px 5px 2px 5px;
height:20px;
color:#313133;
font-size:12px;
min-width:20%;
max-width:50%;
text-align:center;
}

article table th
{
border:1px solid #d3d9dd;
background:#5a8197;
vertical-align:center;
padding:6px 5px 6px 5px;
font-weight:700;
font-size:14px;
height:30px;
height:20px;
min-width:20%;
max-width:50%;
color:#FFF;
font-weight:600;
}

article table th p
{
text-align:center;
color:#FFF;
margin:0px;
padding:0px;
}

article table td p
{
margin:0px;
padding:0px;
text-align:center;
color:#646161;
}

article table td p strong
{
font-weight:600;
}

article table td:first-child 
{
text-align:left;
font-weight:700;
}

article table tr:nth-child(even) {
	background: #d3d9dd;
}

article table tr:nth-child(odd) {
	background: #FFFFFF;
	color:#000;
}