@charset "utf-8";
/* CSS Document */
.ref {
list-style:outside decimal;
margin:5px;
text-align:justify;
padding-bottom:10px;
font-family:Cambria;
}
.heading {
font-family:Cambria;
color:#680E0C;
font-size:22px;
margin-bottom:0px;
margin-top:0px;
border-bottom:1px solid #CCC;
}
.subheading {
font-family:Arial;
color:#333;
font-size:18px;
margin-bottom:0px;
margin-top:0px;
}
p {
font-family:Cambria;
font-size:14px;
line-height:inherit;
}
.title
{
font-family:Cambria;
color:#006B8D;
font-size:26px;
line-height:32px;
}
.authors
{
font-family:Cambria;
color:#006B8D;
font-size:18px;
line-height:25px;
color:#086A05;
}
.unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
}
.dropdown {
position: relative;
display: inline-block;
float:right;
}
.dropdown .dropdown-menu {    position: absolute;    top: 22px;    display: none;    margin: 0;    list-style: none;    /* width: 100%; */    padding: 0;    background: #fff;    left: -107px;}
.dropdown-menu>li>a {    padding: 8px 18px !important;    font-size: 12px;    white-space: initial !important;    border-bottom: 1px solid #f1efef;}
.dropdown:hover .dropdown-menu {
display: block;
}
/** Button Styles **/
.dropdown button {
background: #FF6223;
color: #FFFFFF;
border: none;
margin: 0;
padding: 0.1em 1em;
font-size: 0.8em;
font-weight: bold;
}
/** List Item Styles **/
.dropdown a {
display: block;
padding: 0.2em 0.8em;
text-decoration: none;
color: #333333;
}
/** List Item Hover Styles **/
.dropdown a:hover {
background: #BBBBBB;
}
h2.heading a{	text-transform: initial !important;}
.top-info li a{
	padding: 4px 2px !important;
}