html {
    height: 100%;
}
body{
	height:100%;
	background: #FFF;
	font-size:14px;
}

#header, #footer{
	background:#CCC;
}
#footer, #footer a, #footer a:link, #footer a:active, #footer a:visited{
    color: #FFF !important;
}

#content{
	min-height: calc(100vh - 200px);
}
#logo{
	width:auto;
	max-width:600px;
	height: auto;
	max-height:150px;
}

.no-stretch{
    white-space: nowrap;
    width: 1%;
}
td.badges{
	font-size:18px;
}
img.store_badge{
	height:28px;
	width:auto;
}
div.description{
	overflow: auto;
	max-height:calc(30vh);
}