.newsletter_manager-portlet .lfr-toolbar {
	width: 95%;
}

.newsletter_manager-portlet .lfr-textarea.message-edit {
}

.newsletter_manager-portlet .lfr-textarea.message-edit textarea {
	height: 278px;
	min-height: 85%;
	width: 95%;
}

.newsletter_manager-portlet .lfr-textarea textarea {
	height: 278px;
	min-height: 85%;
	width: 50%;
}

.newsletter_display-portlet .newsletter-header {
	display: block;
	padding: 10px 0;
}

.newsletter_display-portlet .newsletter-header .aui-button-holder.right {
	float: right;
	/* margin-top: 0; */
}

.newsletter_display-portlet .issue-info {
	margin-bottom: 10px;
}

.newsletter_display-portlet .issue-info .issue-title {
	font-weight: bold;
	font-size: 1.1em;
}

.newsletter_display-portlet .issue-info .issue-metadata {
	padding-left: 5px;
}

.newsletter_display-portlet .issue-info .issue-actions {
	float: right;
}

.newsletter_display-portlet .view-into-portal {
	text-align: right;
}

/* Readibility fixes */

.newsletter_manager-portlet .custom-attributes-displayer .aui-field-wrapper {
	display: inline-block;
	padding: 3px;
}

.newsletter_manager-portlet .custom-attributes-displayer .aui-field-wrapper-content {
	margin: 0px;
}

.table-newsletter *{
	box-sizing: border-box;
}

.table-newsletter table{
	width: 100%;
	margin: 0;

}

.table-newsletter th{
	padding: 12px !important;
}

.table-newsletter .table-cell{
	padding: 12px !important;
	width: 50%;
}

.table-newsletter td{
	padding: 12px 12px;
}