<!--
#sidebar {
position: fixed;
top: 0px;
right: 0px;
border: none;
width: 18%;
height: 90%;
z-index: 4;
padding: 0px;
margin: 0px;
text-align: center;}

#blogbubble {
cursor: pointer;
display: none;
margin: auto;
width: 150px;
height: auto;
background-color: #b0c4de;
border: 2px solid #0000ff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 2px 2px 2px #000000;
-mozbox-shadow: 2px 2px 2px #000000;
-webkit-box-shadow: 2px 2px 2px #000000;}

#operabubble {
cursor: pointer;
display: none;
position: absolute;
right: 10px;
bottom: 80px;
width: 150px;
height: auto;
background-color: #ff8c00;
border: 2px solid #ff0000;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 2px 2px 2px #000000;
-mozbox-shadow: 2px 2px 2px #000000;
-webkit-box-shadow: 2px 2px 2px #000000;}

.bubbletext {
font-size: 12px;
font-weight: bold;
text-align: center;
margin: 5px;}

.bubblelink {
border: none;}

.sidebarpic {
border: none;}

#operalogo {
border: none;
cursor: pointer;
position: absolute;
bottom: 0px;
right: 0px;
z-index: 5;
margin: 10px;
margin-right: 20px;}

#bloglogo {
border: none;
cursor: pointer;
margin: auto;
z-index: 5;
margin: 10px;}

/*link*/

-->