.journal-description h2{
background: white;
color: rgb(0, 0, 102);
font-family: Georgia, "Liberation Serif", serif;
font-weight: normal;
font-style: italic;
font-size: large;
}

body{
	color: black;
font-family: Georgia, "Liberation Serif", serif;
font-weight: normal;
font-style: normal;
font-size: medium;
}

a{
	color: rgb(0, 0, 153);
}

.site-name a, .navbar-default .navbar-brand, .header_view .navbar-brand{
	color: rgb(0, 0, 102);
font-family: Georgia, "Liberation Serif", serif;
font-weight: bold;
font-style: italic;
font-size: x-large;
}

.navbar-default .nav > li > a, .header_view .nav > li > a {
  color: rgb(0, 0, 102);
}

.panel-body, .pkp_block .content{
background: rgb(0, 0, 102);
  background-color: rgb(0, 0, 102);
color: white;
font-family: Georgia, "Liberation Serif", serif;
font-weight: normal;
font-style: italic;
font-size: medium;
}

.pkp_block .content a{
color: yellow;
font-family: "Arial", Helvetica, "Liberation Sans", sans-serif;
font-weight: normal;
font-style: normal;
font-size: medium;
text-decoration: none;
}

p{
	text-align: justify;
}

.panel.panel-default.issue > .panel-body, .panel.panel-default.section > .panel-body{
	background-color: rgba(14, 14, 79, 0.84);
}

.panel-body a {
	color:#fff;
}

h1.page-header{
	font-size: 32px;
	margin-top: 24px;
}

.article-summary h2, .page-header h1{
	font-size: 24px;
}

hr {
	margin-top: 1px;
	margin-bottom: 1px;
}

.pkp_block .content p{
text-align: left;
margin: 5px;
}

.pkp_block .content{
border: 1px solid #fff;
}

.list-group-item, .pkp_block ul li{
	padding: 5px;
	background-color: #fff0;
}

.pkp_block ul li:hover{
background: black;
color: #fff;
transition: 0.2s;
}

.list-group-item.date-published{
	display: none;
}

.btn-primary{
	background-color: rgba(14, 14, 79, 0.84);
}

.btn-primary:hover{
background: #0b0b4d !important;
}