.display-it {	display: block !important;}#edit-dialog table {	text-align: left;	width: 100%;}#edit-dialog table tr td {	padding: 0px;}#edit-dialog table tr td input {	width: 100%;}#edit-dialog table tr td textarea {	width: 100%;	resize: none;}#main-container {	position: relative;	text-align: center;}.mc-button-container {	text-align: center;}.mc-button {		display: inline-block;	width: 40%;	vertical-align: middle;	background-color: #007AC3;	margin: .5em 0em;	padding: .5em;	color: white;	font-weight: bold;	border-top: 5px solid white;	cursor: pointer;	text-align: center;	opacity: .5;}.mc-button:hover {	opacity: 1;}.mc-button .mc-button-title {	font-size: 14pt;	text-align: center;}.mc-button .mc-button-sub-title {	font-size: 8pt;	font-weight: 200;	text-align: center;}.selected {	border-top: 5px solid orange;	opacity: 1;}.mc-data-article {	margin: 10px;	cursor: pointer;	padding: 4px;	border-left: 2px solid white;}.mc-data-article:hover {	border-left: 2px solid orange;}.mc-data-author {	font-weight: bold;	color: #e0e0e0e;}.mc-data-container {	display: none;	text-align: left;}.mc-data-date {	}.mc-data-desc {	display: none;	padding: 5px;}.mc-data-link {	text-decoration: none !important;}.mc-data-title {	color: #007AC3;	font-size: 10pt;	font-weight: bold;	text-decoration: none;}.mc-data-translations-container li {	list-style-type: none;	display: inline-block;	padding: 5px 5px 0px 5px;}.mc-data-translation div {	display: none;}.mc-data-year-header {	position: relative;	display: block;	font-weight: bold;	font-size: 12pt;	padding: 10px;}.mc-data-year-header .mc-data-year {	position: absolute;	left: 5px;		top: 5px;	padding: 5px;	background-color: white;}.mc-data-year-header .mc-data-top { 	position: absolute;	right: 5px;	top: 5px;	padding: 5px;	background-color: white;	text-decoration: none;	font-size: 8pt;}

.pc-contact-container {

	float: right;	text-align: right;
}

.pc-head-container {
	
	position: relative;
	margin: 1em 0em;
}

.pc-logo-container {
	display: inline-block;	line-height: 55px;
}

.pc-logos-link-container {

	position: relative;
	text-align: center; 
	padding-top: 10px;
}#see-result {	position: relative; 	float: right; 	bottom: 15px;}/**	MEDIA QUERIES*/@media all and (max-width: 480px) {		.mc-button {				display: block;		width: 100%;		width: auto;		margin: .5em 0em;	}		.pc-head-container .pc-contact-container {				display: block;		width: auto;		text-align: center;		float: none;	}		.pc-head-container .pc-logo-container {				display: none;	}}