.container{
  max-width: none !important;
  width: 850px;
}

.thumbnail {
    background: #717171;
}

.ppic {
    position: left;
    left: 10px;
    top: 10px;
    z-index: 2;
}
.table-no-border>thead>tr>th, 
.table-no-border>tbody>tr>th, 
.table-no-border>tfoot>tr>th, 
.table-no-border>thead>tr>td, 
.table-no-border>tbody>tr>td, 
.table-no-border>tfoot>tr>td {
  border-top: none; 
}

.borderless td {
    border: none;
}