.wrapper {
	display: flow-root;
    margin-bottom: 20px;
}

table col:nth-child(1) {
	width: 5%;
}

table col:nth-child(2) {
	width: 80%;
}

table col:nth-child(3) {
	width: 10%;	
}

table col:nth-child(4) {
	width: 5%;
}

table td:nth-child(2) {
	text-align: left;
}

.table-view td {
	word-break: break-all;	
}
