.fuel-level-table{
 display: table;
    width: 100%;
}

.fuel-level-row{
    display: table-row;
}

.fuel-level-td{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fuel-level-box
{ 
    width: auto;
    height: 20px;
    background: rgb(223, 226, 231);
    margin: 1px;
    position: relative;
}

.fuel-level-box-full
{
    background: #75b42b;
}

.fuel-level-box-full.dark
{
    background: #529328;
}