/* JQM Demos custom CSS */

/* Header */
.jqm-demos .jqm-header {
	background-color: #fff;
	border:none;
	text-decoration: none;
}
@media only screen and (min-width:320px) and (max-width:767px){
.jqm-demos .jqm-header .ui-btn {
	width: 32px;
	height: 32px;
	background: none;
	border: 0;
	margin-top: 0px;
	margin-bottom: 13px;
	padding: 0;
	overflow:hidden;
}
}
@media only screen and (min-width:768px){
.jqm-demos .jqm-header .ui-btn {
	display: none;
}
}

/* Lists */
.jqm-demos .jqm-search .jqm-list {
	margin: 0 -16px 16px;
	height: 100%;
}
.jqm-demos .jqm-list .ui-btn,
.jqm-demos .jqm-list .ui-btn:visited,
.jqm-demos .jqm-list .ui-li-divider {
	height: 100%;
	background-color: #fff;
	color: #333;
	width:100%;
	display:block;
	font-size:15px;
	font-weight:400;
	line-height: 45px;
	position:relative;
	vertical-align:middle;
	text-shadow: none !important;

}
.jqm-demos .jqm-list .ui-btn:hover,
.jqm-demos .jqm-list .ui-btn:active {
	height: 100%;
	background-color:#fafafa;
	color: #333;
}
.jqm-demos .jqm-list .ui-btn.ui-btn-active {
	height: 100%;
	border-bottom:1px solid #f1f1f1;
	color: #333;
}
.jqm-demos .jqm-list .ui-li-divider {
	Height: 100%;
		border-bottom:1px solid #f1f1f1;

 }


/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 *
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */