#filters-canvas {
    border: 2px solid black;
    display: block;
    margin-right: auto;
    margin-left: auto;
    /*width: 100%;*/
    /*height: 100%;*/
    /*width: 600px;*/
    /*height: 600px;*/
}

#canvas-container, #editor-container {
    /*resize: vertical;*/
    /*overflow: auto;*/
}

#filters-editor {
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 600px;
}

#video {
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg); /* Firefox */
}

button {
    /*float: right;*/
    margin-top: 1em;
    margin-bottom: 1em;
}

.static-text {
    background-color: grey;
    /*opacity: 0.2;*/
    /*position: absolute;*/
}

/* tabs */
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
}

.tab-content{
    display: none;
    background: #ededed;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}
