#streak-wp .streak-wp-container {
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	margin: 0 auto;
	max-width: 683px;
}

#streak-wp .streak-wp-header {
	position: relative;
	background-color: #F5F5F5;
	border-bottom: 1px solid #D8D8D8;
	border-radius: 5px 5px 0 0;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 7px 10px;
}

#streak-wp .streak-wp-info {
	font-size: 80%;
	font-weight: normal;
	float: right;
}

#streak-wp .streak-wp-quantity {
	/*position: absolute;*/
	right: 10px;
	top: 10px;
	color: #aaa;
	font-size: 12px;
}

#streak-wp .streak-wp-content {
	padding: 10px;
}

#streak-wp .streak-wp-text {
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#streak-wp .streak-wp-summary {
	color: #aaa;
	font-size: 12px;
	margin: 0 10px 10px;
}

#streak-wp .streak-wp-legend {
	color: #aaa;
	float: right;
	font-size: 12px;
	text-align: middle;
	text-wrap: none;
}

#streak-wp .streak-wp-legend span {
	display: inline-block;
	height: 10px;
	width: 10px;
}

#streak-wp svg rect.day {
	fill: #eee;
	shape-rendering: crispedges;
}

#streak-wp svg rect.day:hover {
	stroke: #aaa;
	stroke-width: 1px;
}

#streak-wp svg rect.day[data-count] {
	fill: #3d9692;
}

#streak-wp svg rect.day[data-count="1"] {
	fill: #c3dbda;
}

#streak-wp svg rect.day[data-count="2"] {
	fill: #5caeaa;
}

#streak-wp svg rect.day[data-count="3"] {
	fill: #277672;
}

#streak-wp svg text {
	fill: #CCC;
	font-size: 9px;
}

#streak-wp svg text.month {
	fill: #AAA;
}

#streak-wp .svg-tag {
	background-color: rgba(0,0,0,0.8);
	border-radius: 3px;
	color: #eee;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 15px;
	position: absolute;
	text-align: center;
}

#streak-wp .svg-tag:after {
	border-color: rgba(0,0,0,0.8) transparent transparent transparent;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	bottom: -5px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
}

#streak-wp {
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow-x: auto;
}