.clear {
  clear: both;
}
.border {
  border: 1px solid black;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.s {
  text-decoration: line-through;
}

.img {
  border: 0px solid gray;
  padding: 1px;
  margin: 3px 5px 5px 5px;
}

.group:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* Сокрытие элемента */
.hidden {
  display: none;
}
/* Плавающие блоки */
.float_left {
  float: left;
}
.float_right {
  float: right;
  width:220px;
}
