html {
    background-color: #f5f5f5;
}

.moose-button {
    margin-top: 5px;
    margin-right: 5px;
}

.moose-palette {
    background-color: #f0f0f0;
    padding: 10px;
}

.moose-palette-color {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border-style: none;
    border-radius: 5px;
}

.moose-palette-color-selected,
.moose-palette-color-selected-dark {
    border-width: 3px;
    border-color: black;
    border-style: dashed;
}

.moose-palette-color-selected-light {
    border-width: 3px;
    border-color: white;
    border-style: dashed;
}

.moose-gallery-img-background {
    background: transparent url('transparent.png') repeat;
}
