html {
	overflow-y: scroll;
}
body {
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #333;
	margin: 0;
	height: 100vh;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 3px 0 3px 0;
	letter-spacing: 1px;
	color: darkslategray;
	font-family: 'Roboto Slab',Arial,Helvetica,sans-serif;
}
h3 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.6em;
}
ul {
	list-style-type: none;
}
.seclist li {
	font-weight: bold;
	letter-spacing: 1px;
	color: olive;
	margin-bottom: 20px;
	border: none;
	text-decoration: none;
}
.seclist li ul li {
	font-weight: normal;
	letter-spacing: 0px;
	color: #222;
	margin-bottom: 0;
}
.seclist {
	padding-left: 0;
}
.seclist li ul {
}
.seclist li:hover,
.seclist li:focus {
}
.seclist li:hover ul,
.seclist li a:focus ul {
	display: block;
}

.container {
	max-width: 1000px;
	min-width: 800px;
	margin: 0px auto;
	padding: 0 30px 0 30px;
}
.background-top {
	color: white;
	background-color: darkslategray;
}
.background-top a {
	color: deepskyblue;
}
.background-main {
	background-color: #fff;
	min-height: 100%;
}
.header {
	padding-top: 10px;
	clear: both;
	background-color: darkslategray;
}
.issn {
	float: right;
	font-size: 1em;
	letter-spacing: 1px;
	padding: 5px 15px 0 0;
}
.logo {
	width: 100px;
	float: right;
	clear: right;
	padding: 5px;
}
.logo img {
	width: 100%;
}
.title {
	font-family: "Fredericka the Great",Times,"Times New Roman",serif;
	font-size: 3em;
	margin: 0;
	letter-spacing: 3px;
}
.title a {
	font-weight: normal;
	color: white;
	text-decoration: none;
	margin: 0;
}
.subtitle {
	font-family: "Caveat",Arial,Helvetica,sans-serif;
	margin: 0;
	text-align: left;
	font-size: 1.3em;
//	font-style: italic;
	letter-spacing: 1px;
}
.tools {
	clear: right;
	float: right;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.tools li {
	display: table-cell;
	padding: 0; 
}
.tools li a {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
	padding: 5px 10px 5px 10px;
	letter-spacing: 1px;
}
.tools a:active,
.tools a:hover,
.tools a:focus {
	color: darkslategray;
	background-color: white;
}
.social {
	list-style: none;
	float: right;
	display: inline-block;
	margin: 0;
	padding: 4px;
}
.social li {
	display: table-cell;
	padding-right: 10px;
}

.menu-btn {
	color: white;
	background-color: darkslategray;
	padding: 4px 5px;
	border: 1px solid darkslategray;
}

.menu {
	float: left;
	position: relative;
	display: inline-block;
	margin: 15px 2px;
	font-size: 1.0em;
	letter-spacing: 1px;
	transition: 0.3s;
}

.menu-content {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid darkslategray;
	min-width: 200px;
	z-index: 1;
	box-shadow: 0 0 5px rgb(0,0,0,0.4);
}
.menu a {
	color: white;
	background-color: darkslategray;
	text-decoration: none;
}
.menu .active {
	border: 1px solid white;

}
.menu svg {
	background: darkslategray;
}
.menu-btn:hover,
.menu-btn:focus {
	border: 1px solid white;
}
.menu-content a {
	border: 1px solid white;
	color: darkslategray;
	background: white;
	padding: 2px 4px;
	text-decoration: none;
	display: block;
}
.menu-content a:hover {
	color: white;
	background-color: darkslategray;
}
.menu:hover .menu-content,
.menu:focus-within .menu-content {
	display: block;
}
.menu:hover .menu-btn {
	border: 1px dotted white;
}
.tools {
	margin: 0;
}
.tools li a:hover, .tools li a:focus {
	text-decoration: none;
}

.page {
	margin: 0;
	padding: 20px 0 20px 0;
}
.about {
	max-width: 100%;
}
.cover {
	max-width: 300px;
	float: right;
	clear: right;
	padding: 0px 0px 20px 20px;
	text-align: center;
}
.cover a {	
	text-decoration: none;
}
.cover img {
	width: 100%;
	border: 1px solid darkslategray;
//	box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.worldmap {
	width: 74%;
	float: left;
}
.country:hover {
	opacity: 0.65;
}
.piechart {
	float: right;
	width: 25%;
	margin: 20px 0;
}
.piechart2 {
	float: left;
	margin: 10px 0;
}
.piechart div,
.piechart2 div {
	float: left;
}
.piechart .pie {
	width: 100%;
	float: left;
	margin: 10px 0;
}
.piechart2 .pie {
	width: 175px;
	float: left;
	margin: 0px 20px;
}
.latest, .widgets {
	clear: both;
	padding-top: 10px;
}
.latest .report {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 40px 20px 0;
}
.latest .rhs {
	margin: 0 0 20px 0;
}
.latest .report img {
	width: 95%;
	padding: 5px;
	border: 1px solid darkslategray;
//	box-shadow: 0 0 5px rgb(47,79,79,0.4);
}
.section, .section a {
	color: olive;
	font-weight: bold;
	padding: 4px 0;
	letter-spacing: 1px;
	text-decoration: none;
}
.delim {
	padding: 15px 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid olive;
}
.seclabel {
	width: 15px;
	height: 15px;
	margin: 0 10px -2px 0;
}
.paper-title {
	font-family: 'Roboto Slab',Georgia,serif;
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
	color: #222;
	margin: 10px 0 10px 0;
}
.paper-title a {
	color: #222;
	text-decoration: none;
}
.paper-title a:hover,
.paper-title a:focus {
	color: #222;
}
.paper-date {
	font-size: 0.9em;
	padding: 5px 0;
}
.entryno {
	float: left;
	color: white;
	background-color: darkolivegreen;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 8px;
	margin-right: 10px;
//	box-shadow: 0 0 5px rgb(47,79,79,0.4);
}
.paper-author {
	font-size: 1.1em;
	margin: 10px 0 10px 0;
}
.paper-abstract {
	font-style: italic;
	margin: 10px 0 10px 0;
}
.paper-keywords {
	font-size: 1.1em;
	margin: 10px 0 10px 0;
	font-variant: small-caps;
	letter-spacing: 1px;
}
.paper-img img {
	width: 25%;
	margin: 0px 0 20px 20px;
	float: right;
	clear: right;
	border: 1px solid darkslategray;
//	box-shadow: 0 0 5px rgb(47,79,79,0.4);
	padding: 5px;
}
.keyword {
	color: royalblue;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	border: 1px solid white;
}
.keyword:hover {
	border: 1px dotted royalblue;
}
cite {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: darkolivegreen;
	letter-spacing: 1px;
}
.btn {
	display: inline-block;
	padding: 3px 6px;
	font-weight: bold;
	font-size: 1.1em;
	font-variant: small-caps;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0 5px;
	border: 1px solid darkslategray;
//	box-shadow: 0 0 5px rgb(47,79,79,0.4);
	transition: 0.3s;
}
.btn-a {
	font-weight: normal;
	color: darkslategray;
	background-color: white;
}
.btn-a:hover,
.btn-a:focus,
.btn-a:active {
	color: white;
	background-color: darkslategray;
}
.btn-b {
	color: white;
	background-color: darkslategray;
	border: 1px solid darkslategray;
}
.btn-b:hover,
.btn-b:focus,
.btn-b:active {
	color: white;
	background-color: darkolivegreen;
	border: 1px solid darkolivegreen;
}
.btn-c {
	color: white;
	background-color: red;
	border: 1px solid red;
}
.btn-c:hover,
.btn-c:focus,
.btn-c:active {
	color: red;
	background-color: white;
}
.search ~ .content {
	margin-top: 20px;
	min-height: 188px;
}
.search * {
	font-size: 1em;
	line-height: 1.42857143;
}
.search div {
	display: table-cell;
    white-space: nowrap;
}
.search button,
.search label,
.search select { margin: 0 0 0 10px; }
.search select { width: 250px; }

.full {
	width: 100%;
	box-sizing: border-box;
}
.full input {
	width: 100%;
	box-sizing: border-box;
}
.full input {
	padding-right: 96px;
}
.full input + div {
	display: inline-block;
	margin: 2px 0 2px -92px;
	text-align: right;
	vertical-align: middle;
	width: 80px;
	color: #777;
}
.issue {
	text-align: center;
	padding: 0px;
	width: 200px;
	vertical-align: middle;
}
.issue img {
	text-indent: 100%;
	width: 100%;
	border: 0;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid darkslategray;
//	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.box {
	display: inline-block;
	padding: 3px 6px;
	text-decoration: none;
	border: 1px solid white;
}
.issue:hover, .issue:focus {
}
.lhs {
	float: left;
	margin-right: 50px;
}
.rhs {
	float: right;
	clear: right;
}
.primary {
	overflow: auto;
	clear: both;
}
.entry {
	width: 100%;
	margin: 0 0 10px 0;	
	display: inline-block;
}
.clr {
	clear: both;
	text-align: center;
}
.pagination {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination>li {
	display: inline;
	letter-spacing: 1px;
}
.pagination>li>* {
	float: left;
	margin: 0 5px;
	padding: 4px 6px;
	border: 1px solid darkslategray;
	transition: 0.3s;
}
.pagination>li>a:hover,
.pagination>li>a:focus {
	text-decoration: none;
}
.pagination>li>a:after {
	display: inline-block;
	margin: 0 5px;
}
.pagination>li:first-child>a {
}
.pagination>li:last-child>a {
}
.pagination>li:first-child>a:after {
	border-left: 0;
}
.pagination>li:last-child>a:after {
	border-right: 0;
}
.pagination a[href='#'] {
	pointer-events: none;
	color: #888;
	text-decoration: line-through;
}
.pagination>li>a[href='#']:after {
	border-right-color: #999;
	border-left-color: #999;
}
.ctrl {
	float: right;
	display: inline;
}
.edit {
	margin-left: 5px;
}
.join-here {
	margin-left: 20px;
	margin-top: 0px;
	float: right;
	clear: right;
}
.editor img {
	float: left;
	margin: 5px 20px 50px 0;
	border: 1px solid slategray;
//	box-shadow: 0 0 5px rgb(47,79,79,0.2);
}
.editor {
	padding: 0 20px 0 0;
	clear: left;
	font-size: 1.1em;
}
.why {
	font-style: italic;
	font-size: 85%;
	margin: 5px 0px 20px 0px;
}
.dbl {
	float: left;
	width: 48%;
}
.dblr {
	float: right;
	width: 48%;
}
.fade-out {
	transition: background 1.5s ease-out
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.alert-success {
 	color: #3c763d;
	background-color: #dff0d8;
 	border-color: #d6e9c6;
}
.alert-fail {
	color: #a94442;
 	background-color: #f2dede;
	border-color: #ebccd1;
}

.member-name {
	font-size: 1.3em;
	font-weight: bold;
}
.member-geo {
	font-size: 1.1em;
}
.member-link {
	float: right;
	clear: right;
	margin: 0 0 10px 0;
}
.member-link li {
	display: inline-block;
	margin-left: 5px;
}
.member-link img {
	height: 25px;
	padding: 2px;
	border: 1px solid darkslategray;
//	box-shadow: 0 0 5px rgb(47,79,79,0.4);
}
.member-field {
	font-style: italic;
}

.newabs select {
	width: 100%;
}
select {
	border: 1px solid black;
	padding: 5px;
	appearance: none;
}
input[type=text], input[type=number], input[type=password], input[type=file], textarea {
	box-sizing: border-box;
	border: 1px solid darkslategray;
//	box-shadow: 0 0 5px rgb(47,79,79,0.4);
	border-radius: 0;
	margin-bottom: 10px;
}
input[type=text], input[type=file], input[type=password], textarea {
	width: 100%;
	padding: 4px;
}
input[type=number] {
	width: 100px;
	float: right;
	margin-right: 20px;
}
.addabs div {
}
.addmem input,
.addmem textarea {
}
.ref {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ref li {
	padding: 5px 0;
	padding-left: 40px;
	counter-increment: ref-counter;
}
.ref li::before {
	content: counter(ref-counter);
	margin-left: -40px;
	font-size: 80%;
	background-color: darkolivegreen;
	color: white;
	font-weight: bold;
	float: left;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 1.8;
//	box-shadow: 0 0 5px rgb(47,79,79,0.4);
}
.admin table {
	width: 100%;
}
.admin td, .admin th {
	text-align: center;
	border: 1px solid darkslategray;
}
.admin th {
	color: white;
	background: darkslategray;
	font-weight: bold;
}

a {
	color: royalblue;
}

@media only screen and (max-width: 1000px) {
.latest .report {
        width: 100%;
}
.latest .report img {
        width: 200px;
}
.dbl { width: 100% }
.dblr { width: 100% }


}
