li.borderless {
  border-left: 0 none;
  border-right: 0 none;
}

.list-group li:nth-child(1){
  border-top: 0 none;    
}

.list-group-item{
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;   
}

.img-thumbnail{
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 0 none; 
  border-top: 0 none; 
}


.panel-success > .panel-footer {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-heading > .table, .panel-heading > .table th {
    margin:0px;
    border: 0px;
}


.table-responsive .table {
    max-width: none;
}