/**
  * Custom skin for Zoupio, base on default skin 'black'.
  * Adapted for Zoupio's specific needs.
  */

.t_Content_zoupio {
	color: #fff;
	font-size: .8em;
	line-height: 1.2em;
	padding: 6px 7px;
	text-align: justify;
}

.t_Content_zoupio a {
	color: #008aca;
	text-decoration: none;
	background: none;
	border: 0;
}
.t_Content_zoupio a:hover {
	color: #008aca;
	text-decoration: underline;
	background: none;
	border: 0;
}

.t_Content_zoupio a,
.t_Content_zoupio a:hover {
	color: #57a1d6;
}

.t_Content_zoupio p {
	font-size: 1em !important;
	margin: .2em 0;
}

/**
  * Custom skin for Zoupio Annotations, base on default skin 'light'.
  * Adapted for Zoupio's specific needs.
  */

.select2-drop {
	z-index: 1000000;
}

.t_Content_zoupio-annot {
	font-size: .9em;
	line-height: 1.2em;
	padding: 6px 7px;
	text-align: justify;
}

.t_Content_zoupio-annot a {
	color: #008aca;
	text-decoration: none;
	background-color: none;
	border: 0;
}
.t_Content_zoupio-annot a:hover {
	color: #008aca;
	text-decoration: underline;
	background-color: none;
	border: 0;
}

.t_Content_zoupio-annot a,
.t_Content_zoupio-annot a:hover {
	color: #57a1d6;
}

.t_Content_zoupio-annot p {
	font-size: 1em !important;
	margin: .2em 0;
}
