/* AIT Plugin Quick Comments */
/* Responsive Stylesheet */

/******************************************************************************/
/* ========================================================================== */
/* = MIN WIDTH 641px                                                        = */
/* ========================================================================== */
/******************************************************************************/

@media all and (min-width: 641px) {

	.admin-bar .quick-comments-form .form-body		{ max-height: calc(100vh - 120px); max-height: -webkit-calc(100vh - 120px); }
	.quick-comments-form .form-body		 			{ max-height: calc(100vh - 90px); max-height: -webkit-calc(100vh - 90px); }

}

/******************************************************************************/
/* ========================================================================== */
/* = MAX WIDTH 640px                                                        = */
/* ========================================================================== */
/******************************************************************************/

@media all and (max-width: 640px) {

	.quick-comments-container.form-shown 	{ top: 0; bottom: 0; right: 0; width: 100%; z-index: 100000; }
	.quick-comments-form,
	.quick-comments-form .form-header		{ border-radius: 0; }

	.quick-comments-form .form-body 		{ max-width: 100%; }
	.quick-comments-form .form-body form 	{ width: 100%; }

}

/* && END 600 */
