/*
Additional stylesheet, that is only loaded for posts containing a wp-table-reloaded table.
Need more space to display long tables - therefore alter layout (no sidebar, less margin).
Colors etc. need to be set via table settings in plugin - will be overwritten here
*/
#container {
	width: 960px;
    margin-left: 0px;
}
#content {
	width: 950px;
}
.edit-link {
	margin-top:20px;
}
