p {
    margin: 0 0 1em 0;
}

p:empty {
    margin-bottom: 0;
}

ul li.item {
    overflow: visible;
}

.intranet ul li.item {
    margin-bottom: 0.25em;
}

/* headers */
#splashcontent h2,
.intro h2,
.text h2,
.wysiwyg h2 {
    font-size: 1em;
    margin-bottom: 0.2em;
    font-weight: bold;
}

#splashcontent h3,
.intro h3,
.text h3,
.wysiwyg h3 {
    font-size: 1.125em;
    margin-bottom: 0.6em;
    font-weight: normal;
}

#splashcontent h4,
.intro h4,
.text h4,
.wysiwyg h4 {
    font-size: 1em;
    margin-bottom: 0.4em;
    font-weight: normal;
}

/* bullets ul */
ul.bullets,
.intro ul, .text ul, .wysiwyg ul,
.local ul, .central ul, .above ul, .item_intro ul, .product_text ul,
.module_personengids.detail ul, .person ul { 
    list-style: disc;
    margin-left: 1.4em;
    margin-bottom: 1em;
}

/* ol */
ol { 
    margin-bottom: 1em;
}

/* tables */
table th, table td {
    vertical-align: top;
    padding: 4px 8px;
}

.intro table,
.text table,
.wysiwyg table {
    border-collapse: collapse;
    margin-bottom: 1em;
}
 
.intro table td,
.text table td,
.wysiwyg table td,
.intro table th,
.text table th,
.wysiwyg table th {
    border: 1px solid;
}
 
.intro table caption,
.text table caption,
.wysiwyg table caption,
.intro table th,
.text table th,
.wysiwyg table th {
    text-align: left;
}
 
.intro table caption,
.text table caption,
.wysiwyg table caption {
    margin-bottom: 0.4em;
    font-style: italic;
}

/* various */
.skiplinks a {
	position: absolute;
    top: 0;
	left: -9999px;
    z-index: 3;
}

.skiplinks a:focus {
    display: block;
    left: 0;
    color: #fff;
    background: #000;
    font-size: 1em;
    padding: 8px;
    text-decoration: none;
}

img.left,
.thumbnail.left {
    margin-right: 1em;
}

img.right,
.thumbnail.right {
    margin-left: 1em;
}

.hide {
    position: absolute;
    top: -9999em;
}

.moved {
    position: absolute;
    left: -9999em;
}

abbr {
    border-bottom: 1px dotted #000;
}

blockquote {
    background: #f9f9f9;
    border-left: 5px solid #747372;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #747372;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}