
# .ui-dialog-titlebar .ui-dialog-titlebar-close{ display: none !important;}
# .{  float:right; }
@media only screen and (max-width: 360px){
}

@media only screen and (min-width: 361px) and (max-width: 480px){
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #{ width: 100%; min-width: 481px; max-width: 768px; }
}
@media only screen and (min-width: 992px){
    
}

/* Large Devices, for example large monitors and TVs */
@media only screen and (min-width: 1200px){
	
}