.container-fluid {
    max-width: 700px;
}

td {
    font-size: 14px;
}

path.line1 {
    stroke: #0057A0;
}

path.line2 {
    stroke: #CC0000;
}

path.line {
    fill: none;
    stroke-width: 1px;
    shape-rendering: geometricPrecision;
}

.axis {
    shape-rendering: crispEdges;
}

.x.axis path, .y.axis path {
    fill: none;
    stroke: #999999;
}

.y.axis line, .x.axis line {
    fill: none;
    stroke: #aaa;
}

svg .pane {
    cursor: move;
}

button#reset-zoom {
    float: right;
    margin-right: 5%;
    background: transparent;

}

button:focus {
    outline: 0 !important;
}

tbody td, thead th {
    font-size: 12px;
}

tbody th {
    font-weight: 500;
}

.right {
    text-align: right;
}

.table > thead > tr > th {
    line-height: 1 !important;
}

.table-condensed > tbody > tr > td {
    vertical-align: middle;
    line-height: 1 !important;
    /*padding:0px;*/
}

.table {
    font-size: 12px;
}

svg {
    background-color: #ffffff;
}

.input-partial {
    text-align: right;
}

.input-partial input {
    padding-right: 16px;
    text-align: right;
}

.input-partial span {
    margin-left: -16px;
}

#divParameters input {
    width: 60px;
    display: inline-block;
    padding-left: 0;
    height: 23px;
    border-radius: 0;
}

#divParameters table tbody th, #divParameters table tbody td {
    padding: 2px 4px;
}

td.right {
    vertical-align: middle;
}

td.right input {
    margin-right: -4px;
}

.table-nowrap th, .table-nowrap td {
    white-space: nowrap;
}