/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
#actionbar {
	display: none;
}

#postas-wordpress {
	display: none !important;
}

.site-title {
	float: right;
	padding-top: 7px;
}

.site-logo {
	max-height: 40px !important;
	padding-right: 10px;
}

.img-c {
	border-radius: 25%;
}

.comment-form-avatar {
	display: none;
}

.site-info {
	display: none;
}

.amp-wp-byline {
	display: none !important;
}

.ana-label-container {
	display: flex;
	text-align: center;
}

.ana-label-blue {
	color: white;
	width: 36%;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
	margin: 10px;
	padding: 18px;
	background-color: #0f59a8;
/* For browsers that do not support gradients */
	background-image: linear-gradient(#2078d6,#0f59a8);
}

.ana-label-purple {
	color: white;
	width: 36%;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
	margin: 10px;
	padding: 18px;
	background-color: #4b0378;
/* For browsers that do not support gradients */
	background-image: linear-gradient(#985ebc,#4b0378);
}

.ana-label-orange {
	color: white;
	width: 36%;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
	margin: 10px;
	padding: 18px;
	background-color: #c3620f;
/* For browsers that do not support gradients */
	background-image: linear-gradient(#f8aa68,#c3620f);
}

.ana-label-steel {
	color: white;
	width: 36%;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
	margin: 10px;
	padding: 18px;
	background-color: #625f6c;
/* For browsers that do not support gradients */
	background-image: linear-gradient(#aeadb4,#625f6c);
}

.ana-label-green {
	color: white;
	width: 36%;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
	margin: 10px;
	padding: 18px;
	background-color: #244b12;
/* For browsers that do not support gradients */
	background-image: linear-gradient(#38761d,#244b12);
}

pre {
	white-space: pre-wrap;
/* Since CSS 2.1 */
	white-space: -moz-pre-wrap;
/* Mozilla, since 1999 */
	white-space: -pre-wrap;
/* Opera 4-6 */
	white-space: -o-pre-wrap;
/* Opera 7 */
	word-wrap: break-word;
/* Internet Explorer 5.5+ */
}