.tet_latest_init a:link,
.tet_latest_init a:visited,
.tet_latest_init a:focus,
.tet_latest_init a:hover,
.tet_latest_init a,
.tet_latest a:link,
.tet_latest a:visited,
.tet_latest a:focus,
.tet_latest a:hover,
.tet_latest a {
	text-decoration: none;
	color: #0072bc;
	font-weight: bold;
}
.tet_latest_init:hover,
.tet_latest:hover {
	/*background-color: lightgreen;
	background-color: turquoise;*/
/*	transition: background-color 0.3s linear;*/
	background-color: lemonchiffon;


	cursor: pointer;
	/*opacity: 0.2;*/
	/*color: blue;*/
}
.tet_latest_init:hover span,
.tet_latest:hover span {
	/*background-color: lemonchiffon;
	cursor: pointer;*/
/*	transition: color 0.3s linear;	 */
	color: black;
	/*color: blue;*/
}

.tet_latest_init span:nth-of-type(2),
.tet_latest span:nth-of-type(2) {
	color: gray;
	font-size: 12px;
	font-weight: normal;
/*	font-size: 80%;*/
	font-variant: normal;
}
.tet_latest_init span:nth-of-type(1),
.tet_latest span:nth-of-type(1) {
	/*color: red;*/
	color: gray;
	font-size: 12px;
	font-weight: 700;
/*	font-size: 80%;*/
	/*white-space: nowrap;*/
}
.tet_latest:hover span {
	color: black;
}
td:has(.tet_latest_init),
td:has(.tet_latest) {
	transition: background-color 0.3s;
	background-color: bisque;
	--webkit-user-select: none;
	--ms-user-select: none;
	user-select: none;
}
hr.tetohr {
	height: 0px;
	border: 1px solid;
	border-color: darkturquoise;
	margin: 0px;
	/*padding-top:5px;*/
	color: green;
	/*border-color: darkseagreen;*/
	/*border-color: azure;*/
}

.tet-wrapper {
  display: inline-block;
	padding: 5px;
  /*background: #000;*/
}
.tet_latest_init {
 	transition: opacity 0.3s;
  	opacity: 0;
	text-align: left;
}

.tet_latest {
	opacity: 1;
}
.tet_latest,
.tet_latest_init: {
	width: 100%;
	background-color: bisque;
	transition: background-color 0.3s;	
}



.thumbnails_index {
/*    background: #EFEFEF ;*/
    background: #fedcba;
/*	background: cyan; */
    padding: 5px;
}
td.thumbnails_index {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;....
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
    border-style: solid;
    border-width: thin;
    border-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
td.thumbnails_index:hover {
    background-color: #fdffdf !important;
/*    background-color: green !important;*/
    -webkit-box-shadow: inset 0px 0px 0px 5px #7cd9a8;
    -moz-box-shadow: inset 0px 0px 0px 5px #7cd9a8;
    -o-box-shadow: inset 0px 0px 0px 5px #7cd9a8;
    box-shadow: inset 0px 0px 0px 5px #7cd9a8;
    padding-bottom: 5px;
    padding-top: 5px;
}
.thumb_title {
    font-weight : bold;
    font-size: 80%;
    padding: 2px;
    display : block;
}
.thumb_title_owner {
    text-align: left;
	padding: 0px 5px 0px 2px;	
}
.thumb_title_title {
    font-size: 120%;
    font-variant: small-caps;
	padding: 0px 5px 0px 2px;
}
.thumb_title_views {
    text-align: left;
}

.thumb_caption {
    font-size: 80%;
    padding: 1px;
    display : block;
/*    text-align: left;*/
}
.thumb_caption_ctime {
    padding: 2px;
    text-align: left;
	padding: 0px 5px 0px 2px;	
}

.thumb_caption a,
.thumb_caption a:visited,
.thumb_caption a:focus {
    text-decoration: none;
    color: #0072bc;
    font-weight: bold;
}
.thumb_caption a:hover,
.thumb_caption a:active {
    text-decoration: underline;
    color: #0072bc;
}

.thumb_num_comments {
    text-align: left;
    font-weight: normal;
    font-size: 80%;
    padding: 2px;
/*    font-style : italic;*/
    display : block;
}




.thumbnails_index {
	padding: 0px;
	display: block;
	box-sizing: border-box;
}
.thumbnails_index {
    padding: 10px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.thumbnails_index table {
    width: 100%;
    border-collapse: collapse;
}
.thumbnails_index table td {
/*    display: block;*/
   width: 100%;
/*    padding: 10px;*/
    box-sizing: border-box;
}
.thumbnails_index table td a {
    align-items: flex-start;
    display: flex;
    float: left;
}
.thumbnails_index table td a img {
    max-width: 33vw !important;
    min-width: 33vw;
}
.thumbnails_index table td span {
    align-items: flex-start;
    display: flex;
    max-width: unset !important;
}
.thumbnails_index table td span:nth-of-type(1) {
    justify-content: flex-start;
    text-align: left;
}
.thumbnails_index table td span:not(:nth-of-type(1)) {
    justify-content: flex-end;
}
