﻿.tornado-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.label {
    width: 220px;
    padding-right: 12px;
    text-align: right;
    font-size: .9rem;
}

.bars {
    display: flex;
    flex: 1;
    align-items: center;
}

.left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.right {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.axis {
    width: 2px;
    height: 26px;
    background: #999;
    margin-left: 8px;
    margin-right: 8px;
}

.bar {
    height: 18px;
    border-radius: 4px;
}

.negative {
    background: #f44336;
}

.positive {
    background: #4caf50;
}
