.notes-1 {
	width: 95%;
	padding: 16px 18px 10px;
	margin: 30px 0;
	background: #ecf9ff;
	position: relative;
	border-left: 4px solid #c2deff;
}
.table-sec1 {
    font-family: var(--zf-primary-regular),Arial,Helvetica,sans-serif;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.table-sec1 td, .table-sec1 th {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-sec1 tr:hover {background-color: #fafcfd;}

.table-sec1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ade8ff;
}
.two-columns, .three-columns, .four-columns, .five-columns {
	width: 100%;
	border: 1px solid #e3e3e3;
	margin: 30px 0px;
}
.two-columns th, .three-columns th, .four-columns th, .five-columns th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #ade8ff;
    border: 1px solid #e3e3e3;
}
.four-columns .left {
	width: 15%;
}
.four-columns .middle-left {
	width: 15%;
}
.four-columns .middle-right {
	width: 15%;
}
.four-columns .right { 
	width: 35%;
}