.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{
	word-wrap: break-word;
    border: 2px solid #020c15;
    max-width: 120px;
}

.table-bordered{
	border: 2px solid #020c15;
}
.table-bordered tr td:nth-child(4) {
    
    max-width: 275px;
    min-width: 275px;
}