.table-cell-40 {
    display: table-cell;
    width: 40px;
 }

.table-cell {
    display: table-cell;
 }

.no-bullet {
    list-style-type: none;
 }

.body-align-justify {
   white-space: pre-line;
   text-align: justify;
   text-justify: inter-word;
}

.margin-left-20 {
   margin-left: 20px;
}

.margin-bottom-10 {
   margin-bottom: 10px;
}

.width-500 {
   width: 500px;
}

.margin-left-15-with-line-height {
   margin-left: 15px; 
   line-height: 1.42857;
}
