:focus {outline:none !important;} /* remove dotted outlines in FF */

body { font-size: 140%; }

table {
    table-layout:fixed;
}
tbody td {
    word-wrap:break-word !important;
}
td.details-control {
	background: url('img/details_open.png') no-repeat center center;
	cursor: pointer;
}
tr.shown td.details-control {
	background: url('img/details_close.png') no-repeat center center;
}
.table-bordered>tfoot>tr>th {
  border-left:0;
  border-bottom:0;
}

pre {
	font-size:10px;
}

.page-header i {
  color: #94D5F5;
  text-shadow: 1px 1px 1px #ccc;
}

.panel-heading.collapser h4 > a:after {
  font-family:'Glyphicons Halflings';
  content:"\e114";
  float: right;
}
.panel-heading.collapser h4 > a.collapsed:after {
  content:"\e080";
}
#get-statements-with-search {
  position: relative;
  top: -3px;
}
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
}
