﻿/* --- View --- */

#uxArticleView { line-height: 1.8em; }

#uxArticleView h1 { font-size: 1.4em; line-height: 26px; margin-bottom: 1em; text-decoration: underline; }
#uxArticleView .description img { float: left; margin-right: 1em; margin-bottom: 1em; border: dashed 1px #7FDCFE; padding: 1px; }

#uxArticleView dt.from { color: #A45466; }
#uxArticleView dt { display:inline; font-weight: bold; }
#uxArticleView dd { color: #595959; display:inline; }
#uxArticleView dd a { color: #595959; text-decoration: none; }
#uxArticleView dd a:hover { text-decoration: underline; }

#uxArticleView .description { padding-bottom: 1em; position: relative; width: 100%; }
#uxArticleView #ArticleContent { width: 100%; }
#uxArticleView #ArticleContent strong { font-weight: bold; }
