.showing{position:relative;}
.showing>div{margin-left:190px; overflow-y:hidden; overflow-x:auto}
.showing .table{margin-bottom:0; table-layout:fixed;}
.showing tr th{width:190px; text-align:center !important;}
.showing tr td{width:190px; height:75px; text-align:center; position:relative}
.showing tr td:first-child, .showing tr th:first-child{position:absolute; top:auto; left:0px; border-right:0; text-align:left;}
.showing tr th:first-child{background:rgba(255,255,255,0.2); border-top:1px solid #dddddd !important; margin-top:-1px;}
.showing tr:not(:last-child) td:first-child{border-bottom:0}

.showing td a.glyphicon{position:absolute; right:2px; top:2px; display:none; color:#fff;}
/*.showing td>div{position:relative;}*/
/*.showing td>div:hover a.glyphicon{display:inherit;}*/
.showing td:hover a.glyphicon{display:inherit;}