body {
	padding: 0;
	margin: 1em;
	font-family: 'Roboto Condensed', sans-serif; font-size: 14px; font-weight: bold;
	background: #aaa;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
tr {
	margin: 0;
	padding: 0;
	border: 0;
}
td {
	margin: 0;
	padding: 0;
	border: 0;
}

table.head {
	background: #5455ED;
	box-shadow: 0.3em 0.3em 0.35em #444;
}
tr.head {
}
td.head1 {
	white-space: nowrap;
}
td.head2 {
	width: 99%;
	padding: 0 10px;
	color: white;
	text-align: left;
}
td.head3 {
	min-width: 300px;
	white-space: nowrap;
	padding: 0 10px;
	text-align: right;
}

table.tsx {
	color: white;
	box-shadow: 0.3em 0.3em 0.35em #444;
	background: #5455ED;
}
.tsx_td {
	font-size: 16px;
}
td.imgbox {
	padding: 0.5em;
	background: #5455ED;
	vertical-align: top;
	text-align: left;
	width: 192px;
}
	img.i1 {
		width: 192px;
		margin-bottom: 0.5em;
	}
.namesize {
#	width: 100%;
	padding: 0.55em 0.62em;
	background: black;
	vertical-align: top;
}
	.namesize td.namesize1 {
		color: white;
		font-weight: bold;
		white-space: nowrap;
		text-align: left;
	}
	.namesize td.namesize2 {
		color: white;
		white-space: nowrap;
		text-align: right;
	}
.blocks {
	font-size: 14px;
	padding: 0.55em 0.62em;
	color: black;
	background: white;
}
	.blocks .blockdiv {
		display: none;
	}
	.blocks .tblocks {
		border-spacing: 0.1em;
		border-collapse: separate;
		color: white;
	}
	.blocks .tblocks:hover {
		color: yellow;
	}
	.blocks .blockdiv td {
		padding: 0.2em;
		font-size: 12px;
		vertical-align: top;
		background: #555;
	}
	.blockdiv td#t1 {
		width: 2em;
		text-align: center;
		background: #444;
	}
	.blockdiv td#t2 {
		max-width: 12em;
		font-weight: bold;
	}
.datahash {
	padding: 0.1em 0.42em 0.2em 0.22em;
	background: black;
}
.filehash {
	padding: 0.1em 0.42em 0.2em 0.22em;
	background: #5455ED;
}
	.datahash table, .filehash table {
		border-spacing: 0.2em;
		border-collapse: separate;
	}
	.datahash td, .filehash td {
		width: 3em;
		font-size: 10px;
		color: white;
		padding: 0.2em 0.5em;
		white-space: nowrap;
	}
	.datahash .title, 
	.filehash .title {
		width: 5em;
		font-size: 14px;
		padding: 0.2em;
	}
	.datahash td.hash, 
	.filehash td.hash {
		font-size: 12px;
	}
	.datahash td.hash1,
	.filehash td.hash1, .hash1 {
		font-family: 'Roboto Mono', sans-serif;
		width: 5em;
		background: rgba(255,255,255,0.15);
	}
	.datahash td.hash2,
	.filehash td.hash2, .hash2 {
		font-family: 'Roboto Mono', sans-serif;
		width: 9em;
		background: rgba(255,255,255,0.15);
	}
	.datahash td.hash3,
	.filehash td.hash3, .hash3 {
		font-family: 'Roboto Mono', sans-serif;
		width: 10em;
		background: rgba(255,255,255,0.15);
	}
	td.color_dh1 {
		background: rgba(255,255,255,0.2) !important;
	}
	td.color_dh2 {
		background: rgba(255,255,255,0.15) !important;
	}
	td.color_fh1 {
		background: rgba(0,0,0,0.2) !important;
	}
	td.color_fh2 {
		background: rgba(0,0,0,0.4) !important;
	}
.textmini {
	font-size: 12px;
}
.link {
	color:blue;
	cursor: pointer;
}
.mono {
	font-family: 'Roboto Mono', sans-serif !important;
	font-size: 10px !important;
}
.colorInfo {
	background: #000 !important;
}
.colorArchive {
	background: #a80 !important;
}
.colorMSX {
	background: #11a !important;
}
.colorKCS {
	background: #63d !important;
}
.colorData {
	background: #900 !important;
}
.colorGroup {
	background: #C95BBA !important;
}
.colorEmpty {
	background: transparent !important;
}
.opacity {
	opacity: 0.75;
}
.files a {
	color: yellow;
}
.tdtools {
	color: white;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #003;
}
.tdtools * {
	color: white;
	vertical-align: top;
}
.imgtools {
	width: 64px;
	padding-right: 10px;
	vertical-align: top;
}
.burbuja {
	position: relative;
    display: inline-block;
	font-size: 12px;
	font-weight: normal;
	min-width: 1em;
	text-align: center;
	border-radius: 5px;
	color: white;
	background-color: black;
	padding: 0.15em 0.35em;
	margin: 0 0.45em 0.15em 0;
	cursor: help;
	text-shadow: 0 0 0;
}
.burb_red {
	color: white;
	background-color: red;
}
.burb_yellow {
	color: black;
	background-color: yellow;
}
.burb_green {
	color: black;
	background-color: #0d0;
}
.burb_blue {
	color: white;
	background-color: blue;
}
.burb_lightblue {
	color: white;
	background-color: #228;
}
.tab {
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	margin-left:0.25em;
	margin-right:0.25em;
	padding:0.5em;
	color:yellow;
	-webkit-border-radius:0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	order:1;
	flex-grow:1;
}
/* Tooltip text */
.burbuja .tooltip {
    visibility: hidden;
    min-width: 120px;
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px yellow solid;
    text-align: left;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: 10px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}
/* Show the tooltip text when you mouse over the tooltip container */
.burbuja:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
