.dialog-title{
	font-size:25px;
	text-align:center
}
.dialog-body{
	text-align:center
}
.main-page-container {
	font-family: 'Open Sans', sans-serif;
	background: white;
	padding-bottom: 80px;
	padding-top: 80px;
	padding-left: 5%;
	position: relative;
	min-height: 100vh
}
.page-title {
	font-size:21px;
	font-weight: lighter;
	color: #969696;
}
.h1-line {
	width:60%;
	size:1;
	color:#BCBCBC;
}
.purchase-all-text{

}
.product-box {
	height: 250px;
	width: 160px;
	margin: 10px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	background-color: white;
	color: #808080;
	border: 1px solid white;
}
.product-box:hover {
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #d9d9d9;
	cursor:pointer;
}
.product-box:active{
	background: #f2f2f2;
}
.product-display-name {
	font-size: 13px;
	position: absolute;
	bottom: 10px;
	left:0;
	right:0;
	margin: auto;
}

.product-icon-img {
	max-height: 150px;
	max-width: 150px;
	width:auto;
	height:auto;
	border-radius: 5px;
    margin:auto;
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom: 0;
}
.face-button {
	padding-right: 5%;
}

h1 {
	color: #666666;
}
paper-toolbar.footer {
	font-family: 'Open Sans', sans-serif;
	height: 120px;
	width: 110%;
	margin: -8px;
	bottom:-10px;
	background:#2F2F2F;
	color:#efefef;
}
.footer-text {
	padding-top: 13%;
	color:#A4A4A4;
}
