.margin-top-small {
    margin-top: 2em;
}

.margin-top-normal {
    margin-top: 4em;
}

.info-section {
    margin-top: 1em;
    margin-bottom: 1em;
}

.info-section button {
    margin: 0;
    padding: 0;
    border: 0;
}

.info {
}

.title {
    font-weight: bold;
}

.cell {
    vertical-align: top;
    padding: 0.2em;
}

.rating {
}

.rating-value {
    display: inline-block;
    margin-left: 0.5em;
}

.rating-img {
    width: 70px;
    height: 14px;
    margin-bottom: 3px;
}

.rating-user {
    display: inline-block;
    font-weight: bold;
}

.rating-text {
    font-style: italic;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

/* css meter */
.meter {
    padding: 1px;
    background: #ddd;
    color: #fff;
}

.meter-bar {
    text-align: center;
    background: #337ab7;
}

/* fix tabulator CSS */
.tabulator input[type=search] {
    -webkit-appearance: textfield;
}

.tabulator .tabulator-row .tabulator-cell {
    white-space: normal;
}