hr {
    height: 0;
    border: 0;
    border-bottom: 1px dotted #cccccc; /* IE8 */
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin: 30px 0;
}

a {
    color: #4679C6;
    text-decoration: none;
}

a:hover {
    color: #04589f;
}

a.clicked {
    font-weight: bold;
}

h1, h2, table {
    margin-bottom: 25px;
}



/* scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* #2872ec */
    border-right: 2px solid transparent;
    background-clip: content-box;
}



/* breadcrumb */
#breadcrumb {
    list-style-type: none;
    vertical-align: middle;
    padding-bottom: 8px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px dotted #cccccc; /* IE8 */
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

#breadcrumb a {
    display: inline-block;
    padding: 4px 8px;
}

#breadcrumb a:last-child {
    color: #808080; /* IE8 */
	color: rgba(0, 0, 0, 0.5);
	font-weight: normal;
}



/* nav */
#nav {
    background: white; /*url(../img/logo.png) 25px center no-repeat;*/
    padding: 10px 25px; /* y, x, y, x + 118px + x */
    /*margin-bottom: 20px;*/
    font-weight: bold;
    font-size: 0rem;
    line-height: normal;
	/*height: 60px;*/
    border-bottom: 1px solid #cccccc; /* IE8 */
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#nav a {
	margin: 0;
	padding: 0px 8px;
}

#nav a.logo {
	font-size: 0;
	background: transparent !important;
    border-color: transparent !important;
}

#nav .docname {
    font-weight: normal;
    font-size: 18px;
    padding-left: 25px;
    vertical-align: top;
    font-family: 'Open Sans';
}


/* main */
#main {
    /*margin-bottom: 30px;*/
}

#main .resizable-left {
    width: 360px;
    height: auto;
    float: left;
    min-width: 250px;
    max-width: 600px;
    max-height: none;
    overflow: hidden;
	overflow-y: auto;
}

#main .resizable-right {
    margin-left: 361px;
    overflow: auto;
}

#main #left,
#main #right {
    margin: 15px 25px;
    /*overflow: hidden;*/
}

#main #right ul {
    padding-bottom: 10px;
}

#main #right ul li {
    margin-left: 30px;
}

.border-right {
    border-right: 1px solid #cccccc; /* IE8 */
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#main h1 span {
    display: inline-block;
    font-size: 70%;
    opacity: 1;
    font-weight: normal;
    text-transform: uppercase;
    color: #999999; /* IE8 */
    color: rgba(0, 0, 0, 0.4);
    margin-right: 8px;
}

#main .element {
    margin-bottom: 25px;
}

#main .description > div {
    /*background: rgba(0, 0, 0, 0.05);*/
    padding: 10px 0px;
}



/* footer */
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    font-size: 11px;
    color: #999999;
    padding: 5px 15px;
    height: 25px;
    overflow: hidden;
    line-height: normal;
    border-top: 1px solid #cccccc; /* IE8 */
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}