
/*====================================================*/
/* FILE /plugins//content-table/css/css_front.css*/
/*====================================================*/
.tableofcontent p {
	margin : 3px ; 
	text-indent : -5px ; 
	padding-top : 2px ; 
}

.tableofcontent-end {
	clear: both;
}

/*====================================================*/
/* FILE /sedlex/inline_styles/5ce87cbab0c95efa2d5fd6bd11df036f3ce73fa9.css*/
/*====================================================*/
.tableofcontent {
      border: 1px solid #dadada;
      background: #f1f1f1;
      padding: 20px 40px;
      min-width:250px;
      margin: 0px;
      border-radius: 4px;
}
.tableofcontent p#title{
	text-align: center;
	font-weight: bold;
	margin : 3px ; 
	padding-top : 5px ;
	padding-bottom : 5px ;
}
.tableofcontent p{
	margin-bottom:15px !important;
	margin-top:0px !important;
}
.contentTable_h2 {
   font-size:14px;
   line-height:14px;
   padding-left:0px;

}

.contentTable_h2 a:link, .contentTable_h2 a:visited, .contentTable_h2 a:hover {
   color:#000000;
}

.contentTable_h3 {
   font-size:13px;
   line-height:13px;
   padding-left:20px;

}

.contentTable_h3 a:link, .contentTable_h3 a:visited, .contentTable_h3 a:hover {
   color:#151515;
}

.contentTable_h4 {
   font-size:12px;
   line-height:12px;
   padding-left:40px;

}

.contentTable_h4 a:link, .contentTable_h4 a:visited, .contentTable_h4 a:hover {
   color:#2a2a2a;
}

.contentTable_h5 {
   font-size:11px;
   line-height:11px;
   padding-left:60px;

}

.contentTable_h5 a:link, .contentTable_h5 a:visited, .contentTable_h5 a:hover {
   color:#3f3f3f;
}

.contentTable_h6 {
   font-size:10px;
   line-height:10px;
   padding-left:80px;

}

.contentTable_h6 a:link, .contentTable_h6 a:visited, .contentTable_h6 a:hover {
   color:#555555;
}

