No news. Go forum and make new thread on board News.
button.farathor_button_top {
background: linear-gradient(#d4c0a1 0,#f1e0c6 100%);
color: #4e4b3a;
cursor: help;
padding: 10px;
width: 100%;
text-align: left;
border: 1px solid #350404;
outline: none;
font-size: 13px;
transition: 0.4s;
font: 400 8pt Verdana,Arial,Times New Roman,sans-serif;
}
button.farathor_button_top.active, button.farathor_button_top:hover {
background-color: #ecf7f7;
}
button.farathor_button_top:after {
font-weight: bold;
float: right;
margin-left: 1px;
}
button.farathor_button_top.active:after {
content: "\2212";
}
div.farathor_panel {
padding: 0 18px;
background-color: #F1E0C6;
font: 400 8pt Verdana,Arial,Times New Roman,sans-serif;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}