/*
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 : 17.01.2017, 10:36:39
    Author     : paeg
*/

@media screen and (max-width: 720px) {
	table .prio-1 {
		visibility: hidden;
	}
}

@media screen and (max-width: 480px) {
	table .prio-2 {
		visibility: hidden;
	}	
}