/* The standalone page */
body > #int-tag {
    width: 1155px;
    margin: 10px auto;
}

#int-tag textarea.description {
    width: 520px;
    height: 200px;
}

#int-tag .sali-table {
    min-height: 208px;
}

#int-tag .sali-table .delete {
    width: 16px;
    padding: 8px;
    margin-left: 10px;
}

#int-tag .sali-table .deleted {
    width: 16px;
    padding: 8px;
    margin-left: 10px;
}

#int-tag .gridjs-table {
    width: 100%;
}

#int-tag .download {
    float: right;
}

#int-tag .gridjs-th {
    min-width: 110px;
}

#int-tag .chart {
    height: 300px;
    margin-bottom: 50px;
    margin-left: 20px;
}

#int-tag .sali-tooltip {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: white;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate(10px, 10px);
    transition: all .1s ease;
    z-index: 10;
}

#int-tag .sali-tooltip table {
    margin: 0;
}

#int-tag .sali-tooltip table tr {
    background-color: inherit;
    border-width: 0;
}

#int-tag .sali-tooltip table td {
    border-width: 0;
}

#int-tag .sali-tooltip table span {
    border-width: 1px;
    font-size: 14px;
}

#int-tag .sali-tooltip table .key {
    margin-left: 5px;
    margin-right: 5px;
    float: right;
    color: #ffffb8;
    white-space: nowrap;
}

#int-tag .sali-tooltip table .value {
    margin-right: 5px;
    float: left;
}

#int-tag .slider {
    position: absolute;
    margin-top: 64px;
    height: 228px;
    display: none;
}

#int-tag .ui-slider-handle {
    width: 24px;
    margin-left: -2px;
    text-align: center;
}

#int-tag .ui-slider-handle span {
    font-size: 10px;
}

#int-tag .ui-slider-handle hr {
    border-top: dashed 3px;
    width: 1080px;
    position: absolute;
    top: 0;
    left: 25px;
    color: black;
}

#int-tag .download {
    display: none;
}

#int-tag .bottom-panels {
    margin-bottom: 80px;
}
