.lorem {
  text-align: justify;
}
#list .panel-body {
    padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
#list .well{
	padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
}
#list .well p {
	line-height: 34px;
	margin: 0;
    padding: 0;
}
.item-edit{
	margin-right: -10px;
}
.item-novo {
    margin-top: 5px;
    margin-bottom: -5px;
}

/**********************************************/




.affix-top,.affix{
	position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;

  }
  
  #sidebar.affix {
    position: fixed;
    top: 15px;
	right: 0;
  }
}

#sidebar li.active {
  	border:0 #eee solid;
  	border-right-width:4px;
}

