.energyEfficiency_table
{
    white-space: nowrap;
}

.energyEfficiency_table th
{
    text-align: center;
}

.energyEfficiency_table td
{
    vertical-align: middle;
    text-align: center;
}

.energyEfficiency_table>tfoot td
{
    padding: 0;
}

.form-group {
    margin-bottom: 50px;
}
.form-group label {
    font-weight: bold;
    box-sizing: border-box;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.form-group input.form-control {
    height: 65px;
    padding: 10px 30px;
    transition: 0.3s;
    width: 100% !important;
    margin-top: 0 !important;
    font-size: 14px;
    background: transparent;
    z-index: 4;
    position: relative;
    cursor: pointer;
    color: #1c2e4b;
    border-bottom: 1px solid #fff;
    background: #fff;
}
.form-group input.form-control:focus {
    border-color: #1c2e4b
}