@charset "utf-8";

#portamento_container {float:right; position:relative;} /* take the positioning of the sidebar, and become the start point for the sidebar positioning */
#portamento_container #Sub {float:none; position:absolute;} /* no need to float anymore, become absolutely positoned */
#portamento_container #Sub.fixed {position:fixed;} /* if the panel is sliding, it needs position:fixed */