.dash {
    width: 60%;
    height: 80%;
    margin: 0 auto;
    margin-top: 10vh;
    background: var(--aqua);
    color: var(--ruby);
    
    
}

.errorpopup {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

.dash .dash-head{
    position: relative;
    background-color: var(--ruby);
    color: var(--aqua);
    width: 100%;
    height: 30%;
    padding-left: 1em;
    padding-top: 20px;
}

.dash p, .dash h1, .dash h2 {
    padding: 0;
    margin: 0;
}

.dash .dash-head span.kcal-counter{
	padding-left: 1%;
	padding-right: 1%;
	font-size: 170%;
	font-weight: 600;
}

.dash .dash-body {
    position: relative;
    height: 70%;
    width: 100%;
    padding-left: 1em;
    padding-top: 10px;
}

.dash .dash-body .dash-history{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 1em;
    margin-top: 20px;
    padding-bottom: 10px;
}

.dash .dash-body .dash-history h2{
    margin-bottom: 5px;
}

.dash .dash-body .last-entry h2{
    margin-bottom: 5px;
}

.dash .dash-body .last-entry table{
	padding-bottom: 1em;
}

.dash .dash-body .last-entry table tr td,
.dash .dash-body .last-entry table tr th{
	color: var(--ruby);
    padding-right: 2vw;
    text-align: left;
    cursor: pointer;
    
}

.dash .dash-body .last-entry table tr td img {
    width: 16px;
    height: 16px;
}

.dash .dash-body .dash-add-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 30px;
    margin-bottom: 40px;
    margin-right: 10px;
    text-align: center;
    padding-top: 5px;
    font-weight: 800;
}

