/*img {margin: 10px}*/
p {margin: 10px}
.small {font-size: 80%}

#heatmap {
    float: left;
    margin: auto;
    padding: 2.5% 0;
    background: #fafafa;
}

.selector {
    text-align: right;
    padding: 0 4% 0 0;
    clear: right;
}

.selector img {
    margin: 0;
}

.selector br {
    clear: right;
}

#selector-cm {
    padding-top: 2%;
}

#selector-cm a.selector-cm {
    padding-left: 5px;
}

#stiffness {
    clear: both;
}

#stiffness-external {
    width: 100%;
    height: 500px;
    display: table;
}

.placeholder {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

dl.footnotes dd {
    margin-left: 20px;
}

/* SVG */
rect.cell {
    stroke: black;
    stroke-width: 1px;
}

rect.cell:hover {
    stroke-width: 0px;
}

rect.cell.selected {
    stroke: black;
    stroke-width: 3px;
}

.cbrect {
    stroke: black;
    stroke-width: 0.5px;
    opacity: 0;
}

.cbtick {
    font-size: 8pt;
}


/* after WP embeddding */

#stiffness table {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    border-bottom: none;
}

#stiffness table td {
    text-align: center;
    border: 2px solid #fafafa;
}

#heatmap { width: 50%; text-align:right; padding-right: 2%;}

.selector { text-align: left;}


/*font-size: 14px;
    color: #fafafa;
    background-image: linear-gradient(to bottom,#006b8f,#005580);
    border-radius: 4px;
    padding: 4px 12px;
    border: 1px solid #CCC;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #363636;
}*/
