
	body {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		padding:10px;
		
	}
    table {
        width: 100%;
        border-collapse: collapse;
		border:solid 2px black;
    }
	
    th, td {
        border: 1px solid black;
        padding: 5px;
        text-align: center;
    }
	
	.trBottom {
		border-bottom: 1px solid black;
		height:0px;
		padding:0px;
	}
	
    th {
        background-color: #f2f2f2;
    }
