/*
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 : 18-nov-2015, 11.11.21
    Author     : mattia.marcolin
*/

	@media only screen and (max-width : 320px) {
		#userMenu{
			text-align: center;
		}
		
	}
	@media only screen and (max-width : 480px) {
		footer{
			text-align:center;
		}
		
	}
	
/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		footer{
			text-align:center;
		}
		#boxSelectmod1 .form-group:nth-child(2),
		#boxSelectmod2 .form-group:nth-child(2){
			margin-left: 0px;
		}
    }