* {
    /*background : orange;*/
    /*text-align : center;*/
}

html {
    background : rgba(255, 181, 71, 0.40);
    text-align : center;
}

html image{
    max-width:100%;
}

/* Build it Flex-able */
div#main_container {
    display        : flex;
    flex-direction : column;
    width          : 100%;
    height         : 100%;
    overflow       : hidden;
}

div#wissen_header {
    flex       : 0 0 36px;
    box-sizing : border-box;
    width      : 100%;
}




/*Desktop Part*/

div#editor {
    flex       : 0 0 0;
    box-sizing : border-box;
    width      : 100%;
    display    : none;
}

body.editor_mode div#editor {
    flex       : 0 0 250px;
    box-sizing : border-box;
    width      : 100%;
    display: block;
}

iframe#url_frame {
    flex       : auto;
    box-sizing : border-box;
    width      : 100%;
}

footer {
    flex        : 0 0 36px;
    box-sizing  : border-box;
    width       : 100%;
    /*height      : 36px;*/

    padding     : 8px;

    line-height : 36px;
    font-size   : 16px;
}

footer p {
    float         : left;
    background    : #fff;
    padding       : 2px 5px;
    margin-right  : 5px;
    border        : 1px solid #000066;
    border-radius : 3px;
}

form.edit_link {

    width      : 50%;
    max-width  : 700px;

    margin     : 0 auto;

    background : #eeeeee;
}

form.edit_link div.form_row {
    display : block;
    clear   : both;
    padding : 3px;

}

form.edit_link label {
    float       : left;

    width       : 28%;
    height      : 1.5rem;

    line-height : 1.5rem;
    text-align  : left;

    font-size   : 1em;

}

form.edit_link label::after {
    content : ': ';
}

form.edit_link input {
    float       : right;
    box-sizing  : border-box;

    width       : 72%;
    height      : 1.5rem;

    line-height : 1.5rem;
    text-align  : left;

    font-size   : 1rem;
    background  : #fff;
}

form.edit_link input[type=button] {
    float       : right;
    box-sizing  : border-box;

    width       : 72%;
    height      : 1.5rem;

    line-height : 1.5rem;
    text-align  : left;

    font-size   : 1rem;
    background  : #fff;
}
