body {
    padding-top: 5rem;
}
.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.left-nav {
    font-size: 20px;
}

.purchase {
    border: 2px;
}

.shoppingcart {
    font-size: 20px;
}

.shoppingcart td, .shoppingcart th {
    padding: 4px 15px;
}

.shoppingcart th {
    border-bottom: 2px solid black;
}

.profile {
    font-size: 20px;
}

.shoppingcart tr:last-of-type {
    border-top: 2px solid black;
}

.shoppinghistory-newentry {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid black;
}

.category {
    text-transform: uppercase;
}

.main-logo {
    margin-right: 10px;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.75);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal > div {
	text-align: center;
	padding: 2em 4em 3em 4em;
	background-color: #FFF;
	box-shadow: 0.5em 0.5em 2em #999;
    border: #CCC 1px solid;
    background-color: beige;
}
