.table-container{
	padding-top:125px;
}

table { 
 	table-layout: fixed;
 	width:100%;	
}
 
table th, table td {    
	position:relative;
	max-width: 100px;
	word-wrap: break-word; 
}

.clickableTd{
	white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis;
    transition:background .2s ease;
}  

.clickableTd:hover, .clickableTd:focus {
	background-color:rgba(0,0,0,.1);
}

.table-bordered>tbody>tr>td {
	position:relative; 
	padding:0;
}

.table-bordered>tbody>tr>td:nth-child(1){
	padding:8px;
}

.clickableTd{
	top:0;
	left:0;
	background:transparent;
	border:none;
	border-width:0;
    width: 100%;
    margin:0;
    padding:8px;
    bottom:0;
    min-height:35px;
}

.activity{
	text-align:left;
}

.tdpad{
	font-weight:bold;
}