/*
Theme Name: Email Themes
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 99.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.main-email {
	display: inline-block;
	width: 50%;
	overflow: scroll;
	height: 100%;
	max-height: 1000px;
}

.email-code {
	display: inline-block;
	width: 50%;
	overflow: scroll;
	height: 100%;
	max-height: 1000px;
}

.right-button {
	display: block;
	float: right;
	position: relative;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: lightgreen;
	color: #111;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: -40px;
	z-index: 1;
	pointer-events: none;
}
#selectable {
	z-index: 10;
}