﻿/*-------Обертка всех кнопок------------- */
.u-forum-but {}

.u-forum-but a {
  margin: 0px 1px;
  padding: 2 9px 2px;
  height: 20px;
  border: 1px solid #FFCA39;
  border-radius: 4px;
  color: #FFCA39;
  text-decoration: none;
  font-size: 12px;
  line-height: 22px;
}

.u-forum-but a:hover{
  background-color: #FFCA39;
  color: #000;
  border: 2px solid #FFCA39;
}

/*-----Кнопка ответить------*/
.u-add-reply {}

/*-----Кнопка новая тема------*/
.u-new-topic {}

/*-----Кнопка новый опрос------*/
.u-new-poll {}

/*-----Кнопка закрытой темы------*/
.u-close-topic {
  padding: 2 9px 2px;
  height: 20px;
  border: 1px solid #EF1033;
  border-radius: 4px;
  color: #EF1033;
  text-decoration: none;
  font-size: 12px;
  line-height: 22px;
  cursor: pointer;
}

.u-close-topic:hover{background-color: #EF1033; color: #FFF;}