tml {
    height: 100%;
}

body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 100%;
    height: 100%;
    background-color:white!important;
}

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a[download]::after {
    content: url(/image/download.png);
    vertical-align: sub;
    padding-left: 5px;
}
.shadowbox {

    width: 18em;
    border: 1px solid #333;
    box-shadow: 8px 8px 5px #444;
#    padding: 8px 12px;
    background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}
#roottable{
	border-spacing: 0; 
	border: 1px outset black; 
	border-radius: 10px; 
	height: 200px;
	width: 200px
}
#rootimg{
	height: 100px;
	width: 120px 
}
#elem{
	height: 300px;
	width: 300px 
}
#rootfooter{
	text-align: center; 
	letter-spacing: 1px; 
	padding: 15px ;
}
#elemfooter{
	text-align: center; 
	letter-spacing: 1px; 
	padding: 5px ;
}
#rootname{
		color: red;
		font-size: 1em;
	}
	

	
@media (max-width: 1080px)
{
	#roottable{
	border-spacing: 0; 
	border: 2px outset black; 
	border-radius: 10px; 
	}
	#rootimg{
		--mobile-width: calc((100vw - 50px)/ 2);
		width:  var(--mobile-width);
		height:  calc(var(--mobile-width) - 20px);
	}

	#rootfooter{
	text-align: center; 
	letter-spacing: 1px; 
	padding: 15px ;
	font-size: 3em;
		
	}
	#elemfooter{
	text-align: center; 
	letter-spacing: 1px; 
	padding: 10px ;
	font-size: 2.5em;
		
	}
	#rootname{
		color: red;
	}
	#elem{
		--mobile-width: calc((100vw - 50px)/ 2);
		width:  var(--mobile-width);
		height:  calc(var(--mobile-width) - 20px);
	}
    a[download]::after {
    content: url(/image/download.png);
    vertical-align: sub;
    padding-left: 5px;
}



