#header {
    width: 100%;
}
#breadcrumbs {
    height: 1%;
}
#breadcrumbs li {
    white-space: nowrap;
}
#wiki-editor .tab-navigation .tab a {
    float: left;
}
#wiki-editor .submit-buttons {
    display: block;
    float: none;
    line-height: 2;
    text-align: right;
}

form {
    margin: 0;
    padding: 0;
}
#linkinserters,
#preview,
#wysiwyg {
    margin-top: -10px;
}
#markup {
    padding: 0;
}
#markup textarea {
    float: right;
    border: none;
    width: 99.9%;
    margin: 0;
}
.tab-navigation .tab {
    float: left;
    display: inline;
    font-weight: bold;
    margin: 0 5px -1px 0;
    position: relative;
}
.tab-navigation .tab a {
    display: inline-block; /* anchors were making tabs very wide in Clickr theme in IE */
}
#wiki-editor .tab-navigation .current a {
    background-color: #fff;
    border-bottom: none;
    color: #000;
    padding-bottom: 0.4em;
}
a.icon {
    height: 16px;
}
#tree-div {
    min-height: 300px;
    height: auto !important;
    height: 300px;
}
h1 #content-title {
    margin: 0;
    display: block;
    width: 95%;
}
h1 span.title-text {
    height: 1%;
}
#com-atlassian-confluence h1 {
    width: auto;
}
div.editable-title {
    height: 1%;
    margin: 0;
}
#tab-navigation {
    zoom: 1;
}

ul#editor-tabs {
    margin-bottom: 10px;
}