body {
	background-color: black;
}

.checkin-card {
	/* background-color: #ffc000; */
	background-color: rgb(255, 102, 0);
	border-radius: 25px;
	border-color: white;
	border-width: '2px';
	border-style: solid;
	padding: 20px;
	position: absolute;
	width: 500px;
	height: 250px;
}

.checkin-comment {
	line-height: 1;
	font-family: Helvetica, sans-serif;

	position: relative;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 12px;
	box-sizing: border-box;

	overflow: hidden;
	height: 92px;
}

.star {
	width: 20px;
	height: 20px;
}

.user,
.beer,
.brewery {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
}

.brewery {
	font-size: 1.5em;
}

.user_img,
.beer_img,
.brewery_img {
	float: left;
	padding: 8px;
	border-radius: 50%;
	width: 80px;
}

.brewery_img,
.date {
	float: right;
}

.column_img {
	float: left;
	width: 96px;
}

.column {
	float: left;
	width: 308px;
	height: 110px;
	vertical-align: middle;
	overflow: hidden;
}

.row:after {
	content: '';
	display: table;
	clear: both;
}

#heartbeat {
	color: lightgrey;
	position:absolute;
    bottom:0;
    right:0;
}