body {
	margin:0;
	color: #666666;
	font-family: "Courier New", monospace;
	font-size: 14px;
}

input {
	padding-left: 3px;
	padding-right: 3px;
}

textarea {
	padding-left: 3px;
	padding-right: 3px;
}

table, tr, td{
	border:none;
}

.pen-title {
	padding: 50px 0;
	text-align: center;
	letter-spacing: 2px;
}

.pen-title h1 {
	margin: 0 0 20px;
	font-size: 48px;
	font-weight: 300;
}

.pen-title span {
	font-size: 12px;
}

.pen-title span .fa {
	color: #4CAF50;
}

.pen-title span a {
	color: #4CAF50;
	font-weight: 600;
	text-decoration: none;
}
.style_a {
	background:#fff;
}
.style_b {
	background:#222;
	display:none;
}
.style_b input {
	background: #222;
	color: #fff;
}
.style_b textarea {
	background: #222;
	color: #fff;
}


.form-module {
	position: relative;
	background: #ffffff;
	max-width: 320px;
	width: 100%;
	border-top: 5px solid #4CAF50;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}

.form-module .toggle {
	cursor: pointer;
	position: absolute;
	top: -0;
	right: -0;
	background: #4CAF50;
	width: 30px;
	height: 30px;
	margin: -5px 0 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}

.form-module .toggle .tooltip {
	position: absolute;
	top: 5px;
	right: -65px;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	width: auto;
	padding: 5px;
	font-size: 10px;
	line-height: 1;
}

.form-module .toggle .tooltip:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -5px;
	display: block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid rgba(0, 0, 0, 0.6);
}

.form-module .form {
	display: none;
	padding: 40px;
}

.form-module .form:nth-child(2) {
	display: block;
}

.form-module h2 {
	margin: 0 0 20px;
	color: #4CAF50;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.form-module input {
	outline: none;
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 10px 15px;
	box-sizing: border-box;
}

.form-module input:focus {
	border: 1px solid #4CAF50;
	color: #333333;
}

.form-module button {
	cursor: pointer;
	background: #4CAF50;
	width: 100%;
	border: 0;
	padding: 10px 15px;
	color: #ffffff;
}

.form-module .cta {
	background: #f2f2f2;
	width: 100%;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #666666;
	font-size: 11px;
}

.form-module .cta a {
	color: #333333;
	text-decoration: none;
}

/* CHAT */

#chat_room {
	font-family: "Courier New", monospace;
	font-size:12px;
	background:#fff;
}

#chat_room td, #chat_room th {
	padding: 8px;
}

#chat_room tr:nth-child(even){
	background-color: #f2f2f2;
}

#chat_room th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	color: white;
}

.user {
	width:420px;
}

.user td, .user th {
	padding-right: 16px !important;
}

.result {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

/* General */

.strong {
	font-weight: bold;
}

.wide {
	width:100%;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.userlist {
	padding-right: 10px;
}

.userimg {
	width: 48px; 
	max-height: 96px;
	border-bottom: 4px solid;
}

.button { 
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.center {
	text-align: center;
}

.imglink {
	max-width:80%;
	max-height:200px;
	vertical-align:
	text-top;
}

.soundcloud {
	width:70%;
	max-width:480px;
	height:116px;
	background:url(../img/soundcloud2.gif) no-repeat center center;
	background-color:#F5F5F5;
}

.youtube {
	background-size: contain; 
	background-color:#000; 
	max-width:100%
}

.videoembed {
	width:50%;
	max-width:480px;
	max-height:360px;
}

.audioembed {
	width:70%;
}

.emoji {
	font-size:22px;
	cursor:pointer;
}

.emo {
	font-size: 24px;
}

.chatitem {
	padding-bottom:1em;
}

.servermessage { 
	font-weight: bold;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
}

.logclear {
	padding-left: 1.5em;
	padding:right: 1.5em;
	font-weight: bold;
	animation: wobbler ease-in-out 0.3s;
	animation-iteration-count: 10;
}