@media (max-width: 767px) {
	
	/* Reduce the padding */
	
	body {
    	padding-right: 8px !important;
    	padding-left: 8px !important;
    }
    
    #banner_logo_text {
    	display: none;
    }

    #banner_logo_notext {
    	display: block;
    	max-width: unset;
    	min-width: unset;
    	max-height: unset;
    	width: 60px;
    	height: auto;
    }
    
    #paravoloTitle {
    	font-size: 18px;
    }
    
    #minfinTitle {
    	display: none;
    	font-size: 8px !important;
    }
    
    .formViewOnly_row {
		padding: 4px 0;
	}
	
   	.formViewOnly_label {
		padding: 8px 0;
	}

	.formViewOnly_value {
		padding: 8px 0;
	}

	.responsive-table {
		table-layout: fixed;
	}
	
	.responsive-table th {
		font-size: 11px;
	}
	
	.responsive-table tr {
		font-size: 10px;
	}
	
	.responsive-table .column1 {
		width: 62px;
	}
	
	.responsive-table .column2 {
		width: 70px;
	}
	
	.responsive-table .column3 {
		width: 40px;
	}
	
	.responsive-table .column4 {
		width: 80px;
	}
	
	.responsive-table .column5 {
		width: 60px;
	}
	
	.responsive-table .column6 {
		width: 51px;
	}
	
	.ui-dialog {
		width: 370px !important;
	}
	
	.responsive-input {
		width: 100%;
	}
	
}

@media (min-width: 768px) {
	
    #banner_logo_notext {
    	display: none;
    }

	.responsive-input {
		width: 80%;
	}

}

