.beauty {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}
.active {
  background-color: #04aa6d;
}

nav {
  margin-bottom: 70px;
}

/* ///////////////////////////// */

.lo {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color: #333;
  color: white;
  border-width: 0px;
  text-align: center;
}

.letrymargin {
  margin-top: 1%;
  margin-bottom: 3%;
}

.editBut {
  padding: 1.4px 13.135px;
  border: 0.1px solid rgb(138, 129, 129);
  color: black;
  background-color: #efefef;

  /* appearance: auto;
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  margin: 0em;
  padding: 1px 16px;
  border-width: 2px;
  border-style: unset;
  border-color: black;
  border-image: initial; */
}

.forLo:hover:not(.active) {
  background-color: #111;
}

.forLoginNoHover {
  color: rgb(185, 175, 175);
}

.forLoginHoverText:hover {
  color: rgb(0, 0, 0);
}

.forLogin:hover {
  color: #04aa6d;
}

.pagi {
  color: #000000;
}

.pagin {
  font-weight: 800;
  font-size: 120%;
  color: rgb(145, 145, 145);
  text-decoration-color: rgb(145, 145, 145);
}
.forCommentsRes {
  font-size: large;
}

.foradd {
  display: none;
}
