/**
 * @package		mod_jpanel
 * @copyright	Copyright (C) 2012 Girolamo Tomaselli All rights reserved.
 * @email		girotomaselli@gmail.com
 * @website		http://bygiro.com
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

@media screen and (max-width: 800px) {
  .jPanel {
	  display: none !important;
   }
}


.jPanel{
    position:fixed;
	z-index: 100;
}

.jpanelHandle{
    height:auto;
    width:auto;
    cursor:pointer;
	text-align: center;
    color: #FFFFFF;
	padding: 6px;
	border: dotted 1px #FFF;
}

.jpanelContent{
	
	
	padding: 0 5px;
}

li.jpanelMod {
	list-style: none;
}

ul.modulelist {
	margin: 0;
	padding: 5px;
}

.jpanelHandle p {
	margin: 0;
	padding: 0;
	width: auto;
}

#close_jpanel {
	text-align: center;
}

.jpanelContainer {
	position: relative;
}

