
#pbd-alp-load-posts .btn {
  display:block;
  margin-left:auto;
  margin-right:auto;
  color: #e9e082 !important;
  padding: 8px 0px;
  width: 75%;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 -webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	background: #071728 !important;
  	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#222222),color-stop(1,#555555)) !important;
  	background: -ms-linear-gradient(bottom,#222222,#555555) !important; 
  	background: -moz-linear-gradient(center bottom,#222222 0%,#555555 100%) !important; 
  	background: -o-linear-gradient(#555555,#222222) !important;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555',endColorstr='#222222',GradientType=0) !important;
  	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
}