try position absolute and set top and right
I put it under The .sidebar if so then it didnt work
enless i was supposed to put it else where
I Used
position: absolute;
top: 0;
Right: 0;
I also messed with values and didnt notice any changes
Here is one I’ve been messing with works for me You can uncomment float and change the colours, positions to suit.
.sidebar{
background-color:#7AC5CD;
width:207px;
right:3px;
top:118px;
margin:3px;
/*float:right;*/
padding:5px;
border:1px solid #104E8B;
position:absolute;
}