/*
#
# file: trst.css
#
# © Copyright J.Fossy Weinzinger 2007
#     mailto: fossy@iwasno.net
#
# This file is part of "trst" - to collect and visiualize traffic
# statistics on a webserver.
#
# "trst" is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# "trst" is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
# Fossy: 2007.05.21
# Fossy: 2007.08.02
#
*/

table.statistics { width: 100%;
                 }

td.bytes,
th.bytes         { text-align: right;
                   width:      6ex;
                 }

th.time          { width: 14ex;
                 }

th.protocol      { width: 15ex;
                 }

th.time,
th.protocol,
th.bar           { text-align: left;
                 }

div.bar          { float:   left;
                   display: inline;
                   padding: 0px;
                   margin:  0px;
                   height:  14px;
                   list-style-type: none;
                 }