<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Table of Contents
==================================================
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }
		

		/* AzureThemes */
		#azure-wrapper.boxed				{ position: relative; width: 788px; margin: 0 auto 20px; }
		
		.content .one_half 					{ width: 364px; }
		.content .one_third 				{ width: 236px; }
		.content .two_third 				{ width: 492px; }
		.content .one_fourth 				{ width: 172px; }
		.content .three_fourth 				{ width: 556px; }		
		.content-part .one_half 			{ width: 268px; }
		.content-part .one_third 			{ width: 172px; }
		.content-part .two_third 			{ width: 364px; }
		.content-part .one_fourth 			{ width: 124px; }
		.content-part .three_fourth 		{ width: 412px; }
	
		.content .one_fifth					{ width: 133px; }
		.content-part .one_fifth			{ width: 95px; }
		
		.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth {
			position: relative;
			margin-right: 20px;
			float: left;
		}
		
		input[type="text"],
		input[type="password"],
		input[type="email"],
		textarea,
		select								{ width: 95%; }
		
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 280px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  		{ width: 280px; }
		
		/* AzureThemes */
		#azure-wrapper.boxed				{ position: relative; width: 320px; margin: 0 auto 20px; }
		#main.right							{ float: none; }
		#sidebar.left						{ float: none; }
		
		.content .one_half,
		.content .one_third,
		.content .two_third,
		.content .one_fourth,
		.content .three_fourth,
		.content .one_fifth,
		.content-part .one_half,
		.content-part .one_third,
		.content-part .two_third,
		.content-part .one_fourth,
		.content-part .three_fourth,
		.content-part .one_fifth			{ width: 280px; }
		
		.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth {
			margin: 0 0 20px;
		}
		
		input[type="text"],
		input[type="password"],
		input[type="email"],
		textarea,
		select								{ width: 95%; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 400px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column 		{ width: 400px; }
		
		/* AzureThemes */
		#azure-wrapper.boxed				{ position: relative; width: 440px; margin: 0 auto 20px; }
		
		.content .one_half,
		.content .one_third,
		.content .two_third,
		.content .one_fourth,
		.content .three_fourth,
		.content .one_fifth,
		.content-part .one_half,
		.content-part .one_third,
		.content-part .two_third,
		.content-part .one_fourth,
		.content-part .three_fourth,
		.content-part .one_fifth			{ width: 400px; }
		
    }</pre></body></html>