.add-table {
	text-align: center;
	margin:20px 0 20px 0; 
	border-spacing: 0 !important;
	border-collapse: 0 !important;
	width: 100%; 
	color: #4091c9;
    font-size: 18px;
    font-family: 'Nunito',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}

@media screen and (max-width: 750px) {
    .add-table {
    font-size: 14px;
    }
}


.add-table th{
	text-align: center !important;
/*	font-size: 18px;*/
  	background: #e4e6e8;

}

.add-table td, .add-table th, .add-table tr {
    border: 1px solid #d4d4d4;
	vertical-align: middle;
}

.add-table th, .add-table td {
  padding: 6px 2px; 
}

.add-table .td1 {
	width: 70%;
}

.add-table .td2 {
	width: 30%;
}

.add-table-wrap  {
	margin: 30px 0 30px 0;
}