/* :mode=css:encoding=utf-8: */
/* common style for export pages
 *
 * Copyright © 2012 - Eric Le Lay <kerik-sf@users.sf.net>
 * This program 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 2
 * of the License, or any later version.
 * This program 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, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 
* {
	font-size:11pt;
}
table {
	padding:0;
	border-collapse:collapse;
	margin-bottom:2em;
}
td,th {border:solid 1px black; margin:0; padding:5px}

#goto-top {
	position:fixed;
	bottom:0;
	right:0;
	display:block;
	background:white;
	padding: 3px;
}


#data {
	width:90%;
	margin-left:10%;
}
#data th, #data td {
	border:none
}
#data th {
	text-align:right;
}

table.timestamped {
	width:80%;
	margin-left:10%;
}

.timestamped th{
	vertical-align:top;
	font-weight:normal;
}

#online {
	display:block;
	padding:2em 0.5em 0 1em;
	float:right;
}

#details {
	margin:3em
}

h1 {
	font-size:120%;
	font-weight:normal;
	text-align:center;
}

h2 {
	font-size:100%;
	font-weight:bold;
}

.descr {
	max-width:60%;
	color:#666666;
	margin:2em 0 2em 20%;
}

.subtitle {
	font-size:90%;
}
/* tablesorter */
.header {
	background:#afcccc
}
.header:after {
	content: ' \a0\a0';
}
.headerSortUp:after {
	content: ' ⬘';
}
.headerSortDown:after {
	content: ' ⬙';
}

