@charset "utf-8";
/* CSS Document */

#sidePanel{
	display:none;
}

#topLeftPanel{
	display: none;
	position: fixed;
    top: 0px;
    left: 30px;
    z-index: 1000;
    width: 100%;
    text-align: left;
	color:#333;
}

#topRightPanel{
	position: fixed;
    top: 0px;
    right: 30px;
    z-index: 1000;
    width: 100%;
    text-align: right;
	color:#333;
}


#feedback{
	font-size: 1em;
	font-weight: bold;
    font-family: inherit;
    border: 0px;
    background-color: #008900;
    color: #fff;;
    padding: 10px;
    box-sizing: inherit;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: -3px 3px 11px 0px #000;
}
#topRightPanel a{
	text-decoration: none;
}