﻿/* add force style customisation in here */

.header-col1 { 
   text-align:center;
}

.force_image { 
width: 99px;
}

.footer-icons { 
   text-align:center;
   padding-top:10px;
}

.footer-icons A {
   padding-right:12px;
}

.footer-icons IMG { 
   height:72px;
   padding-bottom:10px;
}

.faqtable { 
   border: solid 1px black;
   border-collapse: collapse;
}

.faqtable THEAD {
    background-color: #E9E9E9;
}

.faqtable TH, .faqtable TD {
    padding: 2px 10px;
    border: 1px solid black;
}

.faq_heading {
    background: #0F67FF;
    color: #fff;
}

.photo-grid-text { 
   background-color: #DBE5F1;
}

main { 
padding-bottom:50px;
}

.Title { 
   font-weight:500;
   font-size:1.8rem;
}

UL { 
   margin-bottom:10px;
}

.start-here-whatnext h2 { 
   background-color: #6767C5;
}

.start-here-email H2 { 
   background-color: #5176A9;
}

.start-here-checklist { 
   grid-row: 2;
   grid-column: 2;
}

.content-page TABLE { border-collapse:collapse; border: solid 1px black; margin-bottom:30px;}
.content-page td {  border: solid 1px black; padding:10px 15px 10px 15px; }
.content-page th {  border: solid 1px black; padding:10px 15px 10px 15px; }

 
.site-template {
	width:100%;
	clear: both;
	background-color: white;
}

.site-template table { border-collapse:collapse; border: solid 1px black; width=600px;}
.site-template td {  border: solid 1px black; padding:10px 15px 10px 15px; }
.site-template th {  border: solid 1px black; padding:10px 15px 10px 15px; }

.site-template-image-container {
	float:left; 
	padding-right:20px;
	padding-bottom:20px;
	max-width:50%;
	min-width:400px;
}

.site-template-image-container IMG { 
	max-width:100%;
	border: solid 1px black;
}

