/**
*
* @package phpBB Extension - Top Stats
* @copyright (c) 2015 dmzx - http://www.dmzx-web.net
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
* @Author Stoker - http://www.phpbb3bbcodes.com
*
*/

dl.starimg {
   background-image: url("./images/announce.png");
   background-repeat: no-repeat;
   
}

table {
    border-collapse: separate;
    border-spacing: 0px; /* cellspacing */
    *border-collapse: expression('separate', cellSpacing = '10px');
}

table td, table th {
    padding: 0px; /* cellpadding */
}

.stats_left {
   padding-right: 2px;
   width: 50%;
   vertical-align: top;   
}

.stats_right {
   padding-left: 2px;
   width: 50%;
   vertical-align: top;   
}

a.stats_topic_title {
   font-size: 1.1em;
   padding-left: 6px;
   font-weight: bold;
}

span.stats_name {
   float: left;
   padding-left: 6px;
   font-size: 1.1em;
   font-weight: bold;   
}

span.stats_author {
   padding-left: 6px;
}

span.stats_info {
   float: right;
   width: 120px;
   text-align: center;
   font-size:1.1em;   
}

span.stats_date {
   float: right;
   width: 220px;
   text-align: center;
   font-size:1.1em;
   padding-left: 65px;
}

dd.lastpost {
   display: inline-block;
}

/* .starimg aligns the columns after adding scroll bar */

 dl.starimg {
	margin-right: -16px !important;
}

/* firefox */ noindex:-o-prefocus, #vertical-ticker li {   height: 44px; }

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #vertical-ticker li  { height: 42px;  }
}

just to show you can go as much as you like here is 9 rows in firefox

/* opera */
noindex:-o-prefocus, #vertical-ticker li {
  height: 42px;
}

@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
   span.stats_name {
      width: 100%;
      text-align: center;
   }
   span.stats_info {
      display: none;
   }
   span.stats_date {
      display: none;
   }
}
