﻿.nfp_tableDisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333;
	padding: 5px 10px;
	border: 1px solid #dedde8;
	width: 280px;
    border-radius: 3px;
}
.nfp_tableDisplay table {
    margin-bottom: 0;
}
.nfp_tableDisplay table tbody {
    border: none;
}
.nfp_tableDisplay table tbody tr:nth-child(even) {
    background-color: transparent;
}
.nfp_tableDisplay h5 {
	font-weight: 700;
	font-size: 17px;
	margin: 0;
	padding: 0;
	color: #333;
}
.nfp_tableDisplay td p, .nfp_tableDisplay p {
	line-height: 1.2;
	margin: 5px 0;
}
#nfp_table {
    padding: 0;
}
#nfp_table td {
	border-bottom: 1px solid #dedde8;
	padding: 0;
}
table.no-padding td {
    padding: 0;
}
@media only screen and (max-width: 40em) {
    .nfp_tableDisplay {
        width: 98%;
        display: block;
        margin: 0 auto;
    }
}