.moder-nodes form input[type="text"] {
  width: 100%;
}
.moder-nodes {
  border: solid 1px #767676;
  /*padding: 10px;*/
  margin-bottom: 15px;
  float: left;
  width: 99%;
  background: #F0F0E7;
}
.moder-nodes-header, .moder-nodes-content, .moder-nodes-bottom {
  width: 100%;
  float: left;
}
.moder-nodes-header {
  margin-bottom: 10px;
  padding: 10px;
}
.moder-nodes-content {
  background: #FFFFFF;
}
.moder-nodes-content .content {
  padding: 10px;
}
.moder-nodes-content img {
  width: 200px;
}
.moder-nodes-info {
  float: left;
  width:35px;
  font-weight: bold;
}
.moder-delete-node {
  width: 100px;
  float: right;
  height: 100%;
  padding-top: 30px;
  font-weight: bold;
}
.moder-nodes-bottom .moder-delete-node {
  padding: 20px 0;
}
.moder-nodes-cont {
  float: left;
   width: 80%;
}
.moder-delete-node {
  color: #0062A0;
}
.moder-delete-node:hover {
  cursor: pointer;
  text-decoration: underline;
}
#prevnext-nav a.arrow {
  background-color: #f0f0e7;
  color: #999999;
  font-size: 30px;
  font-weight: bold;
  padding: 30px 2px;
  text-decoration: none;
}
#prevnext-nav .nPostTitle.prev {
  float: right;
  margin-left: 10px;
}
#prevnext-nav .nPostTitle.next {
  float: left;
  margin-right: 10px;
}
.nPostTitle {
	position: relative;
	background: #ffffff;
	border: 1px solid #999999;
  top: -5px;
  padding: 5px;
}
.nPostTitle.prev:after, .nPostTitle.prev:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.nPostTitle.prev:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.nPostTitle.prev:before {
	border-color: rgba(240, 240, 231, 0);
	border-right-color: #999999;
	border-width: 7px;
	margin-top: -7px;
}
.nPostTitle.next:after, .nPostTitle.next:before {
  left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.nPostTitle.next:after {
  border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.nPostTitle.next:before {
  border-color: rgba(240, 240, 231, 0);
  border-left-color: #999999;
  border-width: 7px;
	margin-top: -7px;
}
#prevnext-nav .nPostTitle a, #prevnext-nav .nPostTitle a:visited {
  color: #999999;
  text-decoration: none;
  margin: 10px;
}
/*#prevnext-nav .nPostTitle {
  display: none;
}*/
/*#prevnext-nav .prevPostBox:hover {
  display: block;
}*/
