/*
 * Coordinated Wesnoth UMC Development Project website - codename "Hakone"
 * Part of the Coordinated Wesnoth UMC Development Project
 * Copyright (C) 2010, 2018 by Iris Morelle <shadowm@wesnoth.org>
 */

.umcreg table {
	margin-left: 2em;
/* 	padding: 0.5em; */
	width: 100%;
}

.umcreg table thead th,
.umcreg table td {
	padding: 0.25em 0.5em;
	text-align: center;
}

.umcreg table td.tsection {
	text-align: left;
}

.umcreg table td.projectpaths {
	text-align: left;
}

.umcreg table td {
/* 	vertical-align: top; */
}

.umcreg table td.projectpaths {
	font-family:Consolas,'Courier New',monospace;
	color: #000;
}

.umcreg table ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.umcreg table th,
.umcreg table td.tsection {
	background-color: #e7d9c0;
}

.umcreg table thead,
.umcreg table td.tsection,
.umcreg table td.userid {
	font-weight: bold;
}

.umcreg table th {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

.umcreg .roundleft {
	border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-khtml-border-radius: 4px 0 0 0;
}

.umcreg .roundright {
	border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	-khtml-border-radius: 0 4px 0 0;
}
