@import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre:400,400i,700,700i|IM+Fell+English+SC');

html, body {
    font-size:18px;
    height: 100%;
}
html {
    /* background: url(https://www.toptal.com/designers/subtlepatterns/patterns/ep_naturalblack.png); */
    background: url(../images/ep_naturalblack.png);
}

body {
    margin: 0;
    padding: 1em 1.5em .75em 1.5em;
    color: #ffe099;
    font-family: 'Averia Serif Libre', cursive;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+30,0.8+100 */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

table.esagono { background: url("../images/esagono.png") no-repeat;
                width:250px; height:224px;
                table-layout:fixed }

table.esagono td { overflow: hidden; }

table.pg23 { background: url("../images/pg23_plancia.jpg") no-repeat;
                width:300px; height:300px;
                table-layout:fixed;
                margin-left:auto;
                margin-right:auto; }

table.pg23 td { overflow: hidden; }

td.container > div {
    width: 100%;
    height: 100%;
    overflow:hidden;
}
td.container { height: 41px; }

input.tiny { border:none; width: 30px; height: 22px; position:relative; top: -20px; }

span.line {
  display: inline-block;
}

div.hide {
  display:none;
}

h1 {
    color: #e6a100;
    font-family: 'IM Fell English SC', serif;
    font-weight: normal;
    line-height: .75;
    font-size: 3em;
    margin-bottom: .5em;
}

a {
    color: #e6a100;
    font-weight: bold;
    text-decoration: none;
}

form {
   display: block;
   margin: 1em 0;
}

input {
    font-family: 'Averia Serif Libre', cursive;
    font-size: .9em;
    font-weight: normal;
}

input[type="button" i], 
input[type="submit" i], 
input[type="reset" i], 
input[type="file" i]::-webkit-file-upload-button, 
button {
    background: #e6a100;
    border-style: solid;
    border-color: #e6a100;
}

input:not([type]), 
input[type="email" i], 
input[type="number" i], 
input[type="password" i], 
input[type="tel" i], 
input[type="url" i], 
input[type="text" i] {
    display: inline-block; 
    margin-left: .25em;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e6a100;
    margin: .5em 0;
    padding: 0; 
}

/* mp: il mio cellulare ha larghezza 320 */

.nota { color:lightgreen; }
.nota2 { background:blue; }
.debug { background:yellow; color:black; }
.errore { color:red; background:lightgray; }
.yesno {
	position:fixed;
	top: 30vh;
	width:98%;
	padding-left: 10px;
	border: 2px solid red;
	background-color: red;
	color: white;
	font-size:1.5em;
	z-index:10;
}
