
/* StudyTactics
/* Terms of Service and Privacy Policy CSS
/* 2013-10-25 AZ */

/* ==================================================
=====================================================
	Terms of Service
=====================================================
================================================== */

#terms-of-service { font-family:"Helvetica Neue",Arial,sans-serif; color:#000000; margin:0 0 12px 0; padding:0 10px; text-align:left; }
#terms-of-service h1 { text-align:center; font-size:14pt; font-weight:bold; color:#000000; margin:14px 0; position:static; }
#terms-of-service h2 { display:inline; font-size:11pt; font-weight:bold; color:#000000; position:static; }
#terms-of-service h3 { display:inline; font-size:10pt; font-weight:normal; text-decoration:underline; color:#000000; position:static; }
#terms-of-service p { font-size:10pt; color:#000000; margin:12px 0; }
#terms-of-service a { color:#0000ff; text-decoration:underline; }
#terms-of-service li { padding:0; margin:8px 0; }
#terms-of-service ol { font-weight:bold; font-size:11pt; color:#000000; padding:0; margin:14px 0; }
#terms-of-service ol li { color:#000000; }
#terms-of-service ol p { font-weight:normal; font-size:10pt; margin:8px 0; color:#000000; }
#terms-of-service ol ol { padding:0 0 0 20px; font-weight:normal; font-size:10pt; color:#000000; }
#terms-of-service ol ol li { color:#000000; }

/* show ordered lists and sub-lists as 1., 1.1., 1.1.1., and so on */
#terms-of-service ol { counter-reset:item; }
#terms-of-service li { display:block; }
#terms-of-service li:before { content:counters(item, ".") ". "; counter-increment:item; padding-right:8px; }

/* ==================================================
=====================================================
	Privacy Policy
=====================================================
================================================== */

#privacy-policy { font-family:"Helvetica Neue",Arial,sans-serif; color:#000000; margin:0 0 12px 0; padding:0 10px; text-align:left; }
#privacy-policy h1 { text-align:center; font-size:14pt; font-weight:bold; color:#000000; margin:14px 0; position:static; }
#privacy-policy h2 { display:inline; font-size:11pt; font-weight:bold; color:#000000; position:static; }
#privacy-policy p { font-size:10pt; color:#000000; margin:12px 0; padding:0; }
#privacy-policy u { color:#000000; }
#privacy-policy i { color:#000000; }
#privacy-policy a { color:#0000ff; }
#privacy-policy li { font-size:10pt; color:#000000; margin:12px 0; padding:0; }
#privacy-policy ol { font-size:10pt; color:#000000; margin:14px 0; padding:0; }
#privacy-policy ol li { list-style-type:none; }
#privacy-policy ul { font-size:10pt; color:#000000; margin:14px 0; padding:0 0 0 20px; }
#privacy-policy ul li { list-style-type:disc; }

/* ==================================================
=====================================================
	Container for TOS and PP
=====================================================
================================================== */

#direct-tos .tos-container {
	border:1px solid #000000;
	background-color:#ffffee;
	margin:0 0 12px 0;
	padding:0;
	height:250px;
	width:100%;
	overflow-y:scroll;
}

#direct-tos .tos-submit-container {
	text-align:center;
}
