
table.nom {
	margin-left : auto ; margin-right : auto ;
	font-size: 13px;
	border-collapse: separate;
	border-spacing: 1px;
	border-width: 1px;
	border-style: outset;
}

table.nom td {
	border-style: inset;
	border-width: 1px;
	text-align: left;
	vertical-align: top;
	padding: 0;
}

table.nom td a {
	white-space: nowrap;
	text-decoration: none;
}

div.res1 {
	padding: 1px;
	line-height: 14px;
	width: 50px;
	overflow: hidden;
}

div.res1 span.cow {
	text-align: right;
	float: right;
}

div.res1 span.cat {
	display: block;
	height: 50px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 3px;
}

div.res1 span.cow span.inc {
	color: red;
	font-size: xx-small;
}

div.res1 > span.cow span.heat {
	display: none;
}

div.res1 span.tmark {
	color: gray;
}

div.res1 span.cat img {
	border-style: none;
	vertical-align: middle;
}

div.res1 span.cat br {
	display: none;
}

div.rowtim {
	text-align: right;
	margin: 1ex;
}

td.rowtim0 {
	background-color: #eeffff;
}

td.rowtim1 {
	background-color: #ffeeff;
}

h1 {
	margin-top: 0;
	margin-bottom: 10px;
	float: left;
}

div.finfo {
	float: right;
	margin-left: 1em;
	font-size: small;
	text-align: right;
	background-color: #f0e0d6;
}

hr {
	clear: both;
}

#searchwords {
	width: 80%;
}

td.hidden {
	display: none;
}

div.warn {
	color: red;
	font-size: 0.8em;
}

div.message {
	text-align: center;
}

div.options {
	margin-bottom: 5px;
	font-size: small;
	display: none;
}

div.menu {
	margin-bottom: 5px;
}

div.tooltip {
	display: none;
	position: absolute;
	width: 304px;
	padding: 8px;
	border-radius: 8px;
	box-shadow: 4px 4px 4px #555;
	background-color: #f0e0d6;
	color: black;
}

img.tooltip_thumb {
	width: 150px;
	height: 150px;
	padding-right: 10px;
	float: left;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

div.tooltip_text {
	overflow: hidden;
	height: 125px;
	word-break: break-all;
	text-align: justify;
}

div.tooltip_note {
	padding-top: 10px;
	height: 15px;
	font-weight: bold;
}

div.tooltip_note span.heat {
	padding-left: 5px;
}

div.tooltip_note span.heat:before {
	font-family: 'Font Awesome 5 Free';
	padding-right: 3px;
	content: '\f06d';
}

div.tooltip_note span.cow:before {
	font-family: 'Font Awesome 5 Free';
	padding-right: 3px;
	content: '\f075';
}

.tabs {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.tabs .tab-label {
	display: inline-block;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #999;
	border-bottom: none;
	margin-left: 1px;
	margin-right: 1px;
	padding: 3px 6px;
	font-size: small;
	cursor: pointer;
}

.tabs .tab-label:hover {
	color: red;
}

.tabs input[name="tab-radio"],
.tabs .tab-content {
	display: none;
}

.tabs .tab-content{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
}

.tabs #tab-1:checked ~ .tab-1-content,
.tabs #tab-2:checked ~ .tab-2-content,
.tabs #tab-3:checked ~ .tab-3-content,
.tabs #tab-4:checked ~ .tab-4-content,
.tabs #tab-5:checked ~ .tab-5-content {
	display: block;
}

.tabs input[name="tab-radio"]:checked + .tab-label {
	margin-bottom: -1px;
	border-bottom: 1px solid #ffffee;
	font-weight: bold;
	border-top: 4px solid #ff7f50;
}

table.nom:empty {
	border-style: none;
}
