/**
 * Override UI colors here.
 *
 * See the example override_example.css.
 * Replace images in assets/img to override the app logo and other images.
 */


#default-background {
    background: #f3f3f3;
}

#viewController {
    background-color: #fff;
    border-radius: 4px;
    bottom: 30px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
    opacity: 1;
    position: absolute;
    right: 20px;
    transition: all 0.3s ease-in 0s;
}
