#article 
{
    width:100%;
}
iframe 
{
    border:none;
    width:100%;
    height:300px;
}
#confirmquote 
{
    display:none;
    position:fixed;
    height:48px;
    width:100px;
    left:10px;
    top:10px;
    padding-top:10px;
    text-align:center;
}

/* ----------------------------------- microformats -------------------------------------- */
.fn {
    font-weight:bold;
}

/* ----------------------------------- components -------------------------------------- */
#source, #wrt
{
    font-size:9pt;
    margin-left:1em;
}

#company 
{
    display:inline;
}

.quote
{
    margin-bottom:5pt;
    border-bottom:1px solid #d0d0d0;
}

/* ----------------------------------- summaries -------------------------------------- */
#quality 
{
    text-align:right;
    float:right;
}
#quality_dialog textarea 
{
    margin-top:6pt;
}
#summaries .content {
    display:block;
}
.summary
{
    margin-bottom:15px;
}

#forum .content {
    display:block;
}

/* ----------------------------------- otherdocs -------------------------------------- */
#otherdocs {
    position:fixed;
    top:84px;
    right:8px;
    height:100%;
    width:30%;
    padding:4px;
    border-left:1px solid #7a7a7a;
}
#otherdocs .title 
{
    font-weight:bold;
}
#otherdocs .selected {
    background-color:#d0d0d0;
}

/* ----------------------------------- sentences -------------------------------------- */
#sentences 
{
    border-top:1px solid #d0d0d0;
    margin-top:5pt;
}

/* ----------------------------------- entities -------------------------------------- */
#entities td 
{
    text-align:center;
    vertical-align:center;
}
#entities .companyTD
{
    text-align:left;
}
