.lamps-upside-down .lamp, .lamps-upside-down .label-top{
    -moz-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.branch {
    background-color: #4f4f4f;
    height: 10px;
    max-width: calc(50px * 7); /* 50px = size of each lamp plus spacing. 7 = number of lamps per branch + the pole */
    margin: 0 auto;
    border-radius: 10px;
}

.no-lamp, .branch-divider {
    cursor: unset;
    background: none;
}

.branch-divider {
    width: 20px;
}

.lamp-blank {
    background: none !important;
}

.pole {
    position: relative;
    left: 49%;
    width: 20px;
    transform: translate(-49%);
    border-top: 7px solid #333;
    border-right: 4px solid transparent;
    border-bottom: 350px solid #333;
    border-left: 4px solid transparent;
    border-radius: 7px 7px 5px 5px;
    margin-top: -20em;
}
