.divTable{
	display: table;
	width: 95%;	
    margin-left:auto; 
    margin-right:auto;				
}
.divTableBody{
    display: table;
    width: 100%;	
    margin-left:auto; 
    margin-right:auto;	
	margin-bottom:10%;
	margin-top:20px;
    border: 1px solid #ebebeb;				
}
.divTableRow {
	display: table-row;	
}
.divTableBreadcrumb {
	padding: 10px 0px 10px 25px;
	font-weight: bold;
	font-size: 16px;	
}
.divTableCell, .divTableHead {
	padding: 10px 20px 10px 20px;
	margin: 5px 0px 50px 0px;
	line-height:24px;
    font-size: 15px;	
}
.divTableQuestion {
	background-color: #ebebeb;
	font-weight: bold;
	padding: 15px 10px 10px 20px;
}
.divTableTags {
	padding: 10px 20px 10px 20px;
	margin: 10px 10px 50px 10px;
	font-style: italic;
	font-size: 12px;
}

table.faq {
  border-collapse: collapse;
  width: 100%;
}

td.faq {
  text-align: left;
  padding: 15px;
  font-size: 15px;
  vertical-align:top;
}

tr.faq:nth-child(even){background-color: #f7f5f5}

th.faq {
  text-align: left;
  background-color: #ffffff;
  padding-top: 10px;
}

.hrfaq25  {
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f3eeec;
  border: 0 none;
  margin-top: 25px;
  margin-bottom:25px;
}

a.nodec {
  text-decoration: none;
  font-size: 16px; 
  font-weight: 500;
  color: #4671D5;
}

a.nodectitle {
  text-decoration: none;
  font-size: 16px; 
  font-weight: 600;
}

p {
  font-size:15px;
}

li.faq-list {
	padding: 10px;
	line-height: 150%;  
}

h2.faq  {
  font-size: 18px;
}
