a.edit,
a.remove {
  font-weight: normal;
  padding: 0 0 0 20px;
}
a.edit:hover,
a.remove:hover {
  text-decoration: underline;
  border: none;
}
a.edit {
  color: #0000ff;
}
a.remove {
  color: #ff0000;
}

#header .admin {
  position: absolute;
  left: 405px;
  top: 105px;
  color: #000;
  font-size: 35px;
}
.admin #body > .inner-01 > .content {
  float: none;
  padding: 60px 20px;
  width: auto;
}

.admin #body > .inner-01 > .content > .content-footer {
  margin: 20px 0;
}

.validator {
  color: red;
  font-weight: bold;
}

input.err {
  border: 2px solid red !important;
}
select.err {
  border: 2px solid red !important;
}

table.admin-pl {
  width: auto;
  margin: 0;
}
table.admin-pl td {
  border: none;
  padding: 3px;
}
