<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *******************************************************************************
	TABLET VERSION (768 -&gt; 960)
   ******************************************************************************* */
@media screen and (min-width: 768px) and (max-width: 959px) {
	#content-wrapper { width: 768px; margin: 0px auto; background-color: #fff; }
	.h1 { color: #005a99; font-size: 24px; font-weight: bold; }
	.h2 { color: #005a99; font-size: 18px; font-weight: bold; }
	.text { color: #005a99; font-size: 18px; }
	.button { padding: 10px 20px; color: #fff; cursor: pointer; display: inline-block; text-align: center; text-decoration: none; }
	.mobile-menu { margin: 10px 10px; width: 40px; height: 40px; }
	
	.page { padding: 60px 0px 80px 0px; background-color: #fff; }
	.header { height: 60px; position: fixed; top: 0px; background-color: #000; }
	.header .logo { width: 140px; height: 60px; background: url("images/avl-logo.png") no-repeat center right #000; background-size: contain; float: right; }
	.header .header-icon-container { overflow: hidden; display: flex; justify-content: flex-end; }
	.header .action-button { width: 40px; height: 40px; margin: 10px 25px; }
	.header .header-label { line-height: 60px; font-size: 24px; color: #fff; float: left; margin-left: 20px; }
	.popup { width: 400px; }

/* =============================================================================================
 *	PAGE LOGIN
 * ============================================================================================= */

	.page-login .icon-user,	.page-login .icon-password,	.page-login .icon-domain { width: 40px; height: 40px; background-size: 30px 30px; } 
	.page-login input[type="text"],	.page-login input[type="password"] { width: 390px; height: 38px; border: 1px solid #005a99; color: #005a99; padding: 0px 10px; line-height: 38px; }
	.page-login .logo, .page-welcome .logo { width: 410px; margin-bottom: 20px; }
	.page-login .button { width: 165px; }

/* =============================================================================================
 *	PAGE HOME
 * ============================================================================================= */
 	
	.page-home .category-image { height: 85px; }
}</pre></body></html>