
 
#side{
float: right;
width: 165px;
padding: 0px 0px 5px 0px;
overflow: hidden;
}

.sidebox{
position: absolute; 
right: 5px; 
border: 1px solid #ff668a;
margin: 0px 0px 5px 0px;
background-color: white;
}
 
.sidecontent{
position: absolute; 
right: 5px; 
padding: 0px 0px 0px 5px;
color: #6e5057;
font-size: 17px;
letter-spacing: 1px;
}
 
.sidecontent ul, li{
position: absolute; 
right: 5px; 
margin: 0px;
list-style-type: none;
padding-left: 0px;
}
 
a{
text-decoration: none;
color: #ff668a;
}
 
a:hover{
text-shadow: 0px 0px 2px #78beff;
}
 
#scrollcontainer{
position: absolute; 
right: 5px; 
padding: 5px;
background-color: white;
}

#scrolly{
position: absolute; 
right: 5px; 
overflow: scroll;
overflow-x: hidden;
width: 135px;
height:280px;
border-left: 1px solid #ff668a;
border-right: 1px solid #ff668a;
border-bottom: 1px solid #ff668a;
margin: 0 auto;
text-align: center;
}
 
#scrollyheader{
position: absolute; 
right: 5px; 
margin: 0px;
border-bottom: 1px dotted #ff668a;
}
 
.subheader{
background-image: linear-gradient(to right, #ff668a, #ffbfce);
border-bottom: 1px solid #ff668a;
padding: 3px;
color: #fff;
letter-spacing: 3px;
}

 .subheader h3{
margin: 0px;
}
 
::-webkit-scrollbar{
width: 8px; 
}
 
::-webkit-scrollbar-track{
background-color: #fff7fb;
}
 
::-webkit-scrollbar-thumb{
background-color: #ff668a;  
}

.content {
position: absolute; 
right: 5px; 
display: none;
overflow: hidden;
width: 100%;
};
