.table tr th {
    white-space: nowrap;
}
.table tr td img {
    max-width: 120px;
    max-height: 80px;
    border: 1px solid #d2d6de;
    display: block;
}
.content .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.content .row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.content-header-inline > h1,
.content-header-inline > .btn {
    display: inline-block;
    vertical-align: bottom;
}
.content-header-inline > h1 {
    margin-right: 10px;
}