body {
	background-color: #FAFAFA;
}

.topwell {
	padding: 20px;

	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 20%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(100%,#d1d1d1));
	background: -webkit-linear-gradient(top, #ffffff 20%,#d1d1d1 100%);
	background: -o-linear-gradient(top, #ffffff 20%,#d1d1d1 100%);
	background: -ms-linear-gradient(top, #ffffff 20%,#d1d1d1 100%);
	background: linear-gradient(to bottom, #ffffff 20%,#d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 );
}

.topwell h1:first-child {
	margin-top: 0px;
}

.breadcrumb .dropdown-menu {
	width: auto;
}

.breadcrumb .dropdown-menu li {
	overflow: hidden;
}

.breadcrumb .dropdown-menu li::before {
	content: none;
}

.breadcrumb a[data-toggle=dropdown] {
	padding: 0px 3px 0px 3px;
	cursor: pointer;
}



/* LFG */

.lfglisting td:first-child {
	border-left: 5px solid transparent;
}

.lfglisting.highlighted td:first-child {
	border-left: 5px solid #fdb825;
}

.lfglisting img {
	max-width: 125px;
	max-height: 125px;
	vertical-align: middle;
	display: block;
}

.lfglisting td {
	word-wrap: break-word;
	overflow: hidden;
	max-width: 400px;
}

.lfglisting .meta {
	width: 300px;
	overflow: hidden;
}

.lfgtable td.lfgrow {
	width: 150px;
}

.lfgtable .radiolabel {
	display: inline-block;
	padding-right: 15px;
}

.lfgtable .radiolabel input[type="radio"] {
	margin-right: 5px;
}

/* Campaign Search Page */

.campaignlisting tr:first-child td {
	border-top: none;
}

.campaignlisting .campaignthumb {
	width: 175px;
	float: left;
	position: relative;
}

.campaignlisting .campaignthumb img {
	max-width: 175px;
	max-height: 175px;
	margin-bottom: 20px;
}

.campaignlisting .campaigninfo {
	margin-left: 200px;
}

.campaignlisting .campaignplayer {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 5px;
}

.campaignlisting h3 {
	margin-top: 0px;
}

.campaignlisting .campaigninfo .badge {
	font-size: 0.9em;
	font-weight: bold;
	color: white;
	border-radius: 20px;
	z-index: 5;
	margin-left: 15px;
}

.campaignlisting .campaigninfo .gmbadge {
	background-color: #02baf2;
}

.campaignlisting .campaigninfo .creatorbadge {
	background-color: #6f2287;
}

#newboard {
	padding-top: 18px;
}

#newboard a.btn {
	width: 100%;
}

#newboard .btn-sm {
	color: #666;
}

#mytags {
	background-color: #ebeced;
	padding: 20px;
	margin-top: 40px;
}

#mytags h3 {
	margin-top: 0px;
}

#showingcampaigns .btn {
	font-size: 0.9em;
}


#campaignsearch {
	padding-bottom: 20px;
}

#campaignsearch input {
	width: calc(100% - 32px);
	position: relative;
	top: -2px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid #ddd;
	outline: none !important;
}

/* Campaign Details */

.campaign_details .masthead {
	position: relative;
	padding-bottom: 20px;
	min-height: 125px;
}

.campaign_details .masthead .campaignicon img {
	width:auto; 
	height:auto; 
	margin-left:auto; 
	margin-right:auto; 
	display:block;
	max-height:400px;
}

.campaign_details .masthead .iconcover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left 30%, left 90%, from(rgba(255,255,255,0.0)), to(rgba(255,255,255,1.0))); 
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 90%); 
	z-index: 100;
	pointer-events: none;
}

.campaign_details .masthead .campaignicon {
	/*-webkit-mask-image: -webkit-gradient(linear, left 30%, left 90%, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
	/*max-height: 400px;*/
	overflow: hidden;
	z-index: 99;
}

.campaign_details .dropbox.empty {
	min-height: 235px;
}

.campaign_details .campaignname {
	position: absolute;
	bottom: 0px;
	border-bottom: 2px solid black;
	padding-bottom: px;
	width: 100%;
	left: 0px;
	z-index: 101;
}

.campaign_details .campaignname h1 {
	font-size: 6.0em;
	color: black;
	margin: 0;
	padding: 0;
	margin-left: -3px;
	white-space: nowrap;
  	overflow: hidden;
}

.campaign_details .playerlisting .userlevel {
	border-bottom-color: white;
}

.campaign_details .playerlisting .well {
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 25px;
}

.campaign_details .playerlisting h2 {
	margin-top: 0;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.campaign_details .playerlisting a.userprofile {
	color: white !important;
}

.campaign_details .playerlisting .well.purple h2 {
	color: white;
}

.campaign_details .campaign_actions {
	padding-top: 20px;
}

.campaign_details .editable:hover .localtimeme {
	background-color: #FCFFC9;
	cursor: text;
}

.campaign_details .editable em {
	color: #777;
}

.campaign_details .editable input {
	position: relative;
	top: 3px;
}

.campaign_details .editable textarea {
	width: 95%;
	height: auto;
	min-height: 50px;
}

.campaign_details .editable .textinput {
	display: none;
	background-color: white;
}

.campaign_details .editable .textinput textarea {
	width: 100%;
	height: 100px;
}

.campaign_details .editable .markdown {
	min-height: 24px;
}

.campaign_details .editable .markdown:hover {
	background-color: #FCFFC9;
}


.campaign_details h1.editable input {
	width: calc(100% - 100px);
}

.campaign_details .chosen-container {
	position: relative;
	top: -8px;
}

.campaign_details .chosen-choices {
	border-color: #ddd;
	background-image: none;
}

.campaign_details .leavecampaign_player {
	color: #999;
	padding-top: 7px;
	display: inline-block;
}

.campaign_details .forum h3 {
	background-color: transparent;
}

#invitemodal .cancelinvite {
	font-size: 0.8em;
	margin-left: 15px;
}

.script .header {
	padding: 10px 0px 10px 0px;
}

.script .header input {
	width: 300px;
}

#errorlock .alert code .msg{
	word-break: break-all;
	word-wrap: break-word;
}

.listing_details img {
	max-width: 100%;
}

.campaign_details .playercontrol {
	display: none;
	position: absolute;
	top: 50px;
	width: 125px;
	background-color: white;
	border: 2px solid black;
	padding: 5px;
	height: auto;
	font-size: 0.85em;
	z-index: 6;
}

.campaign_details .pclisting {
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.campaign_details .pclisting:hover .playercontrol {
	display: block;
}

.campaign_details .pclisting .pcitem img {
	display: block;
	margin-bottom: 5px;
}

.campaign_details .pclisting .pcitem {
	width: 80px;
	height: 110px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.campaign_details .gmbadge {
	padding: 5px;
	background-color: #02baf2;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
	border-radius: 20px;
	z-index: 5;
}

/* CREATING A CAMPAIGN */

#campaign_name {
	width: 100%;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.templates .template {
	width: 200px;
	min-height: 220px;
	padding: 10px;
	margin: 5px;
	text-align: center;
	font-size: 1.2em;
	position: relative;
	float: left;
}

.templates .template img {
	box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	background-color: white;
	max-width: 100%;
}

.templates .template .chosenlabel {
	display: none;
	font-size: 75px;
	position: absolute;
	top: 15%;
	left: 60px;
	font-family: "Pictos";
	color: white;
}

.templates .choice .chosenlabel {
	display: block;
	color: #2f87d1;
}

.templates div.template:hover .chosenlabel {
	display: block;
	cursor: pointer;
}

.templates div.template img:hover {
	box-shadow: 0px 0px 5px #2f87d1;
	-webkit-box-shadow: 0px 0px 5px #2f87d1;
	-moz-box-shadow: 0px 0px 5px #2f87d1;
	cursor: pointer;
}

.templates div.choice {
	color: black;
}

.templates div.choice img {
	box-shadow: 0px 0px 5px #2f87d1;
	-webkit-box-shadow: 0px 0px 5px #2f87d1;
	-moz-box-shadow: 0px 0px 5px #2f87d1;
}

#filters {
	list-style: none;
	margin: 0;
	padding: 0;
}

#filters li {
	display: block;
	float: left;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#filters li:hover, #filters li.active {
	background-color: #2f87d1;
	cursor: pointer;
	color: white;
}

#filters li a {
	text-decoration: none;
	color: inherit;
}

#newcampaign ul.options {
	padding: 0;
	margin: 0;
}

#newcampaign ul.options li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sheet-previews img {
	max-width: 100%;
}

/* Forums */

.postlisting {
	border-bottom: 1px solid #999;
	margin-bottom: 8px;
	margin-left: 10px;
	padding: 0px 0px 8px 0px;
}

.postlisting .avatar {
	float: left;
	margin-right: 15px;
}

.postlisting .avatar img {
	width: 45px;
	height: 45px;
}

.postlisting .title {
	font-size: 1.2em;
	padding-bottom: 0px;
}

.postlisting .meta {
	font-size: 0.9em;
	color: #777;
}

.postlisting .infoboxes {
	float: right;
	font-size: 1.3em;
}

.postlisting ul {
	margin: 0;
	padding: 0;
}

.postlisting ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

/* Account Page */

.invitation label,
.invitation input,
.privateprofile label,
.privateprofile input {
	display: block;
}

.invitation label {
	line-height: 24px;
	padding-top: 5px;
}

.invitation input[type=checkbox] {
	display: inline;
}

.privateprofile input {
	width: 50%;
	margin-bottom: 5px;
}

.privateprofile label {
	margin-top: 15px;
	margin-bottom: 0px;
}

.privateprofile .pictos {
	display: inline-block;
}

.privateprofile .uploadslot {
	margin-bottom: 10px;
}

/* General/Misc */

.chosen-choices img, .chosen-drop img {
	max-width: 30px;
	max-height: 30px;
}

.campaigntags {
	display: inline-block;
}

.campaigntags .textboxlist {
	max-width: 350px;
	margin-bottom: 25px;
}

.campaigntags .textboxlist.noedit {
	margin-bottom: 5px;
}

.campaigntags .tagslabel {
	float: left;
	margin-right: 5px;
	font-size: 0.9em;
	position: relative;
	top: 3px;
}

.campaigntags .textboxlist-bits {
	min-height: 25px;
}

.campaigntags .add {
	margin-left: 10px;
	font-size: 0.9em;
}

.well {
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.well.purple {
	background-color: #6f2287;
	color: white;
}

.well.gray {
	background-color: #ebeced;
	color: black;
}

.circleavatar {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-color: white;
	overflow: hidden;
	position: relative;
}

.circleavatar img {
	max-width: 100%;
	max-height: 100%;
}

.chosen-choices {
	line-height: 1.5em !important;
	font-size: 16px !important;
}

.inline-labels label {
	margin-right: 10px;
}

.label-warning {
	color: #444;
}

.clear {
	clear: both;
}

.btn-info, a.btn-info {
	color: black;
}

.container {
	background-color: white;
}

.btn {
	text-transform: none;
}
.btn-group-dropdown .btn-purple.dropdown-toggle {
	border-left: 1px solid #A275A9;
}

.btn-group-dropdown .calltoaction.dropdown-toggle {
	border-left: 1px solid white;
}

.btn-group-dropdown.open .calltoaction.dropdown-toggle {
	border-left: 1px solid white;
	background: #ed008c !important;
	border-color: #ed008c !important;
	border-left: 1px solid white !important;
}

.dropbox{border:4px dashed #D1D1D1;text-align:center;position:relative}

.dropbox.filled{border: 0px;}

.dropbox .inner{color:#999}

div.dropbox.filled:hover{border: 0px;}

div.dropbox.filled:hover .inner{display:block}

.dropbox .manual{position:absolute;left:-9999px}

.dropbox .remove{display:none;position:absolute;top:0;right:0;background-color:white;padding:3px}

div.dropbox:hover .remove{display:block}

.dropbox h4 small{text-align:center}

.avatar .inner{padding-top:20px}

.avatar.filled .inner{padding-top:0}

.dropbox{min-height:175px}

.dropbox small{display:block}

.uploadslot{min-height:100px}

.privateprofile small{display:block;font-size:.9em;color:#777;line-height:1.4em}
.privateprofile h2 small{font-size:.6em;display:inline}

.publicprofile h1{margin-bottom:10px;font-size:5.0em;line-height:1.5em}
.publicprofile .badges{margin-bottom:30px}
.publicprofile .badges span{font-size:1.2em}
.publicprofile .editable.input:hover{background-color:#FCFFC9;cursor:text}
.publicprofile .editable .markdown:hover{background-color:#FCFFC9;cursor:text}
.publicprofile .editable em{color:#777}
.publicprofile h1 input{font-size:.80em;width:auto;height:auto}
.publicprofile .editable .textinput{display:none}
.publicprofile .editable .textinput textarea{width:100%;height:100px}
.publicprofile .editable small{font-size:.85em;color:#777}
.publicprofile .achievements img{display:inline-block;width:64px;height:64px;margin-right:5px;cursor:help}

.publicprofile .row {
	border-top: 1px solid black;
	padding: 20px 0px 20px 0px;
}

.publicprofile li a:hover {
	background: inherit;
	color: #ec008c;
}

.publicprofile img.profilepic {
	max-width: 100%;
}

/*#resultdude{margin:0 0 0 330px;text-align:center}*/
#pricingtable .resultdude th {
	padding:0px;
	margin-bottom:0px;
}

#pricingtable .resultdude img {
	max-width:225px;
}

#pricingtable thead .supporttypes th:nth-child(1) {
	background-color:white !important;
}

#pricingtable thead .supporttypes th {
	background-color:#ec008c !important;
	color: white;
	padding: 10px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
	line-height: inherit;
	font-size: 1.2em;
	text-transform: uppercase;
}

#pricingtable {
	margin-bottom: 40px;
	font-size: 1.2em;
	font-weight: normal;
}

#pricingtable thead th,
#pricingtable td {
	text-align:center;
	width:25%;

}

#pricingtable tr:nth-child(odd) th,
#pricingtable tr:nth-child(odd) td {
	background-color: transparent;
}

#pricingtable tr:nth-child(even) th,
#pricingtable tr:nth-child(even) td {
	background-color: #DCDDDF;
}
#pricingtable th,
#pricingtable td {
	border-top: 20px solid white;
	border-bottom: 20px solid white;
	border-left: 3px solid white;
	border-right: 3px solid white;
}

#pricingtable tbody th {
	text-align:right;
	vertical-align: top;
	padding: 10px 15px 10px 0px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

#pricingtable a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

#pricingtable .chooselevel th,
#pricingtable .chooselevel td {
	background-color: #ec008c !important;
	color: white;
}

#pricingtable .chooselevel label {
	color: white;
	line-height: 1;
}

#pricingtable tbody .chooselevel td small {
	color: white;
}

#pricingtable .chooselevel input {
	height: 20px;
	width: 20px;
}

#pricingtable tbody td {
	font-size: 1.05em;
	padding: 10px 0px 10px 0px;
}

#pricingtable tbody th small {
	display:block;
	font-size:0.8em;
	color:#777;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

#pricingtable tbody td small {
	display:block;
	font-size:0.65em;
	color:#777;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-top: 3px;
}

#pricingtable .plus {
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.0em;
}


#pricingtable tbody td.andmore .plus {
	height: 15px;
	margin: 0;
}

payment,.payment{position:relative;display:block;padding:15px 20px;max-width:300px;margin-left:auto;margin-right:auto;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-ms-sizing:border-box}payment input{height:auto}payment label,.payment label{display:block;padding:5px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}payment input,.payment input{padding:5px 5px;box-sizing:border-box;-moz-box-sizing:border-box;-ms-sizing:border-box}payment .number input,.payment .number input{padding:7px 40px 7px 7px;width:100%}payment .expiry input,payment .cvc input{width:45px}payment .expiry em{display:none}payment .cvc,.payment .cvc{float:right;text-align:right}payment .expiry,.payment .expiry{float:left}payment .message,.payment .message{display:none}payment,.payment{position:relative;display:block;border-radius:5px;padding:15px 20px;max-width:300px;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-ms-sizing:border-box;font-size:12px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-family:'Helvetica Neue',Helvetica,Arial Geneva,sans-serif;background:#FFF;background-image:-o-linear-gradient(#FFF,#F9FAFA);background-image:-ms-linear-gradient(#FFF,#F9FAFA);background-image:-moz-linear-gradient(#FFF,#F9FAFA);background-image:-webkit-linear-gradient(#FEFEFE,#F9FAFA);background-image:linear-gradient(#FFF,#F9FAFA);-moz-box-shadow:0 0 2px rgba(80,84,92,0.3),0 1px 1px rgba(80,84,92,0.5);-webkit-box-shadow:0 0 2px rgba(80,84,92,0.3),0 1px 1px rgba(80,84,92,0.5);-ms-box-shadow:0 0 2px rgba(80,84,92,0.3),0 1px 1px rgba(80,84,92,0.5);box-shadow:0 0 2px rgba(80,84,92,0.3),0 1px 1px rgba(80,84,92,0.5)}payment ::-webkit-input-placeholder,.payment ::-webkit-input-placeholder{text-transform:uppercase}payment label,.payment label{display:block;color:#999;font-size:13px;padding:5px 0;text-transform:uppercase;text-shadow:0 1px 0 #FFF;-webkit-user-select:none;-moz-user-select:none;user-select:none}payment input,.payment input{font-size:13px;padding:5px 5px;border:1px solid #BBB;border-top-color:#999;box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);border-radius:3px;-webkit-transition:-webkit-box-shadow .1s ease-in-out;-moz-transition:-moz-box-shadow .1s ease-in-out;transition:-moz-box-shadow .1s ease-in-out;box-sizing:border-box;-moz-box-sizing:border-box;-ms-sizing:border-box;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-family:'Helvetica Neue',Helvetica,Arial Geneva,sans-serif;font-size:14px}payment input:focus,.payment input:focus{border:1px solid #5695DB;outline:none;-webkit-box-shadow:inset 0 1px 2px #DDD,0px 0 5px #5695DB;-moz-box-shadow:0 0 5px #5695db;box-shadow:inset 0 1px 2px #DDD,0px 0 5px #5695DB}payment .invalid input,.payment .invalid input{outline:none;border-color:rgba(255,0,0,0.5);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.20),0 1px 5px 0 rgba(255,0,0,0.4);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.20),0 1px 5px 0 rgba(255,0,0,0.4);-ms-box-shadow:inset 0 1px 2px rgba(0,0,0,0.20),0 1px 5px 0 rgba(255,0,0,0.4);box-shadow:inset 0 1px 2px rgba(0,0,0,0.20),0 1px 5px 0 rgba(255,0,0,0.4)}payment input:disabled,.payment input:disabled{opacity:.5}payment .number,.payment .number{margin-bottom:8px}payment .number input,.payment .number input{padding:7px 40px 7px 7px;background:#FFF url(/images/generic.png?1347648744) 98.5% 20% no-repeat;width:100%}payment .number input.visa,.payment .number input.visa{background-image:url(/images/visa.png?1347648744)}payment .number input.mastercard,.payment .number input.mastercard{background-image:url(/images/mastercard.png?1347648744)}payment .number input.discover,.payment .number input.discover{background-image:url(/images/discover.png?1347648744)}payment .number input.amex,.payment .number input.amex{background-image:url(/images/amex.png?1347648744)}payment .expiry input,payment .cvc input{width:45px}payment .expiry em{font-size:10px;font-style:normal;display:none}payment .cvc,.payment .cvc{float:right;text-align:right}payment .expiry,.payment .expiry{float:left}payment.pending,.payment.pending,payment.success,.payment.success{background:#FFF url(/images/spinner.gif?1347648744) center center no-repeat;min-height:130px}
.fineprint{font-size:.90em;color:#777;text-align:center;padding-top:30px;width:550px;margin-left:auto;margin-right:auto}

.featuresandperks .col-md-12 {
	padding-bottom: 14px;
}

.featuresandperks .col-md-4 {
	margin-left:-40px; 
	width: calc(33.33333333% + 50px);
}


.featuresandperks img {
	width: calc(100% - 30px);
}

.featuresandperks .col-md-12:nth-child(even) {
	background-color: #DCDDDF;
}

.featuresandperks a,
.featuresandperks h4 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.featuresandperks h4 {
	font-family: "Oswald", "Helvetica", sans-serif;
	margin-bottom: 20px;
}

.jumbointro img.supportergraphic {
	position: absolute;
	right: 7px;
	top: -25px;
	z-index: 0;
	height: calc(100% + 50px);
}

.infobox {
	position: absolute;
	bottom: 0px;
	right: 80px;
	background: black;
	padding: 2px 2px 2px 5px;
	width: 275px;
}

.infobox p a,
.infobox p {
	color: white;
	margin: 0px;
	padding: 0px;
	font-size: .9;
}

.infobox .subtext {
	font-size: .8em;
	width: 100%;
}

.rel p {
	position: relative;
}

.forum a {
	color: #08c;
}

.forum a.lightly {
	display: block !important;
}

.forum .pull-right input {
	width: 210px;
}

.forum .pictos.stickyicon {
	float: left;
	margin-right: 10px;
	color: #ec008c;
}

.forum .infoboxes {
	float: right;
}

.forum h3 {
	background-color: #DCDDDF;
	padding: 5px 10px 5px 10px;
}

.browselisting .description,
.forum .description {
	font-size: .6em;
	font-weight: normal;
	color: #666;
	display: block;
	padding-top: 5px;
}

.forum .devposttag {
	color: #ec008c;
}

.forum .votingbutton.removevote {
	color: #ec008c;
}

.posts .meta {
	font-size: .8em;
	color: #777;
}

.forum #newtopic {
	display: none;
}

.forum #newtopic input[type=text] {
	width: 100%;
}

.forum #newtopic label {
	font-weight:bold
}

.forum #newtopic .redactor_content.redactor_editor,
#pmmodal .redactor_content.redactor_editor {
	max-height: 400px;
}

.forum .categorychooser,
.forum .titleeditor{display:none}

.forum .editable:hover{background-color:#FCFFC9;cursor:pointer;text-decoration:none}
.forum .titleeditor input{font-size:1.6em;width:600px}
.forum.singlepost .categoryname{font-size:1.2em;font-weight:normal;line-height:auto;color:#777;font-style:italic}

.posts .meta div.timestamp,
.posts .meta div.edited {
	float:right;
	color:#888}

.posts .meta .timecontainer {
	float:right;
}

.posts .meta div.edited{font-size:.85em}

.post {
	position: relative;
}

.posttitle {
	margin-top: 15px;
}

.redactor_editor blockquote {
	font-size: 1.0em;
}

.posts .meta .name {
	font-size:1.8em;
	font-weight:bold;
	vertical-align: top;
}

.posts .meta .controls {
	font-size: 15px;
}

.posts .meta .controls a {
	padding-right: 10px;
}

.posts .meta .name .badge{width:auto;display:inline-block;margin-left:5px;position:relative;top:-2px}
.postlisting .meta strong.devposttag{color:#ee2b7b}

.posts .meta {
	margin-left: 100px;
}

.posts .avatar {
	position: absolute;
	top: 0px;
	left: 0px;
}

.posts .devpost .circleavatar {
	border: 5px solid #ee2b7b;
}

.posts .modpost .circleavatar {
	border: 5px solid #3a87ad;
}

.avatar .inner img {
	max-width: 100%;
	max-height: 100%;
}

.posts .postcontent, .posts .post .redactor_box {
	margin-left: 100px !important;
	border-bottom: 1px solid #777;
	padding-bottom: 20px;
	margin-bottom: 20px !important;
	padding-left: 0px;
}

.badge.label.label-admin {
	background-color:#ee2b7b;
}

.badge.label.label-mod {
	background-color:#3a87ad;
}

.badge.label.label-mentor {
	background-color:#468847;
}

.badge.label.label-supporter {
	background-color:#7EAC7E;
}

.badge.label.label-translator {
	background-color:#e76b61;
}

.badge.label.label-sheetmaster {
	background-color:#5b8edb;
}

.campaigns .table thead tr th {
	border-bottom: 2px solid #777;
	font-size: 1.2em;
}

.campaigns .meta {
	border-bottom: 1px solid #777;
	border-top: none;
	padding-left: 0px;
}

a.btn.btn-primary {
	color: white;
}
