/*
    DJANGO Admin styles
*/

body {
    font-size: 15px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 11px;
}

li, dt, dd {
    font-size: 14px;
    line-height: 22px;
}

td, th {
    font-size: 14px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

blockquote {
    font-size: 13px;
}

code, pre {
    font-size: 13px;
}

/* TEXT STYLES & MODIFIERS */

.small {
    font-size: 13px;
}

.tiny {
    font-size: 11px;
}

.mini {
    font-size: 11px;
}

.help, p.help, form p.help, div.help, form div.help, div.help li {
    font-size: 13px;
}

label {
    font-size: 14px;
}

/* TABLES */

thead th,
tfoot td {
    font-size: 13px;
}

table thead th.sorted .sortoptions a.sortremove:after {
    font-size: 20px;
}

input, textarea, select, .form-row p, form .button {
    font-size: 15px;
}

.module h2, .module caption, .inline-group h2 {
    font-size: 14px;
}

.module caption,
.inline-group h2 {
    font-size: 14px;
}

ul.messagelist li {
    font-size: 15px;
}

.errornote {
    font-size: 15px;
}

ul.errorlist li {
    font-size: 14px;
}

.description {
    font-size: 14px;
}

/* BREADCRUMBS */

div.breadcrumbs {
    font-size: 15px;
}

.object-tools {
    font-size: 12px;
}

.object-tools a:link, .object-tools a:visited {
    font-size: 13px;
}

#branding h2 {
    font-size: 15px;
}

#user-tools {
    font-size: 12px;
}

#content-related h3 {
    font-size: 15px;
}

#content-related h4 {
    font-size: 14px;
}

.original {
    display: none;
}
