﻿.powerbi {
	flex: 1;
	margin: 5px;
}

.powerbi iframe {
	border: none;
}

.dashboard_panel {
	flex: 1;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.dashboard_title {
	font-size: 18px;
	font-weight: bold;
}

.dashboard_emails {
	background-color: silver;
}

.dashboard_comments {
}

.dashboard_action1 {
	margin-top: 10px;
	background-color: green;
	color: white;
}

.dashboard_action2 {
	margin-top: auto;
	margin-bottom: 10px;
	background-color: red;
	color: white;
}

.dashboard_actions {
	flex: 0 0 250px;
	display: flex;
	flex-flow: column;
	overflow-y: auto;
	padding: 0 5px 0 5px;
	border-right: 1px solid rgba(34, 36, 38, 0.15);
}
