@charset "utf-8";
.csc1ccb72e-5773-4df4-a9de-f6874d365654 { 
font-family: Arial;
font-size: 10pt;
text-align: Left;
color: Black;
background-color: Transparent;
}
.cs4c51f441-c6c7-4fbc-9930-521ed801bc5b { 
font-family: Arial;
font-size: 18pt;
text-align: Left;
font-weight: Bold;
color: Black;
background-color: Transparent;
}
.cs0c7379c5-a4c3-4c48-b204-fdaa25aa767c { 
font-family: Arial;
font-size: 16pt;
text-align: Left;
font-weight: Bold;
font-style: Italic;
color: Black;
background-color: Transparent;
}
.cs86dcf461-1235-4b4d-ad35-98b533df5e0d { 
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;
}
