div.table { display: block; position: relative; width: 900px; margin: 0 auto 50px auto; background: transparent url(../../../../src/img/body_bg_white.png) repeat; padding: 25px 50px; }

@media all and ( max-width: 999px )
{
	div.table { padding: 25px; margin: 25px auto; }
    div.table
	{
		width: auto;
		width: -webkit-calc( 90% - 50px );
		width:    -moz-calc( 90% - 50px );
		width:         calc( 90% - 50px );
	}
}

    div.table p.iva { display: block; position: relative; font-family: 'Arial-Narrow', Arial, sans-serif; font-size: 14px; line-height: 25px; margin: 10px 0 0 0; text-align: left; }
    div.table input.print { display: inline-block; position: relative; width: auto; line-height: 20px; border: none; background-color: #195D80; font-size: 12px; resize: none; color: #ffffff; padding: 5px 15px; cursor: pointer; margin: 15px 0 0 0; }
    div.table input.print:hover { background-color: #e21e24; }

@media all and ( max-width: 999px )
{
	div.table input.print { display: none; }
}

    div.table div.responsive { display: none; }
    div.table table { width: 100%; }
        div.table table td._1 { text-indent: 30px; border-bottom: 1px solid #d2d4d5; border-right: 1px solid #d2d4d5; }
        div.table table td._2 { text-align: center; border-bottom: 1px solid #d2d4d5; border-right: 1px solid #d2d4d5; }
        div.table table td._3 { text-indent: 30px; border-bottom: 1px solid #d2d4d5; border-right: 1px solid #d2d4d5; }
        div.table table td._4 { text-align: center; border-bottom: 1px solid #d2d4d5; }
        div.table table td.title { padding: 5px 0; color: #69B246; font-family: 'Arial-Bold', Arial, sans-serif; font-size: 14px; border-bottom: 3px solid #69B246; border-right: none; background: transparent url(../../../../../src/img/table/title.png) repeat-x; }
        div.table table td.text {  padding: 5px 0; color: #85878a; font-family: 'Arial-Narrow', Arial, sans-serif; font-size: 12px; }
			div.table table td.text input { width: 60px; line-height: 15px; border: none; border-bottom: 1px solid #69B246; text-align: center; font-size: 10px; background-color: transparent; }

@media all and ( max-width: 999px )
{
	div.table table { display: none; }

	div.table div.responsive { display: block; position: relative; width: 100%; height: auto; font-size: 0; }
		div.table div.responsive h4 { display: block; position: relative; width: auto; height: auto; border-bottom: 3px solid #69B246; font-family: 'Arial-Bold', Arial, sans-serif; font-size: 16px; color: #69B246; padding: 5px 0; margin: 50px 0 25px 0; }
		div.table div.responsive h4:first-child { margin: 0 0 25px 0; }
		div.table div.responsive p.title { display: inline-block; position: relative; width: 45%; font-family: 'Arial-Bold', Arial, sans-serif; color: #85878a; font-size: 12px; vertical-align: top; margin: 0 0 25px 0; }
		div.table div.responsive p.text { display: inline-block; position: relative; width: 50%; color: #85878a; font-size: 12px; vertical-align: top; margin: 0 0 25px 5%; }
}