body {
	background: url("https://www.publicdomainpictures.net/pictures/200000/velka/plain-gray-background.jpg") #e6ffe6 fixed !important;
}

.pkp_site_name .is_img img {
	max-height: 250px !important;
max-width: 100%;
height: auto;
}

.pkp_site_name_wrapper {
	padding: 0 !important;

}

.pkp_structure_page {
	padding: 0 !important;
}


.pkp_site_name {
	padding: 0 !important;
}

.pkp_site_name > a {
	padding: 0 !important;
}

.pkp_navigation_user li {
	background: #fff !important;
    border-radius: 3px !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.3) !important;
}

@media (min-width: 992px) {
	.pkp_navigation_user_wrapper {
		top: 5% !important;
    	right: 1% !important;
	}
}

.indexed-by .title {
	margin-bottom: 30px !important;
}

.indexed-by a {
	display: block;
	margin-bottom: 20px;
}

.footer p {
	text-align: center;
}

.block_make_submission a:hover {
	color: #FFF !important;
}

.pkp_navigation_user > li:last-child a {
	padding-right: 10px !important;
}

.page h2:first {
	margin: 0 0 20px !important;
}

.pkp_navigation_primary_row,
#navigationPrimary ul {
	background: #2c3e50 !important;
}

#navigationPrimary > li > a,
.pkp_head_wrapper .pkp_search .search_controls a,
#navigationPrimary ul a {
	color: #fff !important;
}

#navigationPrimary ul a:hover,
.pkp_nav_list [aria-haspopup] a:first-child,
.pkp_navigation_user > li > a {
	color: #2c3e50 !important;
}

.button {
  background-color: ##d92d2d;
  border: none;
  color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px; /* jarak antar tombol*/
  transition-duration: 0.4s;
  cursor: pointer;
  width:100%;
}


.button2:hover {
  background-color: white; 
  color: #d92d2d; 
  
}

.button2 {
  background-color: #d92d2d;
  color: white;
  border: 2px solid #d92d2d;
}

.button1 {
background-color: #e6e6e6;
color: black;
border: 2px solid #e6e6e6;

}

.button1:hover {
background-color: #ffffff;
color: black

}

.button3 {
background-color: #417c2f;
color: white;
border: 2px solid #417c2f;

}

.button3:hover {
background-color: #ffffff;
color: #417c2f

}


.center {
display: block;
margin-left:auto;
margin-right:auto;
width:50%;

}

/* Modal Popup*/
/* The Modal (background) */
/* The Modal (background) */
.popup {
   position: fixed;
   padding: 10px;

   border-radius: 0.5em;
   top: 50%;
   left: 50%;
   color: #000;
   transform: translate(-50%, -50%);
   background-color: rgba(255,255,255,1);
   visibility: hidden;
   opacity: 0;
   transition: opacity .5s, visibility 0s linear .5s;
   z-index: 1;
border: 1px solid #888;
}
.popup:target {
   visibility: visible;
   opacity: 1;
   transition-delay: 0s;
border: 1px solid #888;
}
.popup .close {
   position: absolute;
   right: 5px;
   top: 5px;
   padding: 5px;
   color: #000;
   transition: color .3s;
   font-size: 2em;
   line-height: 1.5;
   font-weight: 700;
}
.popup .close:hover {
   color: #f00;
}
.close-popup {
   background-color: rgba(0,0,0,.7);
   cursor: default;
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   opacity: 0;
   visibility: hidden;
   transition: opacity .5s, visibility 0s linear .5s;
}
.popup:target + .close-popup {
   opacity: 1;
   visibility: visible;
   transition-delay: 0s;
}

.popup2 {
   position: fixed;
   padding: 10px;

   border-radius: 0.5em;
   top: 50%;
   left: 50%;
   color: #000;
   transform: translate(-50%, -50%);
   background-color: rgba(255,255,255,1);
   visibility: false;
   opacity: 0;
   transition: opacity .5s, visibility 0s linear .5s;
   z-index: 1;
border: 1px solid #888;
}
.popup2:target {
   visibility: visible;
   opacity: 1;
   transition-delay: 0s;
border: 1px solid #888;
}
.popup2 .close {
   position: absolute;
   right: 5px;
   top: 5px;
   padding: 5px;
   color: #000;
   transition: color .3s;
   font-size: 2em;
   line-height: 1.5;
   font-weight: 700;
}
.popup2 .close:hover {
   color: #f00;
}
.close-popup2 {
   background-color: rgba(0,0,0,.7);
   cursor: default;
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   opacity: 0;
   visibility: hidden;
   transition: opacity .5s, visibility 0s linear .5s;
}
.popup2:target + .close-popup {
   opacity: 1;
   visibility: visible;
   transition-delay: 0s;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 5px solid #4d0000;
  text-align: left;
  padding: 8px;
}

tr:nth-child(odd) {
  background-color: #ffcccc;
}

tr:nth-child(even) {
  background-color: #ffe6e6;
}