@charset "UTF-8";

table  {
    width: 100%;
    border-collapse: collapse;
}

table td {
    border: solid 1px #dddddd !important;
    padding: 5px;
}

table th,
table td {
    text-align: center;
}

table th {
    border: solid 1px #dddddd !important;
    padding: 10px 5px;
	color: #ffffff;
}

table th small{
	color: #ffffff;
}

.fnt-sm{
	font-size: small !important;
}