* {
   line-height: 1 !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px;
}

.panel {
    border: 1px solid #aaa;
}

.panel > .panel-body {
    padding: 5px !important;
}

.h1, h1 {
    margin-top: 5px;
}

.navbar {
    margin: 0;
    height: 28px;
    min-height: 0;
}

.navbar-nav>li>a {
    padding: 5px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background-color: #fafafa;
}

.tab-content {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fafafa;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.panel > .panel-heading {
    background: url('../img/title_bg.png');
    padding: 0px 15px;
    border-bottom: 1px solid #aaa;
}

.panel > .panel-body {
    background-color: #F0F0F0;
    padding: 10px;
}

.input-sm {
    height: 25px;
}

.form-group {
    margin-bottom: 10px;
}

.form-horizontal .control-label {
    padding-top: 3px;
}

span[id^='rating-edit-'] img {
    position: relative;
    width: 14px;
    top: -1px;
}
