
/*Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
/*@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)*/
@media screen and (min-width: 0px) and (max-width: 767px) {

/*
	Label the data
	*/
/*	td:nth-of-type(2):before { content: "Kauba või teenuse nimetus*"; }*/
	td.ItemTable:nth-of-type(3):before { content: "Quantity"; }
	td.ItemTable:nth-of-type(4):before { content: "Unit"; }
	td.ItemTable:nth-of-type(5):before { content: "Unit Price"; }	td.ItemTable:nth-of-type(7):before { content: "Sum before VAT"; }
	td.ItemTable:nth-of-type(8):before { content: "VAT%*"; }
	td.ItemTable:nth-of-type(9):before { content: "VAT sum"; }
	td.ItemTable:nth-of-type(10):before { content: "Total sum"; }
}

.no-vat-0 {display: none}
.no-vat-5 {display: none}
.no-vat-20 {display: none}
