html {
    height: 100%
}

body {
    margin: 0;
    font-family: Nunito,sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f1f4f6;
    height: 100%;
}

.main {
    min-height: 80%;
    padding-bottom: 50px;
}

.footer {
    border-top: 1px solid #dee2e6;
    background: white;
    width: 100%;
    padding: 15px;
    height: 20%;
    font-size: 0.75rem;
}

.cp-button {
		background-color: #6D6F71;
		border-color: #6D6F71;
}

.cp-card-header {
	background-color: #0F7C9F;
}