html {
	background: #e6e6e6;
}

body {
	/*width: 280px;*/
	background: #fff;
	margin: 0;
	padding: 5px 5px;
}

* {
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}

img, object, embed, #skipnavlink, .hdn, #footer,
#sideright, #header-navigation, #quicksearch, #tools, #page-tools, hr, #header {
	display: none !important;
}

#mobile-header {
	display: block !important;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
}

#mobile-header img {
	display: inline !important;
	border: 0;
	vertical-align: top;
}

#mobile-menu {
	display: block !important;
}

h1, h2 {
	font-weight: bold;
	text-transform: uppercase;
}

ul {
	padding-left: 0;
	margin-left: 0;
}

li {
	padding-left: 0;
	margin-left: 1.5em;
	list-style: square;
}

/* Tables */

tr {
	clear: left;
}

/* Home page */

#news, #features, #members-area {
	display: none;
}

.item .description {
	display: none;
}

.item h4 {
	margin-bottom: 0;
}

/* News */

.news-story p, .button-link, #news-story table {
	display: none;
}

.news-story h4 {
	margin-bottom: 0.2em;
	margin-top: 0.4em;
}

/* Catwalk Schedule */

.schedule-table {
	width: 100%;
}

.schedule-table th {
	text-align: left;
	padding: 1em 0 0.2em 0;
}

/* Designer profiles */

.designer-seasons-img img {
	display: inline !important;
}