#ghostify-map {
    height: 600px;
    width: 100%;
    margin-bottom: 10px;
}

.panel {
    width: 50px;
    height: 30px;
    background: url('../images/panel.png') no-repeat center center;
    background-size: cover;
    cursor: move;
}

#total-kw {
    font-weight: bold;
    margin-top: 5px;
}