:root {
	--border-color: #dee2e6;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body {
	background: #f0f2f5;
}

a {
	color: MediumBlue;
}

h1 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -.3px;
	margin: 0;
	margin-left: 4px;
	margin-right: auto;
	color: #212529;
}

.container-fluid {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tab-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tab-pane {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}
