* {
margin: 0px;
padding: 0px;
border: 0px;
}
#debug {
position: absolute;
top: 100px;
left: 200px;
width: 500px;
padding-bottom: 5px;
font-size: 12px;
line-height: 14px;
font-family: Arial;
background: #FFFFFF;
border: 1px solid #000000;
}
#close {
position: absolute;
top: 0px;
height: 25px;
line-height: 25px;
right: 10px;
color: #FFFFFF;
background: #FF0000;
font-weight: bold;
padding: 0px 2px 0px 2px;
}
#close:hover {
cursor: pointer;
}
#debug h2 {
background-image: none;
background: #000000;
color: #FFFFFF;
padding-left: 20px;
height: 25px;
line-height: 25px;
font-size: 15px;
font-weight: bold;
}
#debug_container {
padding: 0px 10px 10px 10px;
height: 317px;
overflow: auto;
background: #FFFFFF;
}
#debug_container h3 {
background-image: none;
font-size: 13px;
border-bottom: 1px solid #000000;
padding-bottom: 2px;
margin-bottom: 5px;
}
.foglio {
margin-bottom: 20px;
}
.rule {
border-bottom: 1px dotted red;
padding: 4px 0px 4px 0px;
}