﻿/* General styles for the paragraph design. */

/* The border of the paragraph is used for the mouse over effect of the administration. */
.Paragraph
{
    position: relative;
    padding: 11px;
}

/* Style of the paragraph when mouse is over in administration mode. */
.ParagraphAdministration
{
    padding: 10px;
    border: 1px dotted #CCCCCC;
    background-color: #FBFBFB;
}

.Paragraph > .EditButton
{
    top: 10px;
    right: 35px;
}

.Paragraph > .DeleteButton
{
    top: 10px;
    right: 5px;
}

.Paragraph p
{
    text-align: justify;
}