*{margin:0;padding:0;} fieldset,img{border:0;} ol,ul{list-style:none;} a:active,a:focus{outline:0;} h1,h2,h3,h4,h5,h6,span{font-size:100%;font-weight:normal;}
html, body {
	height: 100%;
	width: 100%;
	}
/* body {background: #eee url(bg-400-paper2.jpg);} */
body {
	background: #fff;
	padding: 16px;
	overflow: hidden;
	}
.shade {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 12, 12, 0.85);
/*     background: rgba(255, 255, 255, 0.9); */
	z-index: 1000;
	}

.pad {
	border: 0;
	/* border: 1px solid #eee; */
    border-radius: 4px;
	font-family: 'Inconsolata', Courier, monospace;
	font-size: 1rem;
	line-height: 1.4;
	padding: 16px 22px;
	margin: 16px;
	outline: 0;
	resize: none;
	display: block;
	float: left;
	background-color:#f4f4f4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	overflow: auto;
	position: relative;
	color: #555;
    box-shadow: inset rgba(0, 0, 0, 0.07) 0px 0px 4px;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.07) 0px 0px 4px;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.07) 0px 0px 4px;
	/* transition: all 200ms ease-in-out; */
	}
	.pad:focus {
		background:#fff;
		cursor: text;
		resize: both;
		overflow: auto;
		color: #222;
		}
	.pad.fullscreen {
        font-size: 1.5rem;
		line-height: 2;
		position: fixed;
		z-index: 10000;
		top:0;
		right:0;
		bottom:0;
		left:0;	
		padding: 10%;
		width: auto!important;
		height: auto!important;
		}
.pad.isUrl {cursor: pointer;}
.pad.isUrl:hover {
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	border-top: 1px solid #ccc;
	background: #333; 
	color: #fff;
	}
	.pad.isUrl:hover a {color: #fff; text-shadow: none;}
.pad.isUrl:active {background: #333; color: #fff;}
.pad.isUrl:active a {color: #fff; text-shadow: none;}
.pad a {color: #222; cursor: pointer;}


/* Simple scrollbars */
::-webkit-scrollbar-thumb:vertical {
	background: #aaa;
	-webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal {
	background: #aaa;
	-webkit-border-radius: 3px;
}
