/* ropa */

/* left column - component list */

.subsubsub {
	margin: 20px 0 10px 20px;
}

table.component {
	table-layout: auto;
}

table.component tr.disabled {
	opacity: 60%;
}

table.component td {
	width:1%;
	word_wrap:unset;
	white-space:nowrap;
}

/* right column - component details */

.r_subsubsub {
	margin: 20px 0 10px 20px;
	list-style: none;
	padding: 0;
	font-size: 13px;
	float: none;
	color: #666;
}

.r_subsubsub li a {
	color: #000;
	font-weight: 600;
	border: none;
	line-height: 2;
	padding: .2em;
	text-decoration: none;
}


/* cartouche */
.ropa-cartouche {
	height: 125px;
	font-family: Courier, Courier New, serif;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	background-color:black;
	color:white;
	resize: vertical;
	clear: both;
}

/* version */

.version {
	margin: 0;
	padding: 5px 0 0 0 !important;
}



/* readme */
.section {
	font-family: Courier, Courier New, serif;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	position: relative;

	background-color:black !important;
	color:white !important;
	resize: vertical;
}

/* list of events */

div.events-container {
	color: #424242;
	border: 1px solid #a0a0a0;
	border-bottom: none;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 13px;
	/* overflow: scroll; */
}

div.events-container div {
	position: relative;
	overflow-x: auto;
	overflow-y: auto;
	height: 100px;

	resize: vertical;
}

table.events {
	overflow:hidden;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: #fff;
}

table.events th {
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	margin: 0;
	padding: 0 10px 0 8px;
	text-align: left;
	font-weight: normal;
}

table.events thead :first-child {
	background: linear-gradient(#ffffff, #F2F3F5, #F2F3F5);
}

table.events thead tr.separator th {
	background: none #fbfbfb;
	height : 1.5px;
	border-bottom: 1px solid #a0a0a0;	
}

table.events thead tr > :first-child {
	border-left: none;	
}

table.events thead tr > :last-child {
	border-right: none;	
}

table.events td {
	border: 1px solid #fff;
	margin: 0;
	padding: 0 10px 0 3px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
/* text-overflow: ellipsis; */
/* max-width: 284px; */
}

table.events tbody tr :last-child {
	border-right: 0.5px solid #a0a0a0;
}

table.events tbody > :nth-child(even) {
	background-color: #edf3fd;
}

table.events tbody tr :first-child {
	border-left: 0.5px solid #a0a0a0;
}

table.events tbody tr :first-child a {
	color: #424242;
	text-decoration: none;
	border: none;
}

table.events tbody tr :first-child a:hover {
	text-decoration: underline;
}


/* tabs */

.ropa-tabs, .ropa-readme-tabs {
	background-color: #f9f9f9;
}

.ropa-tabs li, .ropa-readme-tabs li {
	position: relative;
	line-height:26px;
	list-style:none;
	float:left;
	margin:0 1px 0 0;
}

.ropa-tabs li a, .ropa-readme-tabs li a {
	padding: 2px 6px;
}

.gdp_tab {
	padding-bottom: 3px;
}

li.gdp_tab.gdp_ropa_readme_tab > a[title = "Privacy"] {
	/*background-color: #DEE9FF;*/
	color: #0B4EA2;
	font-weight:bold;
}

.version, .section {
	/* background-color: #fff; */
	clear:both;
	font-size: 14px;
}