html{ 
    height: 100%;
} 

body {
    width:100%;
    height:100%;
    position:relative;
    /* background-color: #333; */
}
.chart-container {
    height:100%;
    width:100%;
    position:relative;
    margin: 0 auto;
}

#mobilewarning {
    text-align: center;
    vertical-align: middle;
    display:none;
}

@media only screen and (max-width: 768px) {
    .chart-container {
      display: none;
    }
    #mobilewarning {
        display:block !important;
        width:100%;
        height:100%;
    }
  }


.container {
    margin-top:20px;
}

.title, .subtitle {
    text-align: center;
    display: inline-block;
    width:100%;
}

blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

.figure-caption {
    font-size:12px;
}