:root {
    --folder-structure-item-height: 10px;
    --folder-structure-item-margin-left: 35px;
    --folder-structure-item-padding-top: 25px;
}

#s-m-t-tooltip{
text-align:center;
margin: 0px 0px 0px 24px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 4px;
padding-top: 4px;
border:1px solid #999999;
color:#000000;
background-color:rgb(255,255,255,.93);
font-size: 10px;
height:auto;
overflow:visible;
text-shadow:1px 0px 3px rgb(0,0,0,.25);
z-index: 99 !important;
}

body {
   font-family: georgia;
   font-size: 24px;
   background-color: #eee;
}

.nested-dropdowns {
    /* Border */
    border: 1px solid #333;
    display: flex;
    list-style-type: none;
    background-color: #eee;
    font-size: 11px;
    font-family: verdana;
    font-weight: 600;
    margin-top: 30px;
    padding:  0px 0px 0px 0px;
}

.nested-dropdowns li {
    display:flex;
    top: 0px;
    cursor: pointer;
    /* Spacing */
margin: auto;
    padding:  0px 0px 0px 0px;
    /* Used to position the sub nested-dropdowns */
    position: relative;
    text-align: left;
}

.nested-dropdowns li:before {
    content: "\275A";
    transform: rotate(0deg);
    color: black;
    font-size: 10px;
    font-weight: 900;
    margin-right: 2px;

}

.nested-dropdowns__item {
    margin: auto;
    display: flex;
    position: relative;
}
.nested-dropdowns__item::after {
    content: "\219D";
    transform: rotate(45deg);
    color: black;
    font-size: 13px;
    font-weight: 900;
    margin-left: 1px;
}


/* The sub nested-dropdowns */
.nested-dropdowns ul {
    border: 1px dashed #000;
    display: none;
    left: 10px;
    position: absolute;
    top: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0px 5px 0px;
    background-color: #eee;
}

/* The second level sub nested-dropdowns */
.nested-dropdowns ul ul {
position:absolute;
    top: 0px;
        margin: 0;
    padding: 5px 0px 5px 0px;
    left: 100%;
}

/* Change background color of list item when being hovered */
.nested-dropdowns li:hover {
    background-color: rgba(0, 0, 0, .1);
    font-style: normal;
}

/* Show the direct sub nested-dropdowns when hovering the list item */
.nested-dropdowns li:hover > ul {
    display: block;
    font-style: normal;
}

.folder-structure ul {
    /* Reset */
    list-style-type: none;
    margin: 0;
}

.folder-structure li {
    padding: var(--folder-structure-item-padding-top) 0rem 0rem .25rem;
    position: relative;
}

.folder-structure li::before {
    border-left: 1px solid #000;
    content: '';

    /* Position */
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(calc(-1 * var(--folder-structure-item-margin-left)), 0);

    /* Size */
    height: 100%;
}

.folder-structure li::after {
    border-bottom: 1px solid #000;
    content: '';

    /* Position */
    left: 0;
    position: absolute;
    top: calc(var(--folder-structure-item-padding-top) + var(--folder-structure-item-height) / 2);
    transform: translate(-100%, 0);

    /* Size */
    width: var(--folder-structure-item-margin-left);
}

/* Remove the border from the last item */
.folder-structure li:last-child::before {
    height: calc(var(--folder-structure-item-padding-top) + var(--folder-structure-item-height) / 2);
}

.wrap {
	top: 110px;
	width: 500px;
	height: 300px;
	margin: 0 auto;
	min-height: 300px;
}
#bar {
	top: -10px;
	left: 0px;
	width: -blocked-;
	height: auto;
	padding: 1px;
	background: #fff;
	margin-top: 3px;
	text-align: left;
	font: 11px georgia;
	line-height: 8px;
	color: #000;
}
#box1 {
	z-index: 7 !important;
	position: absolute;
	margin-top: 100px;
	left: 350px;
	width: 300px;
	height: 350px;
	overflow: auto;
	overflow-x: hidden;
	background: #fff;
	text-align: left;
	font: 11px georgia;
	line-height: 11px;
	padding-top 5px;
	color: #000;
	padding: 10px;
    border: 1px solid #999;
}

#box2 {
	z-index: 1 !important;
	position: absolute;
	margin-top: 100px;
	left: 175px;
	width: 150px;
	height: auto;
	overflow: auto;
	overflow-x: auto;
	background: #fff;
	text-align: left;
	font: 9px georgia;
	line-height: 11px;
	padding:10px;
	color: #000;
	border: 1px solid #ccc;
}

#image {
	position: absolute;
	width: 547px;
	left: 175px;
	top: 55px;
	z-index: 9 !important;
	height: 10px;
	background-image: url(' ');
	}
	
.ha, .ah, .eh {
	font: 13px georgia;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(255,255,255,1), -1px -1px 0px rgba(255,255,255,1), -1px 1px 0px rgba(255,255,255,1), 1px -1px 0px rgba(255,255,255,1),      
    5px 2px 1px rgba(255,0,0,.5), -5px -2px 1px rgba(0,100,255,.5);
    color: transparent;
}
.ha {
    color: #111;
}
.ah {
    color: #333;

} 
.eh {
    color: #444;
}
a:link, a:active {
	color: #333;
	text-decoration: underline;
	text-transform: lowercase;
}

a.nav:link, a.nav:visited {
	display: block;
	text-align: center;
	font-family: verdana;
	font-weight: 100;
	font-style:normal;
	font-size: 9px;
	background-color:#ddd;
	color: #333;
	margin: 5px 1px 5px 1px;
	text-decoration: none; !important;
    border: 1px solid #333;
    border-radius: 0px;
    padding:  5px 0px 5px 0px;
    box-shadow: inset rgba(0, 0, 0, .175) 1px -1px 1px 1px, inset rgba(255, 255, 255, 1) -1px 1px 1px 1px}
    
a.nav:hover {
	color: transparent;
	text-decoration: none;
	cursor: crosshair ;
        border: 1px solid #333;
        border-radius: 0px;
    background-color: #ddd;
    font-style: normal;
    	margin: 5px 1px 5px 1px;
padding:  5px 0px 5px 0px;
        position: relative;
    top: 1px;
    right: 1px;
text-shadow: 1.5px 1px .5px rgba(255,0,0,1), -1.5px -1.25px .5px rgba(0,100,255,1);box-shadow: inset rgba(0, 0, 0, .175) -1px 1px 1px 1px, inset rgba(255, 255, 255, 1) 1px -1px 1px 1px}



a:visited {
	font: 8px georgia;
	color: #333;
	text-decoration: none;
	text-transform: lowercase;
}
a:hover {
	color: transparent;
	text-transform: lowercase;
    text-decoration: underline;
    	cursor: crosshair ;
    text-shadow: 1.5px 1px .5px rgba(255,0,0,1), -1.5px -1.25px .5px rgba(0,100,255,1);
}

a.one:link, a.one:visited {
	font-family: 'georgia';
	font-weight: normal;
	font-style: normal;
	font-size: 20;
}
a.one:hover {
	color: #FFE9BC;
	text-decoration: none; !important;
	cursor: crosshair ;
	font-size: 19.5;
}

b {
	font-weight: 100;
	color: #777;
	background: #ddd;
    border-radius:5px;
}
i {
    color: #bbb;
    
}

u {
	font-style: underline;
	color: #999;
}

h1 {
	font-family: helvetica;
	color: rgb(255, 255, 255, 1);
    font-size: 32px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	background: #ddd;
	border:1px solid #999;
	line-height:  0px;
	padding:7px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:1px;
	margin-right:1px;
	text-transform: lowercase;
	border-radius: 3px;
        text-shadow: 1px 1px 0px rgba(0,0,0,1), -1px -1px 0px rgba(0,0,0,1), -1px 1px 0px rgba(0,0,0,1), 1px -1px 0px rgba(0,0,0,1), 
            3px 2px 0px rgba(255,0,0,.5), -3px -2px 0px rgba(0,100,255,.5);
}

h2 {
	font-family: helvetica;
	color: #333;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	background: #ddd;
	border:0px solid #888;
	line-height:  0px;
	padding:5px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:1px;
	margin-right:1px;
	text-transform: lowercase;
	border-radius: 0px;
    font-size: 32px;
    font-variant-caps: small-caps;
    text-shadow: .5px .5px 0px rgba(255,255,255,1), -.5px -.5px 0px rgba(255,255,255,1), -.5px .5px 0px rgba(255,255,255,1), .5px -.5px 0px rgba(255,255,255,1), 
    3px 2px 1px rgba(255,0,0,.75), -2.5px -2px 1px rgba(0,100,255,1), 0px -1px 1px rgba(255,255,255,.75);
}

h3 {
	font-family: helvetica;
	color: #333;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	background: #ddd;
	border:0px solid #888;
	line-height:  0px;
	padding:5px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:1px;
	margin-right:1px;
	text-transform: lowercase;
	border-radius: 0px;
    font-size: 32px;
    font-variant-caps: small-caps;
    text-shadow: .5px .5px 0px rgba(255,255,255,1), -.5px -.5px 0px rgba(255,255,255,1), -.5px .5px 0px rgba(255,255,255,1), .5px -.5px 0px rgba(255,255,255,1), 
    3px 2px 1px rgba(255,0,0,.75), -2.5px -2px 1px rgba(0,100,255,1), 0px -1px 1px rgba(255,255,255,.75);
}

.sidebar-img, .footer, .title, .links, .box, .contents {
  margin-top: 10px;
  }


/**
 * ants 
 */
 
@keyframes ants { to { background-position: 100% 100% } }

.antsdiv3 {
	padding: 1em;
	border: 1px solid transparent;
	background: linear-gradient(white, white) padding-box,
repeating-linear-gradient(-45deg, black 0, black 25%, transparent 0, transparent 50%) 0 / .6em .6em;
	animation: ants 10s linear infinite;
	line-height: 11px;
    height: 225px!important;
    font-size: 9px;
    overflow-y: scroll;
    width: fit-content;
    align-content: center;
}

div.scrollbox {
	height:auto;
	width:auto;
	background-color:ffffff;
	background-image:url( );
	color:#444444;
	text-align:left;
	border-width:1px;
	border-style:solid;
	border-color:#bbb;
	overflow-y:scroll;
    overflow-x: hidden;
}

::selection {
  color: transparent;
  background-color: transparent;
        text-shadow: 1.5px 1px .5px rgba(255,0,0,1), -1.5px -1.25px .5px rgba(0,100,255,1);
    cursor: crosshair ;
}

  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #bbb #ddd;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
  }

  *::-webkit-scrollbar-track {
    background: #bbb;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border: 1px solid #333;
  }

