.juris-header-collapsible h2.node-title{
	margin:0px;
}
.juris-header-collapsible{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px #CCCCCC;
	cursor:pointer;
	position: relative;
}
.juris-content-collapsible.collapsed{
	height: 0px !important;
	overflow: hidden;
	margin-bottom: 0px;
	-moz-transition: height 0.1s ease;
  -webkit-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}
.juris-content-collapsible{
	overflow: hidden;
	-moz-transition: height 0.1s ease;
  -webkit-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
  margin-bottom: 20px;
}
.juris-page-title > h2.node-title{
	color: #000;
	margin-bottom: 25px;
}
.juris-header-collapsible.collapsed .icon-expand{
	background-position: -12px -1268px;
}
.juris-header-collapsible .icon-expand{
	background: url(/sites/all/themes/mp_theme/images/spt_icons_prod.png) no-repeat scroll -12px -1223px transparent;
    display: block;
    height: 21px;
    position: absolute;
    right: 5px;
    top: 16px;
    width: 21px;
    cursor: pointer;
    background-position: -12px -1358px;
}
.juris-header-collapsible{
	margin-bottom: 10px;
}
.juris-header-collapsible.collapsed{
	margin-bottom: 0px;
}
.juris-row-title{
	font-weight: bold;
	float: left;
	width: 180px;
}
.juris-row-content{
	float: left;
	width: 520px;
}

/*dif da anterior*/
.juris-content-row{
	float: left;
	widows: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
