#chart-container{
    height:30px;
}
/*
.highcharts-figure, .highcharts-data-table table {
    min-width: 100%; 
    max-width: 120px;
    margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 120px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}*/

.progress-zero, .progress-end{
    width:50%;
    float:left;
    font-size:9px;
}

.progress-zero{
    text-align: left;
}

.progress-end{
    text-align:right;

}

.bl-col-container {
    width: 100%;
    overflow: hidden;
}

.bl-title-h3{
    font-size:14px;
    font-weight: bold;
    margin-bottom:10px;
}

.bl-text{
    font-size: 12px;
    margin-top:1px;
    margin-bottom:1px !important;
}

.bl-normal-text{
    margin-top:10px;
    font-size: 12px;
}

.bl-align-middle{
    text-align: center;
}

.beer-container {
    /* min-width: 100%; */
    /* min-height: 250px; */
    height: 300px;
    width: 200%;
    overflow: hidden;
    text-align: center;
    margin-right: -100%;
}

.beerTop, .beerBottom {
  max-width: 50%;
  display: inline-block;
  float:right
}

.beerTop img {
 position: relative;
 left: -100%;
 width:45%;
}

.beerBottom img {
    width: 45%;
}

.beerBottom {
    filter: grayscale(100%);
    float: left;
    overflow: hidden;
}