/**
 * WDS Log Post
 * http://webdevstudios.com
 *
 * Copyright (c) 2015 WebDevStudios
 * Licensed under the GPLv2+ license.
 */

.wds-log-tag {
    padding: 3px 9px;
    border-radius: 8px;
}

.wp-editor-area {
	margin-top: 0;
	color: #000 !important;
	padding: 10px;
}

.wds-log-tag.debug {
	background-color: #EE8F00;
}
