﻿.h-accordion-bar
{
	height:90%;
	background-color:rgba(0, 0, 255, 0.6); 
	border-radius:4px;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
	color: white
}
.h-accordion-title
{
	transform: rotate(90deg); 
	color:white; 
	font-size:25px;
	white-space:nowrap;
}

.h-accordion-scrollBar
{
	height: 90%;
	overflow-y: auto
}
