body
{
	background: #ffffff;
	margin:0px;
	padding: 0px;
	font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	overscroll-behavior-y: none;
	overscroll-y:none;
}
.wysiwyg
{
	background: #ffffff;
	color: #000000;
	line-height: 1.3em;
	font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1em;
	
}
textarea, .bginput
{
	line-height: 1.3em;
	font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1em;
	
}
.bginput option, .bginput optgroup
{
}
.button
{
	line-height: 1.3em;
	font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1em;
	
}
select
{
	line-height: 1.3em;
	font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1em;
	
}
option, optgroup
{
}
.smallfont
{
	line-height: 1.3em;
	font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1em;
	
}
.highlight
{
	color: #FF3300;
	font-weight: bold;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */

.bigusername {
    font-weight: bold;
    font-size: 1.1em;
}

/* ***** small padding on 'thead' elements ***** */

td.thead, th.thead, div.thead {
    padding: 4px;
}

/* ***** basic styles for multi-page nav elements */

.pagenav {
    margin-bottom: 0px;
    font-size: 1.5em;
    text-align: right;
    padding: 0.25em 0 0.25em 0;
    float: right;
}

.pagenav a {
    text-decoration: none;
    border: solid 1px #dddddd;
    margin-right: 2px;
    padding: 4px;
}

.pagenav a:link, .pagenav a:visited {
    color: #2a5db0;
    padding: 0px 5px 0px 5px;
    text-decoration: none;
}

.pagenav a:hover {
    border: solid 1px #666666;
}

.pagenav .active {
    color: #000;
    font-weight: bold;
    padding: 2px 3px;
    margin: 3px 2px 0px 0px;
    font-size: 1em;
}

.pagenav ul {
    float: right;
    border: 0;
    margin: 0;
    padding: 0;
    display: inline;
}

.pagenav li {
    border: 0;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline;
}

.pagenav div {
    margin-top: 5px;
    float: right;
    clear: both;
}

/* ***** de-emphasized text */

.shade, a.shade:link, a.shade:visited {
    color: #777777;
    text-decoration: none;
}

a.shade:active, a.shade:hover {
    color: #ff4400;
    text-decoration: underline;
}

.tcat .shade, .thead .shade, .tfoot .shade {
    color: #dddddd;
}

/* ***** define margin and font-size for elements inside panels ***** */

.fieldset {
    margin: 1em 0 1em 0;
    border: 1px solid #efefef;
}

.fieldset, .fieldset td, .fieldset p, .fieldset li {
    font-size: 1em;
}

/* ********************* all.css  begin ***************************** */

/* OTHER */

.maintable {
    margin: 0px auto;
    /* width: 100%; */
}

.headrtable {
    margin: 0px auto;
    width: 100%;
}

.navtable {
    margin: 0px auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 1em;
}

.adtable {
    margin: 0px auto;
    width: 100%;
    padding: 10px;
    background-color: #f9f9f9;
    text-align: center;
    z-index: 0;
}

.maintable2 {
    position: relative;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0px;
    border-collapse: collapse;
    background: #ffffff;
    z-index: 100;
}

.headrtable2 {
    position: relative;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0px;
    border-collapse: collapse;
    background: #eeeeee;
    z-index: 100;
}

.navtable2 {
    width: 100%;
    position: relative;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background: #ffffff;
    z-index: 100;
}

.adtable2 {
    position: relative;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background: #ffffff;
    text-align: left;
    z-index: 100;
}

.jointable {
    position: relative;
    width: 100%;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    background: #ffffe6;
    font-size: 1em;
}

.jointable a:link, .jointable a:hover, .jointable a:visited {
    color: #2a5db0;
}

.welcomebox {
    margin: 0px auto;
    margin: 0px auto;
    margin-top: 10px;
    background-color: #e5ecf3;
    padding: 15px;
    border-bottom: 2px solid #ccc;
}

.welcomebox p {
    padding: 3px;
    margin: 0px;
}

.searchbox {
    width: 75%;
    float: left;
    padding: 0px;
    margin: 10px 0px 0px 10px;
}

.logo_leader {
    height: 30px;
    margin-bottom: 10px;
}

.top_header {
    padding: 5px;
    margin: 0px;
    font-weight: bold;
    font-size: 1em;
}

.top_header_login {
    font-size: 1em;
    font-weight: bold;
}

.top_header_topmenu .newquestion {
    float: right;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
}

a:link {
    color: #1753ac;
    text-decoration: none;
}

a:visited {
    color: #1753ac;
    text-decoration: none;
}

a:hover {
    color: #cc0000;
    text-decoration: underline;
}

.footer {
    margin: auto;
    margin-bottom: 10em;
    margin-top: 1em;
    padding: 2em 0em 3em 0em;
    border-top: 1px solid #eeeeee;
    font-size: 1em;
    font-weight: bold;
}

#top_members {
    margin: 0px;
    padding: 0px;
    float: left;
}

#top_members li {
    padding: 0px 14px 3px 15px;
    list-style: none;
    margin: 0px;
}

.avtr {
    padding: 2px;
    border: 1px solid #666;
}

.signupmsg {
    width: 125px;
    background: #ffd100;
    padding: 5px;
    font-weight: bold;
    margin-top: 5px;
}

.small {
    font-size: 1em;
    line-height: 200%;
}

#dz_list {
    width: 130px;
    padding: 0px;
    margin-left: 4px;
}

#dz_list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#dz_list ul li {
    padding-bottom: 3px;
    font-size: 1em;
}

#dz_list ul a {
    font-weight: bold;
}

.dz_text {
    font-size: 1em;
    font-weight: bold;
}

.wysiwyg {}

.forum_title {
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    font-size: 1em;
}

.forum_title h1 {
    font-weight: bold;
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
}

/* SIGNUP FORM - begin */

#postit2 {
    position: absolute;
    margin: 0px;
    width: 100%;
    padding: 20px;
    background-color: #cccccc;
    visibility: hidden;
    z-index: 1;
    cursor: pointer;
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}

#postit1 {
    position: absolute;
    margin: 0px;
    width: 450px;
    padding: 20px;
    border: 1px solid black;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 1;
    cursor: pointer;
}

.popup_heading {
    color: #cc3300;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.popup_fieldset {
    border: 1px solid #fece9e;
    padding: 10px;
}

.popup_fieldset legend {
    background-color: #fee3ad;
    color: #cc3300;
    border: 1px solid #fece9e;
    padding: 2px 6px;
    font-weight: bold;
    font-size: 1.1em;
}

.popup_button {
    color: #ffffff;
    background: #cc3300;
    border: 2px #421100;
    font-weight: bold;
    font-size: 1.1em;
}

.close_pop {
    font-size: 1em;
    color: #666666;
}

/* SIGNUP FORM - end */

/* login */

.loginparent {
    padding: 2em;
}

/* about pages */

.about_page {
    margin-top: 30px;
}

.about_content {
    padding-left: 20px;
    font-size: 1em;
}

.about_content p {
    font-size: 1em;
}

.about_content ul li {
    font-size: 1em;
}

.about_content h1 {
    color: #999999;
}

.about_menu {
    padding-left: 0px;
    margin-left: 0px;
    border-bottom: 1px solid gray;
    width: 180px;
}

.about_menu ul {
    padding: 0px;
    margin: 0px;
}

.about_menu li {
    list-style: none;
    margin: 0px;
    padding: 0.25em;
    border-top: 1px solid gray;
}

.about_menu li a {
    text-decoration: none;
    font-weight: bold;
}

/* toolbox menu */

.rctoolbox, rctoolbox ul {
    padding: 0px;
    margin: 0px;
    width: 200px;
}

.rctoolbox li {
    margin: 10px;
    width: 200px;
    border: 1px solid #ccc;
    list-style: none;
    text-align: center;
    padding: 10px;
}

.rctoolbox li a, .rctoolbox li a:hover, .rctoolbox li a:visited {
    font-weight: bold;
    color: red;
}

/* ********************* all.css  end ******************************* */

/* ********************** nav menu begin **************************** */

body {
    background-color: #ffffff;
    padding: 0;
}

.clearit {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

/* These styles create the dropdown menus. */

#navbarwrap {
    position: relative;
    margin: 0px;
    padding: 0px;
}

#navbar {
    padding: 0px;
    margin: 0px;
    list-style: none;
    color: #fff;
}

#channeltitle:link {
    color: #ccc;
    text-decoration: none;
}

#channeltitle:visited {
    color: #ccc;
    text-decoration: none;
}

#channeltitle:hover {
    color: #ffffff;
    text-decoration: underline;
}

#navbar li {
    padding: 3px 10px 3px 3px;
    display: inline;
    margin-right: 10px;
    list-style: none;
    float: left;
    border-right: 1px solid #f4f4f4;
}

#navbar li a {
    display: block;
    /*border-right: 0px solid #fff;*/
    font-weight: bold;
    font-size: 1em;
}

#navbar #navbartitle {
    padding: 0px 15px 0px 0px;
    margin: 0px;
    list-style: none;
    float: left;
    border: 0px;
    font-weight: bold;
    color: #ffffff;
}

#navbar #channel {
    padding: 0px 12px 0px 5px;
    background-image: url("../../../../images/downarrow.gif");
    background-repeat: no-repeat;
    background-position: right;
    border-right: 1px solid #2d2d2d;
}

#navbar li a:hover {
    /*	background-color: #efefef;*/
}

#navbar li ul {
    display: none;
    width: 40em;
    /*Width to help Opera out*/
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-left: 0px;
    z-index: 1;
}

#navbar li:hover ul, #navbar li.hover ul {
    display: block;
    position: absolute;
    border-right: 10px solid #efefef;
    border-bottom: 4px solid #ccc;
    list-style: none;
    margin: 0px;
    z-index: 1;
}

#navbar li:hover li, #navbar li.hover li {
    float: left;
    width: 11em;
    border-left: 3px solid #efefef;
    margin-bottom: 8px;
    margin-right: 3px;
    padding: 0px 0px 0px 10px;
    border-right: 1px solid #fff;
    margin-left: 0px;
}

#navbar li:hover li a, #navbar li.hover li a {
    background-color: #fff;
    display: block;
    padding: 3px;
}

#navbar li li a:hover {
    background-color: #eee;
}

/* ********************** nav menu end ****************************** */

/* single thumbnail */

.post_image {
    max-width: 85%;
}

/* // mouse over */

/* single thumbnail  over*/

/* code tags start */

.codeHolder {
    z-index: 1001;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    max-width: 100%;
}

.codeContent {
    /* width: 99%; */
    border-top: 1px solid #e7e5dc;
    border-left: 1px solid #e7e5dc;
    border-bottom: 1px solid #e7e5dc;
    background-color: #ffffff;
    white-space: pre;
    font-size: 1em;
    font-family: "Courier New", Courier, monospace;
    font-weight: normal;
    overflow: scroll;
    margin: 0px;
    padding: 0px;
    max-height: 590px;
    display: block;
    white-space: nowrap;
    max-width: 750px;
}

.codeSpan {
    font-size: 1em;
    background-color: white;
    font-family: "Courier New", Courier, monospace;
    font-weight: normal;
    padding-left: 10px;
    line-height: 18px;
    text-indent: 5px;
    padding: 2px 0 2px 0;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
}

.codeContent ol {
    background-color: #e7e5dc;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
}

.codeLI {
    font-size: 1em;
    background: white;
    font-family: "Courier New", Courier, monospace;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    border-left: 3px solid green;
    font-weight: normal;
    line-height: 18px;
    text-indent: 5px;
    padding: 2px 0 2px 0;
}

.codeHeader {
    width: 100%;
    display: block;
}

.codeText {
    font-size: 1em;
    font-family: "Courier New", Courier, monospace;
    font-weight: normal;
}

.codeLink {
    font-size: 1em;
    font-weight: normal;
    color: green;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    text-decoration: underline;
    vertical-align: middle;
}

.codeDivider {
    font-size: 1em;
    font-weight: normal;
    color: green;
}

.codeBlur {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    display: none;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 900;
}

.codeAbs {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 950;
    background: white;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #e7e5dc;
    background: white;
}

/* code tags end */

.navbar_box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 1em;
}

.tempwrapper {
    margin: auto 0;
    width: 100%;
    margin-top: 1em;
}

.logo {
    float: left;
    clear: none;
}

.quicknav {
    float: right;
    clear: none;
}

.usercp {
    float: left;
    width: 49.5%;
}

.searchform {
    float: right;
    width: 49.5%;
}

/* login box */

/*------ Layer with Register and Login Section ------ */

#login_box a:link {
    color: #ffffff;
    text-decoration: none;
}

#login_box a:visited {
    color: #ffffff;
    text-decoration: none;
}

#login_box a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#login_box ul {
    padding: 0px;
    font-weight: normal;
    margin: 0px;
    list-style: none;
}

#login_box ul li {
    padding: 3px 10px 3px 3px;
    display: inline;
    font-size: 1em;
}

#login_menu {
    background: #9a325c;
    border: solid 1px #666666;
    width: 340px;
    padding: 10px;
    color: #ffffff;
    position: absolute;
    font-weight: bold;
    font-size: 1em;
    line-height: 18px;
    left: 40%;
}

#login_menu li {
    padding-bottom: 6px;
    text-align: right;
}

#new-user-col {
    padding-right: 10px;
    border-right: 1px #dedede solid;
    height: 120px;
    width: 100px;
    float: left;
    line-height: 12px;
}

#signup-user-col {
    padding-left: 20px;
    height: 120px;
    width: 200px;
    float: left;
    line-height: 12px;
    text-align: right;
}

#signup-user-col ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    border: 0px;
}

#signup-user-col ul li {
    padding: 0 0 3px 0;
    margin: 0px;
    font-weight: bold;
    border: 0px;
}

#login_menu label {
    font-size: 1em;
    font-weight: normal;
}

#login_menu input {
    font-size: 1em;
    color: #333333;
    margin-left: 10px;
}

#login_menu a {
    font-size: 1em;
    color: #fff;
    text-decoration: underline;
}

#login_menu a:hover {
    font-size: 1em;
    color: #ccc;
    text-decoration: underline;
}

#login_menu a:visted {
    font-size: 1em;
    color: #fff;
    text-decoration: underline;
}

/* Post Reply Start */

.post_reply {
    margin: 3em 0;
}

/* Similar Threads Start */

.similar_threads {
    margin: 3em 0;
}

.similar_threads ul {
    margin: 10px 0px 20px 0px;
    padding: 0px;
    list-style-type: none;
}

.similar_threads ul li {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 7px 0 7px 0;
    color: #ccc;
    word-wrap: break-word;
}

.similar_threads ul li span {
    color: #000;
    margin-left: 25px;
}

.similar_threads ul li a {
    font-weight: bold;
    padding: 0px;
    font-size: 1.1em;
}

.similar_threads ul li a:hover {
    background-color: #eeeeee;
}

.similar_threads ul li.selected {
    background: #d8d8d8;
}

/* Similar Threads End */

.actionbuttons a:link, .actionbuttons a:visited {
    margin: 2px;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: #eaeaea;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
}

.actionbuttons a:hover {
    background: #d4d4d4;
}

.actionbuttons a:active {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.actionbuttons {
    text-align: right;
    margin: 15px 0px 10px 0px;
}

.similar {
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.similar h3 {
    padding: 0px;
    margin: 0px;
}

.similar ul {
    margin: 0px;
    padding: 0px;
}

.similar li {
    list-style-type: none;
    padding: 6px 0px 6px 0px;
    margin: 0px;
    font-weight: bold;
}

.similar ul li span {
    color: #ccc;
}

.topic_nav {
    font-weight: normal;
    margin: 15px 0px 15px 0px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
}

.topic_nav a {
    padding: 0px 10px 0px 0px;
}

.topic_sort {
    float: right;
    padding: 0px;
    margin: 0px;
}

.topic_types a:link {
    border: 1px solid #dddddd;
    padding: 4px 6px 4px 6px;
    background-color: #efefef;
    margin: 0px 2px 0px 2px;
}

.topic_types a:visited {
    border: 1px solid #dddddd;
    padding: 4px 6px 4px 6px;
    background-color: #efefef;
    margin: 0px 2px 0px 2px;
}

.topic_types a:hover {
    border: 1px solid #dddddd;
    padding: 4px 6px 4px 6px;
    background-color: #ddd;
    margin: 0px 2px 0px 2px;
}

.topic_types span {
    border: 1px solid #dddddd;
    padding: 4px 6px 5px 6px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0px 2px 0px 2px;
    font-weight: bold;
}

a.btn_hdr, input.btn_hdr {
    cursor: pointer;
    font-weight: bold;
    margin: 3px 5px 0px;
    padding: 3px;
    overflow: visible;
    display: inline;
    font-size: 1.1em;
}

a.btn_hdr:hover, input.btn_hdr:hover {
    text-decoration: underline;
}

a.btn_expert, input.btn_expert {
    -moz-user-select: text;
    background: none;
    border: none;
    color: #1057ae;
    cursor: pointer;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: left;
}

a.btn_expert:hover, input.btn_expert:hover {
    text-decoration: underline;
}

a.btn_joinnow, input.btn_joinnow {
    cursor: pointer;
    background-color: #b10a0a;
    border-color: #850707 #f4f4f4 #f4f4f4 #850707;
    font-weight: bold;
    color: #fff;
    margin: 3px 10px 5px;
    padding: 3px;
    overflow: visible;
    display: inline;
    font-size: 1.1em;
}

a.btn_joinnow:hover, input.btn_joinnow:hover {
    background-color: #f21111;
    text-decoration: underline;
}

input.btn_asksignup {
    cursor: pointer;
    background-color: #568e1a;
    border-color: #3b6e22 #3b6e22 #2c5a15;
    font-weight: bold;
    width: 260px;
    font-size: 1.1em;
    color: #fff;
    margin: 0 10px 5px;
    padding: 3px;
    overflow: visible;
}

input.btn_asksignup:hover {
    background-color: #69a74e;
    text-decoration: underline;
}

.rate_content {
    float: left;
    width: 50px;
    border-right: 1px solid #eee;
}

.at_reply:link {
    background-color: #efefef;
    color: #666;
}

.at_reply:visited {
    background-color: #efefef;
    color: #666;
}

.at_reply:hover {
    background-color: #ccc;
    color: #666;
}

/* threadbit styles */

.threadbit_titlemod {
    margin: 0px 0px 0px 60px;
    font-size: 1.1em;
    font-weight: bold;
}

.threadbit_titlemod a:link {
    color: #1753ac;
    text-decoration: none;
}

.threadbit_titlemod a:visited {
    color: #1753ac;
    text-decoration: none;
}

.threadbit_title {
    margin: 0px 0px 0px 60px;
    font-size: 1.1em;
    font-weight: bold;
}

.threadbit_titleread {
    margin: 0px 0px 0px 60px;
    font-size: 1.1em;
    color: #1753ac;
    font-weight: normal;
}

.threadbit_titleread a:link {
    color: #1753ac;
}

.threadbit_titleread a:visited {
    color: #1753ac;
}

.threadbit_titleread a:hover {
    color: #cc0000;
}

.threadbit_details {
    font-size: 1em;
    color: #666;
    margin: 3px 0px 3px 60px;
}

.threadbit_details span {
    margin-right: 5px;
}

.tbd_green:link {
    color: #228822;
}

.tbd_green:visited {
    color: #228822;
}

.tbd_green:hover {
    color: #cc0000;
}

.tbd_red:link {
    color: #990000;
}

.tbd_red:visited {
    color: #990000;
}

.tbd_green:hover {
    color: #cc0000;
}

.tbd_grey:link {
    color: #666;
}

.tbd_grey:visited {
    color: #666;
}

.tbd_grey:hover {
    color: #cc0000;
}

.threadbit_tags {
    margin: 3px 0px 3px 0px;
    padding: 0px;
}

.threadbit_tags a:link {
    background-color: #7eb100;
    border: 1px solid #7eb100;
    padding: 2px;
    color: #fff;
    margin-top: 2px;
}

.threadbit_tags a:visited {
    background-color: #7eb100;
    border: 1px solid #7eb100;
    padding: 2px;
    color: #fff;
    margin-top: 2px;
}

.threadbit_tags a:hover {
    background-color: #c5e566;
    border: 1px solid #c5e566;
    padding: 2px;
    text-decoration: underline;
    color: #fff;
    margin-top: 2px;
}

.blue_tag.threadbit_tags a:link, .blue_tag.threadbit_tags a:visited {
    background-color: #848479;
    border: 1px solid #848479;
}

.green_tag.threadbit_tags a:link, .green_tag.threadbit_tags a:visited {
    background-color: #848479;
    border: 1px solid #848479;
}

.magenta_tag.threadbit_tags a:link, .magenta_tag.threadbit_tags a:visited {
    background-color: #848479;
    border: 1px solid #848479;
}

.threadbit_status {
    border: 1px solid #ccc;
    background-color: #efefef;
    padding: 2px;
    color: #999;
    float: right;
}

.rankbox {
    padding: 0.1em;
    color: #000;
    border: 1px solid #000;
    font-size: 1em;
    margin: 0.1em 0 0.1em 0;
    background-color: #efefef;
    line-height: 1.3em;
}

#rb_pc {
    color: #000;
    border: 1px solid #000;
}

.ha_vote {
    width: 65px;
    background-color: #fff;
    margin: 0px 0px 15px 0px;
    font-size: 1em;
    padding: 0px 0px 10px 0px;
    text-align: center;
}

.ha_button {
    width: 50px;
    margin: 3px 0px 0px 0px;
    padding: 3px;
    background-color: #dbdee6;
    border: 1px solid #a0a6b3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-shadow: #f0f0f0 0px 1px;
    font-size: 1em;
    color: #5c7199;
    font-weight: bold;
}

.ha_button:hover {
    background: #dbdee6;
    border: 1px solid #80b62a;
    text-shadow: none;
    color: #999;
}

.ha_button:active {
    background: #ced6e6;
    border: 1px solid #80b62a;
    text-shadow: none;
    color: #ccc;
}

.ha_count {
    width: 43px;
    margin: 0px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-shadow: #f0f0f0 0px 1px;
    font-size: 2em;
    color: #5c7199;
    line-height: 13px;
}

.ha_text {
    margin: 0px;
    padding: 0px;
    color: #ccc;
    font-size: 1em;
    font-weight: normal;
}

code {
    font-family: courier;
    color: #333333;
    padding: 5px;
    background-color: #efefef;
}

.reg_input {
    color: #999;
    font-size: 1em;
}

.btn_share {
    background-color: #efefef;
    padding: 14px;
    margin: 0px;
}

.btn_share p {
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.btn_share a {
    padding: 4px 15px 4px 0px;
    font-weight: bold;
}

.ask_button {
    padding: 0.25em 0 0.25em 0;
    margin: 0;
    display: inline;
}

/* awesome button css start */

.actionbuttons div .btn_awesome {
    padding: 0.25em 0.5em;
    border-bottom: none;
    border-right: none;
}

.btn_awesome, .btn_awesome:visited, .btn_awesome:link, .btn_awesome:active {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    padding: 5px 10px 6px;
    background-color: #4a5568;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25rem;
}

.btn_awesome:hover {
    color: #fff;
    background-color: #7a7a7a;
}

.btn_small.btn_awesome, .btn_small.btn_awesome:visited {
    font-size: 1em;
    padding: 0.2em 0.5em;
}

.btn_awesome, .btn_awesome:visited, .btn_medium.btn_awesome, .btn_medium.btn_awesome:visited, .btn_medium.btn_awesome:link {
    font-size: 1.3em;
    padding: 0.25em 0.5em;
}

.btn_large.btn_awesome, .btn_large.btn_awesome:visited {
    font-size: 1.3em;
    padding: 0.25em 0.5em;
}

.btn_green.btn_awesome, .btn_green.btn_awesome:visited, .btn_green.btn_awesome:visited, .btn_green.btn_awesome:link {
    background-color: #86BF32;
}

.btn_green.btn_awesome:hover {
    background-color: #628f1e;
}

.btn_blue.btn_awesome, .btn_blue.btn_awesome:visited, .btn_blue.btn_awesome:visited, .btn_blue.btn_awesome:link {
    background-color: #86BF32;
}

.btn_blue.btn_awesome:hover {
    background-color: #628f1e;
}

.btn_red.btn_awesome, .btn_red.btn_awesome:visited, .btn_red.btn_awesome:visited, .btn_red.btn_awesome:link {
    background-color: #86BF32;
}

.btn_red.btn_awesome:hover {
    background-color: #628f1e;
}

.btn_magenta.btn_awesome, .btn_magenta.btn_awesome:visited, .btn_magenta.btn_awesome:visited, .btn_magenta.btn_awesome:link {
    background-color: #86BF32;
}

.btn_magenta.btn_awesome:hover {
    background-color: #628f1e;
}

.btn_orange.btn_awesome, .btn_orange.btn_awesome:active, .btn_orange.btn_awesome:visited, .btn_orange.btn_awesome:link {
    /* background-color: #e53e3e; */
    background-color: #4c5157;
}

.btn_orange.btn_awesome:hover {
    background-color: #8b8888;
}

.btn_grey.btn_awesome, .btn_grey.btn_awesome:visited, .btn_grey.btn_awesome:visited, .btn_grey.btn_awesome:link {
    background-color: #86BF32;
}

.btn_grey.btn_awesome:hover {
    background-color: #628f1e;
}

/*button css end */

/* onpage signup end */

.onpagesignup {
    width: 280px;
    padding: 10px;
    border: 1px solid #f8efa0;
    background-color: #fffcde;
    margin: 0px 0px 10px 0px;
}

.onpagesignup span {
    display: block;
    font-size: 1em;
    margin: 10px 0px 10px 0px;
}

/* onpage signup end */

/**** Header Nav ******/

.header_nav {
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #3a3a3c;
}

.header_nav a {
    padding: 0px 6px 0px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
}

.header_types a:link {
    border: 1px solid #3a3a3c;
    padding: 4px 8px 5px 8px;
    background-color: #3a3a3c;
    margin: 0px 0px 0px 0px;
}

.header_types a:visited {
    border: 1px solid #3a3a3c;
    padding: 4px 8px 5px 8px;
    background-color: #3a3a3c;
    margin: 0px 0px 0px 0px;
}

.header_types a:hover {
    border: 1px solid #8aba56;
    padding: 7px 8px 5px 8px;
    background-color: #8aba56;
    margin: 0px 0px 0px 0px;
}

.header_types span {
    border: 1px solid #3a3a3c;
    padding: 4px 8px 5px 8px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}

.header_types .blue_tag:hover {
    background-color: #398fd1;
    border: 1px solid #398fd1;
}

.header_types .green_tag:hover {
    background-color: #749a02;
    border: 1px solid #749a02;
}

.header_types .magenta_tag:hover {
    background-color: #630030;
    border: 1px solid #630030;
}

.cta3 {
    margin: 30px 0px 30px 0px;
    width: 500px;
    text-align: center;
    border: 1px solid #fff8e7;
    background-color: #fff8e7;
    padding: 15px;
    margin-left: 70px;
}

.cta3 div {
    padding: 10px;
    color: #398fd1;
    font-weight: bold;
    font-size: 1.1em;
}

.cta3 p {
    font-size: 1em;
    line-height: 1.2em;
    color: #000000;
    padding: 0px;
    margin: 0px;
}

.post_quotes {
    margin: 10px 10px 10px 0px;
    padding: 8px 15px 5px 10px;
    background-color: #efefef;
    border-left: 2px solid #cccccc;
    word-wrap: break-word;
    color: #666666;
}

/* Begin avatar icons CSS sprites */

#avtr_a {
    background-position: 0px 0px;
}

#avtr_b {
    background-position: -50px 0px;
}

#avtr_c {
    background-position: -100px 0px;
}

#avtr_d {
    background-position: -150px 0px;
}

#avtr_e {
    background-position: -200px 0px;
}

#avtr_f {
    background-position: -250px 0px;
}

#avtr_g {
    background-position: 0px -50px;
}

#avtr_h {
    background-position: -50px -50px;
}

#avtr_i {
    background-position: -100px -50px;
}

#avtr_j {
    background-position: -150px -50px;
}

#avtr_k {
    background-position: -200px -50px;
}

#avtr_l {
    background-position: -250px -50px;
}

#avtr_m {
    background-position: 0px -100px;
}

#avtr_n {
    background-position: -50px -100px;
}

#avtr_o {
    background-position: -100px -100px;
}

#avtr_p {
    background-position: -150px -100px;
}

#avtr_q {
    background-position: -200px -100px;
}

#avtr_r {
    background-position: -250px -100px;
}

#avtr_s {
    background-position: 0px -150px;
}

#avtr_t {
    background-position: -50px -150px;
}

#avtr_u {
    background-position: -100px -150px;
}

#avtr_v {
    background-position: -150px -150px;
}

#avtr_w {
    background-position: -200px -150px;
}

#avtr_x {
    background-position: -250px -150px;
}

#avtr_y {
    background-position: 0px -200px;
}

#avtr_z {
    background-position: -50px -200px;
}

#avtr_0 {
    background-position: -100px -200px;
}

#avtr_1 {
    background-position: -150px -200px;
}

#avtr_2 {
    background-position: -200px -200px;
}

#avtr_3 {
    background-position: -250px -200px;
}

#avtr_4 {
    background-position: 0px -250px;
}

#avtr_5 {
    background-position: -50px -250px;
}

#avtr_6 {
    background-position: -100px -250px;
}

#avtr_7 {
    background-position: -150px -250px;
}

#avtr_8 {
    background-position: -200px -250px;
}

#avtr_9 {
    background-position: -250px -250px;
}

.avtr_icons {
    background: url("../../../../images/avtr_icons.png");
    width: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    outline: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    float: left;
    -webkit-border-radius: 50%;
    /* Saf3+, Chrome */
    border-radius: 50%;
    /* Opera 10.5, IE 9 */
    -moz-border-radius: 50%;
}

.avtr_icons_custom {
    width: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    outline: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    float: left;
    -webkit-border-radius: 50%;
    /* Saf3+, Chrome */
    border-radius: 50%;
    /* Opera 10.5, IE 9 */
    -moz-border-radius: 50%;
}

/* End avatar icons CSS sprites*/

/* Cookie Settings Button CSS */

.bytes-cm-button {
    font-size: 2em;
    border: 1px solid #666;
    margin: 0.5em;
}

.bytes-cm-enable {
    background-color: green;
    color: white;
}

.bytes-cm-disable {
    background-color: red;
    color: white;
}

.bytes-cm-settings {
    padding: 2em;
}

/* Cookie Management Message  */

.bytes-cm-message {
    grid-area: message;
    font-size: 1em;
    text-align: center;
    padding: 0.5em;
    margin-top:  2em;
    margin-bottom: 2em;
}

.bytes-cm-message a {
    text-decoration: underline;
}

.bytes-cm-consent {
    grid-area: consent;
    padding: 0.5em;
    float: left;
}

.bytes-cm-notification {

}

.bytes-cm-display-show {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "message message message message message";
    border: none;
    margin: 0.25em 0.25em 1em 0.25em;
    padding: 0em;
    font-size: 1em;
    width: 100%;

}

.bytes-cm-notification button {
    background-color: lightgrey;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: black;
    padding: 0.25em;
    float: left;
    font-size: 1em;
}

/* Display / Hides Ads */

#bytes-cm-ads div {
    padding: 1em;
}

.bytes-cm-ads-hide {
    display: none;
}

/* Search Container */

.search-container {
    position: relative;
}

.search-container input[type="text"] {
    font-size: 1em;
    border: 2px solid #212121;
    color: #212121;
    min-width: 40px;
    width: 100%;
    cursor: pointer;
    height: 2em;
    padding: 0.2em;
    padding-left: 1.5em;
}

.search-container button, .search-container button:hover, .search-container button:focus, .search-container button:active {
    font-size: 1em;
    background: url("../../../../images/search.svg") 0 0 no-repeat;
    height: 21px;
    padding: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 21px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: push-button;
    white-space: pre;
}

.sub_nav {
    padding: 1em 0em 1em 0em;
}

.sub_nav div {
    display: inline;
    font-size: 1.3em;
}

.pagenav .active {
    color: #c3bdbd;
    font-size: 1em;
}

.brand {
    height: 2em;
    width: 150px;
    overflow: hidden;
    position: relative;
    font-size: 1.3em;
    line-height: 1.3em;
}

.brand img {
    width: 130px;
    height: 125px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -60px;
}

#threadlist, .thread_content {
    line-height: 1.8em;
}

.top_members {
    /* font-size: 3em; */
    width: 100%;
}

.top_members h2 {
    border-bottom: 1px solid #efefef;
}

.top_members div {
    display: block;
    width: 100%;
}

.top_members div:after {
    content: "";
    display: table;
    clear: both;
}

.top_members div div {
    width: 50%;
    float: left;
}

.top_members div div ul {
    list-style: none;
    /* float: left; */
    margin: 0;
    padding: 0;
}

.header_bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "stats member";
    margin: 0 auto;
    padding: 5px 0px 5px 0px;
    background-color: #2d2d2d;
    width: 100%;
    z-index: 10;
    border-bottom: 3px solid #ccc;
}

.header_bar .stats {
    grid-area: stats;
    justify-self: start;
    padding: .25em 0 .25em .25em;
}

.header_bar .member {
    grid-area: member;
    justify-self: end;
    padding: 0 0 .25em 0;
}

.header_bar .member ul li:last-child {
    border-right: none;
}

.header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "brand search search search search post";
    width: 97%;
    padding: .5em 0;
    margin: 0px auto;
}

.brand {
    grid-area: brand;
    text-align: left;
    justify-self: start;
}

.brand a:link, .brand a:visited {
    margin: 0;
    padding: 0;
    float: left;
}

.searchbox {
    grid-area: search;
    padding: 0;
    margin: 0;
    background-color: royalblue;
    justify-self: start;
}

.search-container {
    width: 100%;
}

.post-cta {
    grid-area: post;
    padding: 0;
    margin: 0;
    background-color: slategray;
    justify-self: end;
    text-align: right;
    float: right;
}

.post-cta a:link, .post-cta a:visited, .post-cta a:active {
    font-size: 0.3em;
    padding: 0.4em;
    margin: 0;
    float: right;
    text-align: right;
}

.maintable, .navtable, .maintable2, .navtable2, .header, .tempwrapper, .welcomebox {
    width: 97%;
    max-width: 1050px;
}

.stats {
    float: left;
    color: #fff;
    font-weight: bold;
}

.right {
    float: right;
}

.center {
    padding: 0;
    margin: 0px auto !important;
    width: auto !important;
    height: auto !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
}

.left {
    float: left;
}

.home_message {
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-width: 1px;
    width: 100%;
    overflow: auto;
}

.home_message .left {
    float: left;
    width: 65%;
}

.home_message .right {
    float: right;
    width: 35%;
    height: 100%;
    text-align: center;
    margin-top: 2em;
}

h3 {
    border-bottom: 1px solid #ccc;
    margin: 0px;
    padding: 0px 0px 3px 0px;
}

.content_cta {
    background-color: #efefef;
    padding: .2em;
    margin: auto;
    font-weight: bold;
    margin-top: 1em;
}

.cta_button {
    float: left;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    width: 30%;
    text-align: center;
}

.content_cta p {
    width: auto 0;
    text-align: center;
    margin-bottom: 1em;
}

.cta_textarea {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 1em;
}

.cta_textarea textarea {
    width: 100%;
}

.cta_textarea button {
    float: right;
    font-size: 1.3em;
    margin: 1em 0 0 0;
}

.cta_button a:link, .cta_button a:hover, .cta_button a:active {
    margin-left: 1em;
}

/**** moderation tools *****/

.moderationbox {
    float: right;
    padding: 1em;
    background: none repeat scroll 0 0 #EFEFEF;
    margin: 1em;
}

.moderationbox div {
    text-align: right;
}


/* bytes ads start */
.ba_homepage, .ba_insights, .ba_answers {
 margin-top: 1em;
 margin-bottom: 1em;
}
/* bytes ads end */

/*  signup form start */

.bytesform label {
    display: block;
    font-size: 1.1em;
    margin: 0 0 3px;
}

.bytesform div {
    margin: 0;
}

.bytesform input {
    outline: 0;
    width: 100% border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: .25em;
}

.bytesform_input {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
}

.bytesform .bytesform_checkbox {
    width: 30px;
}

.bytesform_left h2 {
    margin: 0;
    padding: 0;
}

.bytesform span {
    color: #999;
    display: block;
}

.showerrors {
    border: 1px solid #d8000c;
    background-color: #f7c9dd;
    font-size: 1em;
    margin: 0 30px 20px 20px;
    padding: 20px;
}

.bytesform_err {
    padding: 1em;
    color: #a84646;
}

.bytesform_err input {
    background-color: #FFF4E9;
    border: 1px solid #a84646;
}

.bytesform_errbox {
    color: #a84646;
    background-color: #FFF4E9;
    font-weight: bold;
    padding: 1em;
}

.bytesform .formcontainer {
    padding: .8em 0 .6em 0;
}

.bytesform div input {
    display: table-cell;
    width: 100%;
}

.bytesform_more {
    margin-top: 3em;
    margin-bottom: 7em;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.required {
    width: 100%;
}

.required .required_text {
    margin-left: 3em;
    padding: 0px;
    text-align: left;
    width: 80%;
}

.required .required_checkbox {
    width: 2em;
    display: inline;
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: left;
}

.bytesform input[type='checkbox'] {
    -webkit-appearance: none;
    width: 2em;
    height: 2em;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
}

.bytesform input[type='checkbox']:checked {
    background: #91bd09;
    ;
}

.bytesform_radio {
    width: 100%;
    margin: 1em 0;
}

.radio_option {
    width: 50%;
    display: inline;
    float: left;
    padding: .2em 0em;
    display: flex;
}

.option_text {
    font-size: 1.3em;
    padding: 0em .2em;
}

.bytesform input[type='radio'] {
    -webkit-appearance: none;
    width: 2em;
    height: 2em;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
    padding: 0;
    margin: 0;
}

.bytesform input[type='radio']:checked {
    background: #91bd09;
}

.bytesform div textarea {
    display: table-cell;
    width: 100%;
    font-size: 1.1em;
    /* font-weight: bold; */
}

.bytesform div select {
    display: table-cell;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
}

.formbutton input.button {
    float: right;
    width: 30%;
    margin: 1em;
    padding: .5em;
}

.wideform {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.narrowform {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.g-recaptcha {
    margin: 1 auto;
    display: table-row
}

.g-recaptcha div {
    float: left;
    margin: 0;
    padding: 0;
}

/* signup form end */

/* form text area start */

.toprow, .bottomrow {
    width: 100%;
}

.toprow div {
    display: inline;
    max-width: 25px;
}

.toprow .imagebutton, .bottomrow .imagebutton {
    max-width: 25px;
}

.toprow .imagebutton select {
    width: 150px;
    display: inline;
}

.bottomrow div {
    display: inline;
    max-width: 25px;
}

.top_members {}

.top_members .member_card {
    background-color: #efefef;
    width: 25%;
    float: left;
    margin: 1em;
    padding: 0em;
    padding: 1em;
    border-radius: 5px;
    min-height: 40px;
    display: inline-block;
}

.member_card .member_photo {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    float: left;
}

.member_card .card_data {
    float: left;
    margin-left: 1em;
    display: inline;
}

.member_card .card_data .member_name {
    font-weight: bold;
    font-size: 1em;
}

.member_card .card_data .memberdata {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1em;
    vertical-align: middle;
    opacity: 0.4;
}

.memberdata .ui_icons {
    width: 20px;
    height: 20px;
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-right: .5em;
}

.ui_icons {
    width: 20px;
    height: 20px;
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-right: .5em;
}

.ui_icons_large {
    width: 25px;
    height: 25px;
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.top_members .avtr_icons {
    width: 45px;
    height: 45px;
    border: none;
}

.vBulletin_editor {
    width: 100%;
    /* display: ; */
}

.vBulletin_editor .controlbar {
    width: 100%;
}

.vBulletin_editor .messagebox {
    width: 100%;
}

/* page design */

.thread_post {
    width: 100%;
}

.main_post {
    padding: 0em 0;
}

.replies_post {
    border-bottom: 1px solid #cccc;
    margin: 2em 0;
    padding: 0 0 2em 0;
}

.thread_post .card_data {
    opacity: .4;
    margin: 0;
    padding: 0;
}

.thread_post .avtr_icons_custom {
    margin-right: .7em;
    margin-top: .2em;
}

.thread_post .avtr_icons {
    margin-right: .7em;
    margin-top: .2em;
}

.page_stats {
    font-weight: bold;
    font-size: 1.4em;
    vertical-align: middle;
    display: inline;
}

.page_stats span {
    /* margin-right: em; */
    opacity: .6;
    margin-left: .3em
}

.page_stats span img {
    vertical-align: middle;
    top: 0;
    padding: 0;
}

.page_info {
    border-bottom: 1px solid #ccc;
    /* padding-bottom: 1em; */
    margin: 4em 0 0 0;
}

.page_share {
    width: 35%;
    float: left;
}

.page_stats {
    width: 65%;
    float: right;
    text-align: right;
}

.post_text {
    margin-top: 3em;
    display: block;
    width: 100%;
}

.answered_post {
    border: 1px solid #61AA34;
    margin: 2em 0 0 0;
}

.answered_post .ap_header {
    background-color: #E0F0C0;
    padding: 5px;
}

.answered_post .ap_post {
    padding: 5px;
}

/* form text area end */

/* ipad design */

@media (max-width: 62em) {
    .header {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "brand search search  post";
        width: 97%;
        padding: .5em 0;
        margin: 0px auto;
    }
    .top_members .member_card {
        margin: .5em;
        padding: .5em;
        width: 28%;
    }
}

/* mobile  */

@media (max-width: 43em) {
    .top_members .member_card {
        margin: .5em;
        padding: .5em;
        width: 90%;
    }
    .header {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "brand  post";
        width: 97%;
    }
    .searchbox {
        display: none;
    }
    .home_message .left {
        float: left;
        width: 100%;
    }
    .home_message .right {
        float: right;
        width: 100%;
        height: 100%;
        text-align: center;
        margin-top: 2em;
    }
    .mobile_nav, .hideonmobile {
        display: none;
    }
    .content_cta {
        /* display: none; */
    }
    .cta_button {
        padding: 0px;
        margin: 10px 0px 10px 0px;
        width: 100%;
        text-align: center;
    }
    .cta_textarea {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 1em;
    }
    .cta_textarea textarea {
        width: 100%;
    }
    .cta_textarea button {
        float: right;
        font-size: 1.3em;
        margin: 1em 0 0 0;
    }
    .content_cta p {
        width: auto 0;
        text-align: center;
        margin-bottom: 1em;
    }
    .bytesform .formcontainer {
        padding: .6em 0 .6em 0;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .bytesform_more {
        margin-top: 3em;
        margin-bottom: 7em;
        width: 95%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .radio_option {
        width: 100%;
        margin: .5em;
    }
    .wideform {
        padding: .8em 0 .6em 0;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .codeHolder {
        width: 100%;
        display: inline;
    }
    .codeContent {
        background-color: white;
        display: inline-block;
        font-size: 1em;
        max-width: 100%;
        white-space: normal;
        overflow: scroll;
        border-right: 1px solid #e7e5dc;
    }
    .codeHeader {
        display: none;
    }
    .codeContent ol {
        display: table;
        list-style-type: none;
        width: auto;
        background-color: #FFFFFF;
    }
    .codeLI {
        border: none;
        border-bottom: none;
        word-wrap: break-word;
        white-space: normal;
        width: auto
    }
    table {
        display: table;
        table-layout: fixed;
    }
    h1 {
        font-size: 1.6em;
    }
    body {
        font-size: .9em;
    }
}