/* General */
.w-tabbedpane { 
	width: 4.3rem;
    background-color: rgba(95, 146, 155, 1);
}

.w-tabbedpane--vertical {
	width: 4.5rem;
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.w-tabbedpane--horizontal {
	width: 100%;
	height: 4rem;
}

.w-tabbedpane__tab {
	background-color: white;
	width: 85%;
	float: right;
	display: flex;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	flex: 1;
	flex-direction: column;
	align-items: center;
	margin-top: 0.4rem;
	cursor: pointer;
}
