html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 45px;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
}

iframe#preview {
    position: absolute;
}

.footer {
    position: absolute;
    top: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 45px;
    background-image: url('../images/tile.png');
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    z-index: 100;
    padding-bottom: 20px;
}

div#codePreview {
    display: none;
}

div#code_console { height: 100px}

h4 {
    padding-top: 10px
}

iframe#code_help { height: 300px;border-radius: 4px }

div#col_code_html, div#sub_code_html, div#col_code_ajuda { display:block}
div#col_code_css, div#col_code_js, div#sub_code_css, div#sub_code_js { display: none }

.codeSection {
    display: inline-block;
    padding: 0.5em 1em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.codeSectionOn {
    background-color: #fff;
}

.codeSectionOff {
    background-color: #000;
    color: #fff;
}

.codeSectionOff:hover {
    background-color: #808080;
    color: #fff;
    text-decoration: none;
}

.codePanelHeader {
    padding-top: 0.5em;
    padding-left: 3.5em;
}

.menu-ico {
    padding-right: 0.5em;
}

#code_config {
    background-color: #fff;
    border-radius: 4px;
    height: 300px;
    width: 100%;
}
