body {
    margin-left:auto;
    margin-right:auto;
    max-width:980px;
    padding: 20px;
    font-family:"Segoe UI",Arial,sans-serif;
    line-height:1.5;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0;
}
p, li, td {
    font-size:12px;
}
td p {
    margin: 0px 12px;
}
a {
    color: #26a3d5;
    text-decoration: none;
} 
a:hover {
    color: #ee7752;
    text-decoration: underline;
}
.footnotes p {
    font-size:10px
}

/* ordered lists */
ol {margin-bottom: 24px}
ol li { list-style-type: decimal; ; font-size:14px;}
ol ol li { list-style-type: lower-alpha; font-size:12px;}
ol ol ol li {list-style-type: lower-roman; font-size:12px;}
ol ol ol ol li {list-style-type: upper-alpha; font-size:12px;}
ol ol ol ol ol li {list-style-type: upper-roman; font-size:12px;}
ol ol ol ol ol ol li {list-style-type: lower-greek; font-size:12px;}



/* scroll bar */
.scrollBarStyle-1{
	overflow: auto;
}
.scrollBarStyle-1::-webkit-scrollbar
{
	width: 10px;
	background-color: #fff;
}
.scrollBarStyle-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #fff;
}
.scrollBarStyle-1::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ddd;
}

.clickable {
    cursor: pointer;
}