/* Front-end */
.twocents_loading {
    opacity: 0.3;
    filter: alpha(opacity=30); /* IE < 9 */
}
.twocents_comments {
	font: 400 1em/1.6em "Raleway", sans-serif;
	margin: 2em 0;
}
.twocents_attribution {
    background: #1d255f none repeat scroll 0 0;
    color: #fff;
    margin: -0.5em -0.5em 0.5em !important;
    padding: 0.25em 1em;
}
.twocents_comments p {
	margin: 0;
}
.twocents_message {
	padding: .5em;
	margin: 0;
	font-size: 1.1em;
}
.twocents_comment {
	overflow: auto;
	background: #eee;
	padding: 0.5em;
	margin: 0 0 1em 0;
}
.twocents_hidden {
    opacity: 0.5;
    /*background: #fbb;*/
}
.twocents_comment_head {
	background: #1d255f;
	color: #fff;
	margin: -.5em -.5em .5em -.5em !important;
	padding: .25em 1em;
}
.twocents_message bold, .twocents_message strong, .twocents_message b, .twocents_editor bold, .twocents_editor strong, .twocents_editor b {
	font-family: "Raleway";
	font-style: normal;
	font-weight: bold;
}
.twocents_message i, .twocents_message em, .twocents_editor i, .twocents_editor em {
	font-family: "Raleway";
	font-style: italic;
	font-weight: normal;
}
.twocents_realblog_comments > h2 {
	font-size: 1.5em;
	margin: 3em 0 1em 0;
	border-top: 1px dotted #999;
}
.twocents_realblog_comments > h2:before {
	content: "\f0e6";
	padding: 0 .5em 0 0;
	font: 0.987em FontAwesome;
}
button.twocents_write_button {
	display: inline-block;
	padding: 0.25em 0.5em;
	background: #1d255f;
	font: 400 1em/1.6em "Raleway", sans-serif;
	color: #fff;
	cursor: pointer;
}
button.twocents_write_button:before {
	content: "\f040";
	padding: 0 .5em 0 0;
	font: 0.987em FontAwesome;
}
.twocents_admin_tools {
    float: right;
}
.twocents_admin_tools form {
    display: inline-block;
}
.twocents_admin_tools button {
    margin-left: 0.5em;
}
.twocents_form {
	width: 100%;
	max-width: 100%;
	margin: 2em 0;
}
.twocents_form > div {
    margin: 0 0 1em 0;
}
.twocents_form label span {
	display: inline-block;
}
.twocents_form label input, .twocents_form textarea {
    width: 100%;
}
.twocents_form textarea {
    height: auto;
}
.twocents_editor_toolbar {
	text-align: center;
	background: #333;
}
.twocents_editor_toolbar button {
	cursor: pointer;
	background: rgba(255,255,255,.5);
	/* [disabled]font-size: 1.01em; */
	border: 1px solid rgba(255,255,255,1);
	border-style: outset;
	width: 2.5em;
	padding: .25em .5em;
	margin: .25em .5em;
	color: #fff;
}
.twocents_editor {
	height: 12em;
	border: 1px solid #999;
	overflow-y: scroll;
	padding: .5em;
	background: #fff;
	font: 400 1em/1.6em "Raleway", sans-serif;
}
.twocents_editor a, .twocents_message a {
	border-bottom: 1px dotted #1d255f;
}
.twocents_form_buttons {
    width: 99%;
    text-align: center;
}
.twocents_form_buttons button {
	font: 400 1em/1.6em "Raleway", sans-serif;
    margin: 0 0.5em;
	padding: .25em .5em;
	color: #fff;
	background: #1d255f;
}
.twocents_form_buttons button:before {
	content: "\f0e5";
	padding: 0 .5em 0 0;
	font: 0.987em FontAwesome;
}
.twocents_scroll_marker {
    height: 1em;
}
.twocents_pagination {
	font: 400 1em/1.6em "Raleway", sans-serif;
    margin: 1em 0;
    text-align: right;
}
.twocents_button {
    border: 1px solid #999;
    cursor: pointer;
    display: inline-block;
    padding: 0.1em 0.5em;
    text-decoration: none;
}
span.twocents_pag_current {
    border: 1px solid #ccc;
	color: #ccc;
    cursor: pointer;
    display: inline-block;
    padding: 0.1em 0.5em;
    text-decoration: none;
}
.twocents_realblog_comments .twocents_pagination:first-child {
	display: none;
}
/* Back-end */

.twocents_icon {
    float: left;
    margin: 0 16px 0 0;
}
.twocents_license {
    text-align: justify;
}
