.pump-switch {
    cursor: pointer;
    background-color: white		;
    width: 300px;
    height: 300px;
}

.debug {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f1f1f1;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.5;
}

.debug p {
    margin: 0;
}

#http-response {
    font-weight: bold;
}