.options-container {
position:fixed;
right:0;
float:right;
}

.options-link {
color:#FFF;
font-weight:700;
cursor:pointer;
float:right;
}

.options {
background-color:#FFF;
border:1px solid #000;
min-width:100px;
float:right;
clear:both;
display:none;
opacity:.9;
padding:1px;
}

.options ul {
list-style:none;
width:200px;
}

.options li.option:hover {
background-color:#9C6;
}

.options li.option a,.options li.option a:active,.options li.option a:visited {
display:block;
text-decoration:none;
color:#000;
padding:4px;
}

.notes {
color:#333;
font-size:14px;
line-height:150%;
position:absolute;
top:100px;
left:0;
display:none;
z-index:10001;
width:346px;
background-image:url(/media/images/desktop/notesbubble.png);
background-repeat:no-repeat;
}

.notes .content {
width:310px;
max-height:250px;
overflow:hidden;
margin:14px 16px 10px 24px;
}

.notes.left .content {
margin:14px 24px 10px 16px;
}

.notes .end {
background-image:url(/media/images/desktop/notesbubble.png);
background-position:left bottom;
height:5px;
background-repeat:no-repeat;
position:relative;
top:5px;
margin-top:-5px;
}

#desktop-view-links {
position:fixed;
width:100%;
top:0px;
}

.notes.left,.notes.left .end {
background-image:url(/media/images/desktop/notesbubble-left.png);
}