/* --- View 105 --- */

div.view105b {
    position: relative;
}

div.view105b > div.head {
    margin-bottom: 2em;
}

/* --- Chart --- */
div.view105b div.chart {
    position: relative;
    width: auto; height: auto;
}

/* --- Results --- */
div.view105b div.chart div.results {
    position: relative; 
    width: 100%; height: auto;
    overflow-x: auto;
    padding-bottom: 1em;
}


/* --- THead and Values --- */

div.view105b table {
    table-layout: fixed;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
div.view105b table td div {
    padding: 0.3em 0;
}
div.view105b table td div > span {
    font-size: 1.4em;
}

/* Label */

/* Col 2: short name */
div.view105b td.label {
} 
div.view105b table.thead td.label div, 
div.view105b table.values td.label div {
    width: 30em;
    padding-left: 0.2em;
}

/* Cols: results */
div.view105b table.thead tr.row1 td.ag div,
div.view105b table.values td.ag div {
    width: 6em;
    text-align: center;
}


/* --- Thead only --- */

div.view105b table.thead td div {
    font-weight: normal;
}
div.view105b table.thead tr.row1 td div {
    text-align: center;
}


/* --- Values only --- */

div.view105b table.values {
    margin-top: 0.5em;
}

/* Rows */
div.view105b table.values tr:nth-child(odd) {
    background: #e6e6e6;
}
div.view105b table.values tr:nth-child(even) {
    background: #fff;
}

div.view105b table.values td.ag div {
    /*color: gray;*/
    font-family: Arial, Helvetica, sans-serif;
}


/* --- Borders --- */

/* Thead bottom border: Red */
div.view105b table.thead tr.row2 td {
    border-bottom: solid 0.13em crimson;
}

/* AG crimson borders */
div.view105b table.thead tr.row2 td.chms,
div.view105b table.values td.chms {
    border-right: solid 0.13em crimson;
}
div.view105b table.thead tr.row2 td.chms:last-child,
div.view105b table.values td.chms:last-child {
    border-right: none;
}

