#agreement-content{
	counter-reset: ps-counter ccpa-counter;
}

#agreement-content a{
    color: #007bff;
}

.ps-section-number{
	font-style: italic;
}

.ps-section-number::before{
	counter-increment: ps-counter;
  	content: counter(ps-counter) ".  ";
}

.ccpa-section-no{
	font-weight: bold;
	font-style: italic;
}

.ccpa-section-no::before{
	counter-increment: ccpa-counter;
  	content: counter(ccpa-counter) ".  ";
}

#prp-information-table, #prp-information-table th, #prp-information-table td{
	border: solid 1px black;
	border-collapse:collapse;
}

#prp-information-table{
    font-size:10px;
}

#prp-information-table ul{
    padding-left:1.75em;
}

#prp-information-table td,#prp-information-table th{
	vertical-align: top;

}

#prp-information-table th{
	background-color: #dddddd;

}

#prp-information-table tbody tr td:first-child , #prp-information-table .empty-column, #prp-information-table th{
	text-align: center;
}
