.energy_box.table {
    text-align: center;
    border: none;
    border-spacing: 5px;
    border-collapse: separate;
}

.energy_box.table > thead > tr > th,
.energy_box.table > tbody > tr > td {
    border: none;
    padding: 0;
    vertical-align: middle;
}

.energy_box.table > tbody > tr > td {
    background-color: #ffffff;
    font-size: 1.3em;
}

.energy_box.table > tbody > tr.energy-in-process > td {
    background-color: #4484ce;
    color: #ffffff;
}

.energy_box thead th {
    font-size: .8em;
    text-align: center;
}

.energy_box thead th span {
    display: block;
    font-size: .9em;
}

.energy-class {
    position: relative;
    display: block;
    height: 30px;
    line-height: 1.8em;
    margin: 2px 0;
    font-size: 1em;
    color: #FFFFFF;
    text-align: left;
    padding-left: .5em;
}

.energy-class:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    background: transparent;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.energy-class.type-a {
    background: #3b7634;
    width: 30%;
}

.energy-class.type-a:before {
    border-left: 8px solid #3b7634;
}

.energy-class.type-b {
    background: #5da436;
    width: 40%;
}

.energy-class.type-b:before {
    border-left: 8px solid #5da436;
}

.energy-class.type-c {
    background: #a3cf2a;
    width: 50%;
}

.energy-class.type-c:before {
    border-left: 8px solid #a3cf2a;
}

.energy-class.type-d {
    background: #f6df1b;
    width: 60%;
}

.energy-class.type-d:before {
    border-left: 8px solid #f6df1b;
}

.energy-class.type-e {
    background: #f29020;
    width: 70%;
}

.energy-class.type-e:before {
    border-left: 8px solid #f29020;
}

.energy-class.type-f {
    background: #eb422c;
    width: 80%;
}

.energy-class.type-f:before {
    border-left: 8px solid #eb422c;
}

.energy-class.type-g {
    background: #ea2039;
    width: 90%;
}

.energy-class.type-g:before {
    border-left: 8px solid #ea2039;
}