/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* = RRL ======== templatestyle.css ======== */
.cb-content .cb-postcontent-0 .layout-item-1 {
	padding-right: 10px;
	padding-left: 10px;
}

a:visited {
	color: #D01E49;
}

/* = RRL ======== genstyle.css ============= */
table {
	font-size: 13px;
}

body {
	font-size: 10pt;
}

.fieldnameback,
.tablesaw-cell-label {
	padding: 6px; /* (org: 7px) */
}

.databack {
	padding: 4px; /* (org: 7px) */
	vertical-align: middle; /* (org: top) */
}

.normal .rounded-table .databack { /* Pour showlog.php */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 72em;
}

.placeimg {
	padding: 0px 7px 0px 0px; /* (org: 0px 15px 0px 5px) */
}

.citeblock b {
	color: brown;
	font-weight: bold;
	text-decoration: none;
}

.citeblock u {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

