body {
  font-family: sans-serif;
}

.pkp_head_wrapper{
		width: 100%;
	}
	.pkp_site_name_wrapper {
		width: 100%;
		padding: 0;
	}
	div.pkp_site_name_wrapper .pkp_site_name {
		height: 100%;
		padding: 0;
	}
	/*For logo image wrapper*/
	div.pkp_site_name_wrapper a.is_img{
		height: 100%;
		padding: 0;
    margin: 0;
	}
	/*Maximum height of logo image*/
	.pkp_site_name a.is_img img{
		max-height:100%;
	}

.pkp_navigation_user > li > a,
.pkp_navigation_user > li.in_focus > a,
.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus,
.pkp_head_wrapper .pkp_search .search_prompt {
color: #fff;
}

div.pkp_structure_content {
    text-align: justify;
}

ul.a {
    list-style-type: circle;
}

ul.b {
    list-style-type: square;
}

ol.c {
    list-style-type: lower-roman;
}

ol.d {
    list-style-type: lower-alpha;
}

.alert {
  top: 10px;
  right: 50px;
  margin: auto;
  width: 90%;
  height: auto;
  padding: 20px;
  font-size: 16px;
  background-color: #F7DC6F;
  color: black;
  text-align: justify;
}

/*.button {
  display: inline-block;
  background-color: white;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0px 12px 30px;
  text-decoration: none;
  border: none;
  position: relative;
  background-image: url('/journal/public/journals/3/kmss_button_style.svg');
  background-repeat: no-repeat;
  background-position: left center;
  width: 220px;
  height: 57px;
  margin: 2px;
}*/

.button {
  background-color: #FF6F00;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  width: 220px;
  transition-duration: 0.4s;
  cursor: pointer;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 3px 8px 0 rgba(0,0,0,0.19);
}

.button:hover {
  background-color: #154360;
  color: white;
}
