/* REPONSIVE - OAWEB SOLUÇÕES TECNOLÓGICAS*/


/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#TB_window {width: 344px !important; margin-left: -172px !important;}
	.cadastro {width: 320px;}
	#UsersOnline {left: 188px;}
	
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 979px) { 

}

/* ipad, tablet */
@media only screen and (min-device-width : 980px) { 

}

/* ipad, tablet */
@media only screen and (min-device-width : 1024px) { 

}

/* Large desktop */
@media (min-width: 1200px) {

	
}
