.block {
  width: 200px;
}
.border {
  background-color: #FFFFFF;
  height: 0px;
}
.date {
  color: c53131;
  background-color: qwfghfgerty;
  font-size: 12px;
  font-family: Arial, serif;
  font-weight:normal;
}
.post {
  color: 7f7e7e;
  background-color: #FFFFFF;
  font-size: 12px;
  font-family: Arial, serif;
}
.separate {
  height: 10px;
}
.theme {
  color: c53131;
  background-color: qwfghfgerty;
  font-size: 12px;
  font-family: Arial, serif;
  font-weight:bold;
}

/*Пользовательские стили css*/
.but {
  font-size:10;
  width:120;
  background-color: #F3F3F3;
  border:1px solid #234D76;
}

.post {
  text-align: left;
}
.theme {
  text-align: right;

}