.block {
  width: 100%;
}
.border {
  background-color: green;
  height: 2px;
}
.date {
  color: #008000;
  background-color: qwfghfgerty;
  font-size: 12px;
  font-family: Times New Roman, serif;
}
.post {
  color: #000000;
  background-color: #D7D7D7;
  font-size: 14px;
  font-family: Times New Roman, serif;
}
.separate {
  height: 10px;
}
.theme {
  color: #000000;
  background-color: qwfghfgerty;
  font-size: 12px;
  font-family: Times New Roman, serif;
}

/*Пользовательские стили css*/
.but {
  font-size:10;
  width:120;
  background-color: #F3F3F3;
  border:1px solid #234D76;
}
.date {
 padding: 2px;
}
.post {
  text-align: justify;
  padding: 2px;
}
.theme {
  text-align: right;

}