.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab:first-of-type {
	border-radius: 7px 0 0 0;
}

.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab:last-of-type {
	border-radius: 0 7px 0 0;
}

.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab:first-of-type:last-of-type {
	border-radius: 7px 7px 0 0;
}

.content.empty {
	border-radius: 7px 0 0 0;
}

#workbench\.parts\.editor {
	background: rgb(50, 55, 56);
}