.sidePanel{
	position: absolute;
    width: 375px;
    height: 490px;
    top: 190px;
    right: -330px;
    background: #fff;
    z-index: 11;
    border: 2px solid #000;
    border-radius: 4px;
    display:none;
}
.sidePanel .sidePanelIconBtn{

}
.sidePanel .contentHolder{

}