html {
    color: #222;
    background: #6D95BC;
}

body{
    font-family: 'Open Sans', sans-serif; !impo
    font-size: 13px;
    border: none;
}

body,canvas{
    margin: 0;
    padding: 0;
}

canvas{
    width: 780px;
    height: 500px;
    background-color: #fff;
    margin: 20px auto;
    outline: none;
}

a{
    color: #fff;
}

#canvas-container{
    width: 100%;
    text-align: center;
}

#settings-left{
    width: 11%;
    padding: 10px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-box-shadow:  2px 4px 10px 4px rgba(0, 0, 0, 0.5);
    box-shadow:  2px 4px 10px 4px rgba(0, 0, 0, 0.5);
}

#settings-right{
    width: 11%;
    padding: 10px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-box-shadow:  2px 4px 10px 4px rgba(0, 0, 0, 0.5);
    box-shadow:  2px 4px 10px 4px rgba(0, 0, 0, 0.5);
}

#settings-right button{
    width: 100%;
    text-align: left;
    margin: 5px 0;
}

#settings-bottom{
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 0;
}

#settings-bottom a{
    color: #fff;
}

#settings-bottom a:hover{
    text-decoration: none;
}

#settings-bottom-inner{
    width: 675px;
    margin: 0 auto;
    float: none;
}

#logo img{
    width: 100%;
}

#colors{
    width: 100%;
    margin-top: 5px;
}

.color{
    width: 10%;
    height: 15px;
    cursor: pointer;
    float: left;
}

.color:active{
    border-color: white;
}

.active-color{
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
}

.wide-menu{
    width: 100%;
    background-color: #fff;
}

input[type="range"] {
    -webkit-appearance: none;
    background-color: #6d95bc;
    width: 100%;
    height: 20px;
    border: 1px solid #6d95bc;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    top: 0px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: #fff;
    cursor: pointer;
}

input[type="range"]:hover ~ #rangevalue,input[type="range"]:active ~ #rangevalue {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: -70px;
}

#frame-counter{
    font-size: 50px;
    padding: 17px 5px;
    color: white;
    background-color: rgb(0, 0, 0);
    float: left;
    margin-right: 20px;
    text-align: center;
}

#settings-bottom button{
    float: left;
    margin-right: 20px;
}

.center-content{
    text-align: center;
}

#export-form{
    text-align: center;
}

#picker{
    width: 80%;
    height: 100px;
    float: left;
    cursor: pointer;
}

#slide{
    width: 20%; 
    height: 100px;
    float: right;
    cursor: pointer;
}