.main-topic { 
  padding: 8px ;
  border-bottom: 1px solid #524e4b;
  overflow: hidden;
   margin:0 0 10px;
/*
background: #F8F7EF;
    border-radius:15px;
   -moz-border-radius:15px;
   -webkit-border-radius:15px;
*/
}
.author-pane {
  background: #f8f7ef;
  border: 1px solid #EBE9D7;
  padding: 5px;
    border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
}
#forum .icon {background: #fff; padding: 3px; width: 10px}
#forum table { width: 100%;}
#forum table td.container, #forum table td {padding: 5px;}
#forum table td.container { background-color: #f8f7ef;}
#forum table td.container .name { color: #267A23; font-size: 20px; font-style: bold; }
#forum thead th{ padding-top: 10px; padding-bottom: 10px;}

.forum-folder-legend { margin-top: 50px;}

/* Forum topics page */
#forum .forum-topics tr.odd, #forum .forum-topics tr.odd .icon { background: #f8f7ef; }
.forum-topic-legend { margin-top: 15px; }
.legend-group { display: block; width: 30%;}
.forum-topic-header {margin: 2px 0 10px;}

/* IMAGES ******************************************************************/
.author-online {
  background: transparent url(../images/user-online.png) no-repeat;
  padding-left: 20px;
  height: 20px;
  width: 200px;
  display: block;
}

.author-offline {
  background: transparent url(../images/user-offline.png) no-repeat;
  padding-left: 20px;
  height: 20px;
  width: 200px;
  display: block;
}

@media only screen and (max-width: 995px) {
.legend-group { width: 50%;}
}

@media only screen and (max-width: 767px) {
.legend-group { width: 50%;}
}

@media only screen and (max-width: 479px) {
.legend-group { width: 100%;}

}
