/* GENERAL SITE CSS */

/* Placement of edit button on editable pages */
.editable button
{
	cursor: pointer;
}

.editable_container 
{
	width: 800px;
	position: relative;
	right: 10px;
	top: 10px;
	text-align: right;
}

/* Placement of edit button on help page */
.help_editable_container
{
        position: absolute;
        right: 5px;
        top: 5px;
}

.draft
{
        color: red;
}
