body {
	background-color: white;
	margin-top: 20px;
	color: #fff;
	font-family: 'Allerta', arial, serif;
}
a {
	color: #87CEE8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 900px;
	margin: auto;
}
#header {
	height: 62px;
}
#header, #footer {
	background-color: #FFF;
	margin-bottom: 10px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #ccc;
	color: #000;
    padding: 20px;
}
#header a {
	color: #39c;
}
#footer a {
	color: #000;
}
#header a:hover {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #39c;
	text-decoration: none;
}
#content {
	padding: 20px;
	background-color: #FFF;
	color: #000;
	font-weight: normal;
	font-family: skolar,georgia,serif;
}
#secret, #error {
    background-color: #CFCFCF;
    border: 0 none;
    color: #222222;
    font-family: 'Anonymous Pro','Monaco',mono;
    margin: 20px;
    padding: 20px;
    width: 780px;
}
#error {
	background-color: #ffc1c1;
	font-family: skolar,georgia,serif;
}
#secret_intro, #attachments_intro {
	color: #000;
    font-size: 20px;
}
#attachments {
	border: 0 none;
	margin: 20px;
	width: 780px;
}
#attachments li {
	list-style-type: none;
	margin-bottom: 12px;
}
#attachments ul {
	margin: 0;
	padding: 0;
}
#attachments .download-link {
	color: #000;
	margin-left: 24px;
}
#attachments .deleted {
	color: #999999;
}
.downloads-left {
	background: #F9CE7D;
	font-size: 13px;
	padding: 4px 8px;
	border-radius: 4px;
	margin-left: 8px;
	white-space: nowrap;
}
.downloads-left.zero {
	background: #ffc1c1;
}
#secret_meta {
	color: #000;
    font-size: 12px;
}
#secret_saved, #secret_is_being_forgotten {
	background-color: #F9CE7D;
    border: 0 none;
    color: #222222;
    margin: 20px;
    padding: 20px;
}
textarea#secret {
	font-size: 18px;
   	height: 90px;
	margin: 20px auto;
	width:	94.5% !important;
	padding: 20px !important;
}
div#email_link_block {
	margin-top: -50px;
    	text-align: right;
	color: #000 !important;
}
.email_link {
	padding: 20px !important;
}
code {
	background-color: #EFEFEF;
	padding: 4px 7px;
}
span.copypastemsg { 
	font-family: 'Waiting for the Sunrise',arial,serif;
    font-size: 28px; }
div#email_link_block a {
	-moz-border-radius: 5px 5px 5px 5px;
    background-color: #222222;
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 8px 5px;
    text-decoration: none;
}
input[type=text], input[type=number] {
    font-family: 'Allerta', arial, serif;
    font-size: 15px;
    margin: 0 5px;
    width: 3em;
}
input[type=submit] {
    border: 0 none;
    float: right;
    font-family: 'Allerta',arial,serif;
    font-size: 15px;
    margin: 0 5px;
    width: 150px;
}
input[type=submit], input[type=text], input[type=number], textarea, #email_link_block a {
	background: #fbfbfb;
	padding: 7px 6px 6px 7px;
	border: 1px solid #ccc !important;
	color: #000;
}

input[type=file] {
	display: none;
}

.custom-file-upload, .remove-attachment {
	display:inline-block;
	font-size: 13px;
	cursor: pointer;
	padding: 8px 16px;
	overflow: hidden;
}

.custom-file-upload {
	margin-top: 8px;
	font-family: 'Allerta',arial,serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 700px;
	background: #fbfbfb;
	border: 1px solid #ccc;
}

.remove-attachment {
	font-family: 'Allerta',arial,serif;
	color: #666;
	text-decoration: underline;
	display: none;
}

.show-remove-button {
	display: inline-block;
}

#footer_links {
	float: left;
}
#footer_links {
	margin: 0;
	padding: 0;
}
#footer_links li {
	display: inline-block;
    margin-right: 10px;
}
#footer #copyright {
}
#footer {
	font-size: 12px;
    text-align: right;
}
.render-notice {
	color: #000000;
    font-size: 9px;
    margin: 0;
    text-align: right;
}
h1, h1 a { font-family: 'Allerta Stencil',arial,serif;
font-size: 50px;
font-weight: normal;
margin: 0; margin: 0;
text-decoration: none;
color: #fff;}
.download.icon {
	color: #000;
	position: absolute;
	margin-left: 3px;
	margin-top: 12px;
	width: 13px;
	height: 4px;
	border-radius: 1px;
	border: solid 1px currentColor;
	border-top: none;
}
.download.icon:before {
	content: '';
	position: absolute;
	left: 6px;
	top: -9px;
	width: 1px;
	height: 10px;
	background-color: currentColor;
}
.download.icon:after {
	content: '';
	position: absolute;
	left: 4px;
	top: -4px;
	width: 4px;
	height: 4px;
	border-top: solid 1px currentColor;
	border-right: solid 1px currentColor;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}