/*
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.33
    Author     : mattia.marcolin
*/

/* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		#boxSelectmod1 .form-group:nth-child(2),
		#boxSelectmod2 .form-group:nth-child(2){
			margin-left: 10px;
		}
    }