/* www.infinidesk.app Extra Style Sheet for Satellite Pages. © Ben Shirt-Ediss, 2025 */


/* complete FAQ */

#faq #youtube_video {
	text-align: center;
	padding-bottom: 40px;
}

#faq #youtube_video img {
	display: inline;
	width: 20px;
	margin: 0;
}

#faq #youtube_video p {
	margin: 10px;
}

#faq.complete_faq {
	padding: 0 10px 0 10px;
}

#faq.complete_faq h2 {
	text-align: center;
}



#getting_started {
	scroll-margin-top: 100px;
	padding-bottom: 40px;
}

#faq.complete_faq #getting_started details {
	border-left: 9px solid #F2AF0D;
}



#licensing_and_registration {
	scroll-margin-top: 100px;
	padding-bottom: 40px;
}

#faq.complete_faq #licensing_and_registration details {
	border-left: 9px solid #E77433;
}



#features_and_compatibility {
	scroll-margin-top: 100px;
	padding-bottom: 40px;
}

#faq.complete_faq #features_and_compatibility details {
	border-left: 9px solid #D92666;
}



#troubleshooting {
	scroll-margin-top: 100px;
	padding-bottom: 40px;
}

#faq.complete_faq #troubleshooting details {
	border-left: 9px solid black;
}



#know_issues {
	scroll-margin-top: 100px;
	padding-bottom: 40px;
}

#faq.complete_faq #know_issues details {
	border-left: 9px solid grey;
}



#faq span {
	padding: 0 3px 0 3px;
	background-color: #ccc;
	border-radius: 3px;
	color: black;
}

#faq li {
	margin: 7px;
}


#faq img {
	width: 350px;
}

#faq img.menubar {
	width: 100%;
}


#faq img.padded {
	padding: 10px 0 10px 0;
}




















/* privacy policy */

#privacy {
	padding: 0 10px 0 10px;
}

#privacy h2 {
	padding: 10px 0 10px 0;
}

#privacy section {
	scroll-margin-top: 90px;
}





















/* terms of service */

#terms_of_service {
	padding: 0 10px 0 10px;	
}

#terms_of_service h2 {
	padding: 10px 0 10px 0;
}

#terms_of_service section {
	scroll-margin-top: 90px;
}



