body {
    margin: 0 auto;
}

.btn-link {
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border-color: #ccc;
}

.subtitle {
    color: grey;
    font-size: small;
}

.banner-img {
    margin: 0 auto;
}

#announce_board {
    margin: 0;
    padding: 5px;
}

#announce_bullhorn {
    font-size: 120%;
    height: 25px;
    line-height: 35px;
    overflow: hidden;
}

#announce_info {
    padding: 0;
}

.province-normal-price {
}

.province-highlighted-price-high {
    color: #ff8000;
}

.province-highlighted-price-low {
    color: #07b062;
}

#city-price-table {
    margin: 10px auto;
    width: 68vw;
    text-align: center;
    background: #f5f5f5;
}

.price-table-row-name {
    text-align: right;
}

.highlighted-price-high {
    color: #ff8000;
    font-size: 2rem;
}

.highlighted-price-low {
    color: #07b062;
    font-size: 2rem;
}

#container_price_history_chart {
    min-height: 200px;
    max-height: 350px;
}

#container_fci_trend_chart {
    min-height: 200px;
    max-height: 350px;
}

.hint {
    color: grey;
    font-size: small;
}

