﻿/* add force style customisation in here */

.header-col1 { 
   text-align:left;
}

.header-col3 { 
   text-align:right;
   padding-right: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;
}


.photo-grid-text { 
   background-color: #DBE5F1;
}

main { 
padding-bottom:50px;
}

.Title { 
   margin-top: 10px;
}

.faq-heading-partial {
	font-weight:bold; 
	border:dashed 1px black; 
	margin-top:10px; 
        padding:10px;
}

.start-here-summary h2,
.start-here-email h2,
.start-here-checklist h2,
.start-here-whatnext h2 { 
    background: #0B5B9E;
}

.start-here-checklist { 
   grid-row: 2;
   grid-column: 2;
}


table.speeding-page {
	border-collapse:collapse; border: solid 1px black; margin-bottom:30px;
}

.speeding-page TD {  border: solid 1px black; padding:10px 15px 10px 15px; }
.speeding-page TH {  border: solid 1px black; padding:10px 15px 10px 15px; }
.height60 { height: 60px; }