.csvTable__wrap h3{
	font-size: 30px;
    margin-bottom: 30px;
}
.csvTable th{
	border: 1px solid #e4f1fc;
    padding: 24px;
    position: relative;
    font-size: 16px;
    font-family: "PT Sans";
    color: rgb(35, 31, 32);
    line-height: 1.5;
    text-align: left;
}
.csvTable td{
	width: initial;
}
.tables .csvTable td:nth-child(1n) {
    width: initial;
}