@charset "utf-8";



@media print, screen and (min-width: 768px){

	article {
		border-bottom: #ccc solid 1px;
		padding: 20px 0;
	}

	.icon_shop {
		font-size: .675rem;
		font-weight: 700;
		color: #fff;
		background: #0a64c8 ;
		border-radius: 3px;
		padding:2px 22px 3px 22px;
		text-align: center;
		margin:0 7px 5px 0;
		white-space: nowrap;
	}

	.date { margin-right: 20px;font-weight: 900;}
	
	.category_shopping,.category_leisure,.category_hotel,.category_other { 
		margin-right: 20px;
		width:100px;
		border-radius: 4px;
		text-align: center;
		vertical-align: middle;
		color:#FFF;
		font-weight:700;
		font-size: .75rem;
	}
	.info{flex-grow:2}
	
}

@media only screen and (max-width: 767px){

	article {
		border-bottom: #ccc solid 1px;
		padding: 20px 0;
	}

	.icon_shop {
		font-size: .675rem;
		font-weight: 700;
		color: #fff;
		background: #0a64c8 ;
		border-radius: 3px;
		padding:2px 12px 3px 12px;
		text-align: center;
		margin:0 7px 5px 0;
		white-space: nowrap;
	}

	.date { margin-right: 10px;font-weight: 900;}

	.category_shopping,.category_leisure,.category_hotel,.category_other { 
		margin:0 20px 5px 0;
		padding:1px 5px;
		border-radius: 4px;
		text-align: center;
		vertical-align: middle;
		color:#FFF;
		font-weight:700;
		font-size: .75rem;
		white-space: nowrap
	}
}

.category_shopping {background: #ed817b;}
.category_leisure {background: #8babd4;}
.category_hotel {background: #f6b047;}
.category_other {background: #5eb543;}


