/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 feb 2022, 13:58:21
    Author     : larne'
*/

body{
    margin:0;
    height:100%;
}

iframe{
    border:0;
    float:left;
    height:100%;
}



 #frameImg{
    
    width:100%;
    max-height:100%;
    
}

img{
    width:100%;
}

#frameDescr{
    
    width:100%;
    
}


.tabellatavolaricambi{
    
    border-spacing:0;
    
}

td, th{
    border:0;
    padding:5px;
}
tr:nth-child(even){
    background-color:#ababab;
}

tr:nth-child(odd){
    background-color:#ededed;
}

@media screen and (min-width:1024px){
    
    img{
        
        width:auto;
        
    }
    
    
    #frameImg{
    
        width:70%;
        max-height:100%;
    
    }

    #frameDescr{
    
        width:30%;
    
    }
    
    
    
}