/* CSS StyleSheet for Drafts extensions */

#drafts-list-box {
    margin-bottom: 35px;
    padding: 1px 20px 7px;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#drafts-list-table {
	margin-left: -5px;
	margin-right:-5px;
    margin-top: 8px;
}

#drafts-list-table td, #drafts-list-table th {
	text-align: left;
}

.rtl #drafts-list-table td, .rtl #drafts-list-table th {
	text-align: right;
}

#draft-error-modal {
	color:#000;
}
#draft-error-modal a,
#draft-error-modal a:link {
	color:#2c9ab7;
}
