div.tiger-control {
    position: absolute;
    top: 25px;
    left: 38px;
    opacity: 0.1;
}
div.tiger-control:hover {
    opacity: 1.0;
}
a.tiger-control {
    position: absolute;
    top:4px;
    left:4px;
    font-family: sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: blue;
}
div.tiger {
    max-width: 100%;
    height: 85%;
    position: fixed;
    top: 25px;
    left: 38px;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    background-color: rgba(204, 204, 204, 0.5);
    opacity: .8;
    display: none;
    padding: 1em;
    overflow: auto;
    margin: 0;
    padding: 7;
    z-index: 9999999;
}

div.tiger tiger-head {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    display: flex;
}
div.tiger tiger-head input {
    width: 7em;
    right: 0px;
    margin-left: 10px;
}

div.tiger tiger-head input:focus {
    width: 100% ! important;
    font-size: 16px;
    position: absolute ! important;
    opacity: 1;
}
    
div.tiger tiger-head input::placeholder {
    color: rgba(0,0,255,0.5);
}
div.tiger label {
    color: black;
    font-size: 0.7em;
    font-wegiht: bold;
    display: block;
}
div.tiger input {
    background-color: gray;
    color: black;
    width: 29em;
    opacity: .7;
}
div.tiger textarea {
    background-color: gray;
    color: black;
    width: 29em;
    height: 7em;
    left: 5em;
    opacity: .7;
}
div.tiger textarea.ref {
    height: 35%;
    left: 5em;
}

@media (pointer: coarse) {
    div.tiger {
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100%;
	max-width: 100% !important;
	box-sizing: border-box !important;
}
    
    input,textarea {
	font-size: 16px;
	width: 100% ! important;
	box-sizing: border-box !important;
    }
    
}
