.tab {
	position: relative;
    top: 0;
    z-index: 999; 
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
	width: auto;
  	font-weight: bold;
	margin: 0;
	right: 2%;
  	color: white;
  	font-size: 80%;
	text-align: center; 
	margin-right:62px;
}

.tab a.open {
	

	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	/*width: 100px;*/
	position: relative;
	top: -1px;
}

.tab a.close {

	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 0px;
}



/* sliding panel */
#toppanelhome {
    position: fixed;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 10px;
    width: 100%;
    z-index: 999;
    text-align: left;
    margin-left: auto;
    margin-right: auto; 
}

#toppanel {
    position: fixed;   /*Panel will overlap  content */
	/*position: absolute;*/
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0px;
    width: 100%;
    z-index: 999;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: auto;
	color: #999999;
	background: #fff6c2;
	overflow: hidden;
	position: relative;
	z-index: 3;
	padding-bottom:10px;
	display: none;
}





#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

@media screen and (max-width: 480px) {	

#toppanelhome {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 10px;
    width: 100%;
    z-index: 999;
    text-align: left;
    margin-left: auto;
    margin-right: auto; 
}

#toppanel {
    position: absolute;   /*Panel will overlap  content */
	/*position: absolute;*/
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0px;
    width: 100%;
    z-index: 999;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
}