/* This css contains the styling specific to the 'normal mode'. (as opposite to the embedded mode) */
/* In embedded mode [1], this stylesheet won't be loaded. */

/* [1] The web client features an embedded mode in which the webclient */
/*     or a part of it can be started in any element of any webpage host. */

body {
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    height: 100%;
}
.change-log{
    max-width: 800px;
}
.change-log-line{
    border: 1px solid #D7E0E6;
}
.change-log-line-header{
    margin-bottom:15px;
}
ul.change-log-line-changes>li{
    padding: 8px !important;
}
.chart-title{
    font-size: 14px;
}