/* Tags */
ul.tags {
	font-family: 'Roboto', sans-serif;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 10px;
	list-style: none;
	font-size: 1.1em;
}

/* Display tags side by side */
ul.tags li {
	display: inline-block;
	white-space: nowrap;
	margin-right: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Tags links */
ul.tags li a {
	padding: 10px;
	color: #4a4a4a;
	background-color: #f2f2f2;
	text-decoration: none;
}

/* Tags links on mouse-over */
ul.tags li a:hover {
	background-color: #e5e5e5;
}

li.tags {
	margin-left: 0px;
}


/* Unique styles for screen resolution of 1024px and below */
@media screen and (max-width: 1024px) {
	ul.tags {
		margin-left: 10%;
		margin-right: 10%;
		font-size: 1em;
	}
}


/* Unique styles for screen resolution of 640px and below */
@media screen and (max-width: 640px) {
	ul.tags {
		margin-left: 15px;
		margin-right: 15px;
		font-size: 0.9em;
	}

	ul.tags li {
		padding-top: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 0px;
	}

	ul.tags li a {
		padding: 5px;
	}
}


/* Unique styles for screen resolution of 320px and below */
@media screen and (max-width: 320px) {
	ul.tags {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 0.8em;
	}
}