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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    margin: auto;
    color: #494949;
}

ol,
ul {
    list-style: none;
}

/* General --------------------------- */

@font-face {
    font-family: 'Arial Windows';
    src: url("/font/arial.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body {
    font-family: 'Arial Windows';
    font-size: 14px;
    line-height: 1.1;
    color: #000000;
    background: #FFFFFF;
    clear: both;
}

.CodeMirror {
    height: 310px !important;
}

.label {
    height: 25px !important;
    float: left;
    text-align: left !important;
    width: 40%;
}
#templateLabel {
    text-align: left;
    font-size: 20px;
    color: #075dcc;
    font-weight:bold;
}

.button {
    width: 100%;
    margin: 10px;
    margin-left: -13px;
    text-align: center;
}
.button-top {
    height: 25px !important;
    float: left;
    width: 58%;
    margin-bottom: 10px;
}
.button-top, button, select {
    text-align: left;
}

.containerLeft {
    width: 35%;
    margin: 5px;
    height: 640px;
    float: left;
}
.containerRight {
    width: 63%;
    margin: 5px;
    height: 640px;
    float: left;
}

#iframewrapper {
    background: #f5f5f5;
    width: 99%;
    height: 640px;
    float: left;
    border: solid #000 thin;
}
#iframeOutput {
    width: 100%;
    height: 635px;
    float: left;
}

.htmlHolder {
    width: 100%;
    margin-bottom: 10px;
    height: 315px;
    border: solid #000 thin;
}
.cssHolder {
    width: 100%;
    height: 315px;
    border: solid #000 thin;
}

#htmlEditor {
    float: left;
    width: 100%;
    height: 318px;
}
#cssEditor {
    float: left;
    width: 100%;
    height: 318px;
}

.clear {
    clear: both;
}