:root{
}

.page-right .sidebars{
		height:-webkit-fit-content;
		height:-moz-fit-content;
		height:fit-content;
		width:100%;
	}

.page-right .sidebars a{
			font-size:0.9rem;
			color:#313637;
			display:-webkit-box;
			display:-ms-flexbox;
			display:flex;
			-webkit-box-align:center;
			-ms-flex-align:center;
			align-items:center;
			height:2rem;
			text-decoration:underline;
		}

.page-right .sidebars hr{
			border:1px solid #d7e1e8;
			margin:1rem 0;
		}

.page-right .sidebars h2{
			font-size:1rem;
			margin:0 0 0.5rem 0;
			overflow:hidden;
			text-overflow:ellipsis;
		}

.utilitybar-activity-info .patient-activity{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		font-size:0.9rem;
	}

.utilitybar-activity-info .patient-activity > :first-child{
			font-weight:700;
		}