/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background: #9e9e9e;
    overflow-y: auto;
    height: 100vh;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

#content {
    position: relative;
    margin: 0 auto;
    max-width: 1050px;
    overflow-y: scroll;
}

#header {
    position: relative;
    width: calc(100% - 20px);
    height: 80px;
    margin: 10px;
}

#editor {
    position: relative;
    width: calc(100% - 584px);
    height: 560px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 100;
}

#previewcontainer {
    position: relative;
    float: right;
    margin-right: 10px;
    width: 552px;
    height: 560px;
    background: url("../img/previewbg.png");
    background-size: cover;
    z-index: 100;
}
#preview {
    position: absolute;
    top: 0px;
    left: 5px;
}

#exportcontainer {
    position: relative;
    margin: 10px;
}

.select-limiter {
    display: inline-block;
    width: 280px;
    vertical-align: middle;
}

.select-limiter-small {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
}

.select-limiter-medium {
    display: inline-block;
    width: 260px;
    vertical-align: middle;
}

.select-limiter-large {
    display: inline-block;
    width: 400px;
    vertical-align: middle;
}

.arrow-left {
    display: inline-block;
    width: 12px;
    height: 28px;
    background: url('img/button-golden-left.png');
    background-size: auto 100%;
    /*transform: rotate(90deg);*/
    vertical-align: middle;
    margin-right: -8px;
    padding: 4px;
}
.arrow-right {
    display: inline-block;
    width: 12px;
    height: 28px;
    background: url('img/button-golden-right.png');
    background-size: auto 100%;
    /*transform: rotate(90deg) scaleY(-1);*/
    vertical-align: middle;
    margin-left: -8px;
    padding: 4px;
}

.anim-list-item {
    margin: 8px;
    width: 450px;
    display: inline-block;
    vertical-align: middle;
}