﻿/* legal document */
.legal-document .privacy li { 
	list-style-type: lower-alpha; 
} 

.legal-document .terms-and-conditions li { 
	list-style-type: decimal; 
}

.legal-document .terms-and-conditions li li { 
	list-style-type: lower-roman; 
} 

.legal-document .terms-and-conditions .section-two li li { 
	list-style-type: lower-alpha; 
}
/* /legal document */