body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #222222;
    background-color: #222222;
    overflow: hidden;
}

.font {
    font-family: 'Courier';
    font-size: 12px;
    line-height: 20px;
}

.full-canvas {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
}

.market-select {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
}

.pair-select {
    position: absolute;
    top: 10px;
    left: 140px;
    width: 120px;
}

.apikey-input {
    position: absolute;
    top: 36px;
    left: 10px;
    width: 200px;
}

.secret-input {
    position: absolute;
    top: 36px;
    left: 220px;
    width: 200px;
}

.button {
    position: absolute;
    width: 40px;
    height: 40px;
    background: none;
    border-style: none;
}

.update-button {
    top: 12px;
    left: 440px;
}

.zoomin-button {
    top: 12px;
    left: 490px;
}

.zoomout-button {
    top: 12px;
    left: 540px;
}

.download-button {
    top: 12px;
    left: 590px;
}

.store-checkbox-frame {
    position: absolute;
    top: 10px;
    left: 280px;
}
