﻿@media screen and (max-width:1000px) 
{
	.page 
	{
		max-width: 85%;
		min-width: 500px;
		width: 85%;
	}
	
	#header
	{
		height: auto;
	}
	
	div#userpanel 
	{
		clear: left;
		float: left;
		margin-bottom: 10px;
		position: inherit;
		top: auto;
		right: auto;
	}
	
	ul#menu 
	{
		float: left;
		clear: both;
		position: inherit;
		text-align: left;
		top: 0;
	}
	
	#userlist 
	{
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
		width: auto;
	}
	
	#userlist li 
	{
		width: auto;
	}
	
	#content 
	{
		width: auto;
		float: none;
		clear: both;
	}
	
	.wishTable th.name, .wishTable th.description, .wishTable th.link 
	{
		width: auto;
	}
}

@media screen and (min-device-width: 320px) and (max-device-width: 480px)
{
	#logo img
    {
    	width: 340px;
    }
    
    ul#menu li a
	{
		padding: 7px 7px;
	}
	
	.page 
	{
		width: 95%;
		max-width: 480px;
		min-width: 320px;
	}
	
	input[type=text], input[type=password] 
	{
		width: 100%;
	}
}