@charset "utf-8";
/* CSS Document */
/*#container{background-color:#292921;}*/

td
{
    display: table-cell;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
}


.canvas-holder
{
    position: absolute;
}
#canvas-holder-0 {left: 80px;top: 50px;width:180px;height:150px;background: #f7f7f7;}
#canvas-holder-1 { left: 320px; top: 50px; width:110px; height:150px; }
#canvas-holder-2 { left: 560px; top: 48px; width:300px; height:480px; }
#canvas-holder-3 { left: 80px; top: 30px; width:360px; height:250px; }
.canvas-holder canvas{position: absolute;}


.label-holder
{
    position: absolute;
    width: 80px;
}
.label-holder table{ border-spacing:0px; border-collapse:collapse; width: 100%; }
.label-holder.left{left: -82px; text-align: right;}
.label-holder.right{left: 112px; text-align: left;}

.label-holder .label
{
    width: 100%;
    font-size: 9.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 1.2em;
}
.label-holder .value
{
    width: 100%;
    font-size: 9.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 1.2em;
}

.slider
{
    position: absolute;
}

#salesSlider{ top: 62px;  }
#equitySlider{ top: 112px;  }
#assetsSlider{ top: 30px;  }
#incomeSlider{ top: 30px;  }


.title
{
    position: absolute;
    color: #000000;
    line-height: 1.3em;
    text-align: left;
}
.maintitle
{
    font-weight: bold;
    font-size: 10.5pt;
}
.subtitle
{
    font-weight: normal;
    font-size: 9pt;
}
#income-statement-title{ top:10px; left:15px; width: 350px; }
#balance-sheet-title{ top:10px; left:320px }
/*#volume-graph-title{ top:280px; left:600px }*/

#income-statement-axes
{
    position: absolute;
    font-weight: normal;
    font-size: 9.5pt;
    color: #292920;
    text-align: right;
    top: 50px;
    left: 6px;
}
#income-statement-axes tr{ height: 50px; }
#income-statement-axes td{width: 40px;padding-top: 15px;white-space: nowrap;}

.value-label
{
    position: absolute;
    width: 34px;
    text-align: center;
    font-size: 10.5pt;
    color: #000000;
    line-height: 1.2em;
}

.value-label.centered{text-align: center;}

.axis-label-holder
{
    position: absolute;
    text-align: center;
    width: 90px;
    margin-left: -5px;
    /*border:1px solid red;*/
}
.axis-label-holder table{ border-spacing:0px; border-collapse:collapse; width: 100%; }

.axis-label-holder .label
{
    width: 100%;
    font-size: 8.5pt;
    font-weight: normal;
    color: #000000;
    line-height: 1.2em;
}
.axis-label-holder .value
{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2em;
}


.corner-label-holder
{
    position: absolute;
    text-align: center;
    width: 200px;
}
.corner-label-holder.roe{width: 90px;font-size: 14px;transform: translate(0, -50%);}
.corner-label-holder table{ border-spacing:0px; border-collapse:collapse; width: 100%; }

.corner-label-holder .label
{
    width: 60px;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    line-height: 1.2em;
}
.corner-label-holder .value
{
    width: 60px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2em;
}
.corner-label-holder.roe .label{ font-size: 10.5pt; color: #292921; font-weight: bold; }
.corner-label-holder.roe .value{ font-size: 9; color: #292921; }

.overlap {
  margin-top: -10px;
}

.underlap {
  margin-top: 18px;
}

#statement-holder
{
    position: absolute;
    left: 14px;
    top: 330px;
    width: 480px;
    height: 220px;
    padding: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(100, 100, 100, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(100, 100, 100, 0.75);
}
#statement-holder > div {
  margin: 10px 0 0 10px; 
}
#canvas-holder-2 tr:last-child > td{
   font-size: 9.5pt;
}

td.value {
  font-size: 16px;
}

td.label {
  font-size: 11px;
}