/* 
    Created on : 13-Nov-2018, 17:12:05
    Author     : Tensmoor
*/
.nosee{
    display: none;
}
.see{
    display: block;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.dt4cbox{
    padding:3px;
    border: solid black 1px;
    white-space: nowrap;
}
.dt4logo{
	height: 100%;
}
#dt4logo{
	position: absolute;
	bottom: 0;
	left: 300px;
	border: solid 5px blue;
}
.toolHeader {
	width: 100%;
	background-color:gray;
	font-size: 1.25em;
}
.closetool {
    width:20px;
    height:20px;
}
.smIllyIco {
    width:20px;
    height:20px;
}
.smWidth {
	width: 100px;
}
.medWidth {
	width: 150px;
}
.lgWidth {
	width: 200px;
}

#menutabs {
	position:absolute;
	top:100px;
	left:525px;
	overflow:hidden;
	border: solid blue 5px;
	width:802px;
	height:200px;
}
.menu-button {
    background-color: gray;
    border: solid black 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
	padding: 2px 3px 2px 3px;
	margin: 2px;
}
.tooldiv {
	position: absolute;
	background-color: white;
	border: solid blue 5px;
	font-size: 1em;
}
.tooldiv>.contents {
    height:90%;
    overflow:scroll;
}
.grid1{
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 2fr;
}
#dt4collecttable {
    border-collapse:collapse;
}
#dt4collecttable td,
#dt4collecttable th {
    border:solid black 1px;
    border-collapse:collapse;
    text-align:center;
}
#dt4campstable {
    border-collapse:collapse;    
}
#dt4campstable th, td {
	border: solid black 1px;
	text-align: center;
}