/** GENERAL STYLES */

/* adjusted font size */
body {
    font-size: 14px !important;
} 

caption {
    color: #999;
    padding-top: 0;
    padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: lighter;
}


/** remove table cell border on select cells */
tr.noborder > th {
    border:none;
}



/** make editable content a single line */
[contenteditable="true"].single-line {
    white-space: nowrap;
    overflow: hidden;
    background: #ff0;
    border: solid 1px #000;
}
[contenteditable="true"].single-line br {
    display:none;

}
[contenteditable="true"].single-line * {
    display:inline;
    white-space:nowrap;
}






/** NAVIGATION */

/** removes mysterious bottom border of navbar */
.navbar {
    border: 0;
}


/** FOOTER */
footer a, footer a:hover {
    color: inherit;
}
