@charset "utf-8";
.csbcc53c83-d7a6-40a5-bf75-1bd47b3e7e66 { 
font-family: Arial;
font-size: 10pt;
text-align: Left;
color: Black;
background-color: Transparent;
}
.cseda0bbd8-fa6a-44cb-841c-b65eb3508b14 { 
font-family: Arial;
font-size: 18pt;
text-align: Left;
font-weight: Bold;
color: Black;
background-color: Transparent;
}
.cs25c4440c-2e8b-4ee3-a791-5445fcd76642 { 
font-family: Arial;
font-size: 16pt;
text-align: Left;
font-weight: Bold;
font-style: Italic;
color: Black;
background-color: Transparent;
}
.cs593d2946-7dc5-40b7-b2c0-cd9f1fd50fa3 { 
font-family: Arial;
font-size: 14pt;
text-align: Left;
font-style: Italic;
color: Black;
background-color: Transparent;
}
p {
    margin: 0;
    padding: 0;
}

#showContentListBtn {
	   text-decoration: none;
}

#contentList_data span {
	   font-size: 26px;
	   padding: 10px;
	   background-color: #111;
	   color: white;
	   border-radius: .3em;
}

ol{
	   counter-reset: li; /* Initiate a counter */
	   list-style: none; /* Remove default numbering */
	   *list-style: decimal; /* Keep using default numbering for IE6/7 */
	   font: 15px 'trebuchet MS', 'lucida sans';
	   padding: 0 0 0 15px;
	   margin-bottom: 4em;
}

ol ol{
	   margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a{
	   position: relative;
	   display: block;
	   padding: .4em .4em .4em 2em;
	   *padding: .4em;
	   margin: .5em 0;
	   background: #ddd;
	   color: #444;
	   text-decoration: none;
	   border-radius: .3em;
	   cursor: pointer;
}

.rounded-list a:hover{
	   background: #eee;
}

.rounded-list a:before{
	   content: counter(li);
	   counter-increment: li;
	   position: absolute;
	   left: -1.3em;
	   top: 50%;
	   margin-top: -1.3em;
	   background: #333;
	   height: 2em;
	   width: 2em;
	   line-height: 2em;
	   border: .3em solid #fff;
	   text-align: center;
	   font-weight: bold;
	   border-radius: 2em;
	   ransition: all .3s ease-out;
	   color: #efefef;
}

.rounded-list2 a{
    position: relative;
    display: block;
	   padding: .4em .4em .4em 2em;
	   *padding: .4em;
	   margin: .5em 0;
	   background: #ddd;
	   color: #444;
	   text-decoration: none;
	   border-radius: .3em;
	   cursor: pointer;
}

.rounded-list2 a:hover{
    background: #eee;
}

.pageIndicator {
    font-weight:bold;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #333;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    ransition: all .3s ease-out;
    color: #efefef;
}
