body {
	background-color: #ccc;
	padding: 30px;
	height: 100%;
}

h1 {
	font-weight: normal;
}

img.pmbot {
	height: 36px;
	width: 36px;
	display: inline-block;
	margin-right: 5px;
}

a.login {
	border-radius: 4px;
	font-weight: bold;
	padding: .7rem 1.5rem;
	font-size: 1rem;
	background-color: #4267b2;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	color: #fff;
}

a.login:hover {
	background-color: #365899;
}

div.welcome {
	padding: 10px 20px;
	padding-top: 0;
	width:100%;
}

div.post-wrapper {
	margin: 10px;
	box-shadow: 0 9px 20px -5px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	background-color: #fafafa;
	padding: 5px;
}


form {
	padding: 20px;
	text-align: center;
}

form > div {
	margin-top: 5px;
}

label {
	font-size: 13px;
	display: block;
	padding: 3px;
	color: #999;
	text-align: left;
 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

label.checkbox {
	cursor: pointer;
}

label.checkbox:hover {
	color: #333;
}

label img {
	float: left;
	height: 12px;
	vertical-align: middle;
	margin: 3px 5px 0 0;
}

textarea, input.reply_comment, input.keywords {
	margin: 0;
	padding: 6px 8px;
	line-height: 1.4;
	font-size: 13px;
	border: 1px solid #ddd;
	outline: none;
 	-webkit-appearance: none;
 	display: block;
 	width: 100%;
 	background-color: #fff;
 	resize: none;
	border-radius: 2px;
}

textarea:hover, input.reply_comment:hover, input.keywords:hover,
textarea:focus, input.reply_comment:focus, input.keywords:focus {
	border: 1px solid #bbb;
	background-color: #ffffee;
}

textarea:focus, input.reply_comment:focus, input.keywords:focus {
	border: 1px solid #aaa;
	background-color: #ffffdd;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input.keywords {
}

textarea {
	height: 300px;
}

button[type='submit'] {
	background-color: #3b5998;
	color: #fff;
	border-radius: 2px;
	z-index: 2;
	border: 0;
	font-size: 14px;
	padding: 10px 20px;
	cursor: pointer;
	margin-top: 10px;
}

button[type='submit']:hover {
	background-color: #0084ff;
}

a.logout {
	color: #333;
	text-decoration: underline;
}