﻿/* add force style customisation in here */

.header-col1 { 
   text-align:center;
}

.force_image { 
   height: 78px;
   width: 78px;
}

.footer-icons { 
   text-align:center;
   padding-top:10px;
}

.footer-icons A {
   padding-right:12px;
}

.footer-icons IMG { 
   height:38px;
   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;
}


.photo-grid-text { 
   background-color: #DBE5F1;
}

main { 
padding-bottom:170px;
}

.pad-bottom-20 { 
   padding-bottom:20px;
}

.width90pc { 
   width:90%;
}