/*
* COMMUNITY starts
*/

.community_heading {
	margin: 0 230px 0 30px;
}
    .community_heading .tabs_box.radio.large .tab,
    .community_heading .tabs_box.radio.large .tab.active{
    	margin-left: 0;
        padding-right: 25px;
        margin-right: 16px;
        font-size: 16px;
    }

    .community_heading .tabs_box.sub_tab_box.radio.large .tab,
    .community_heading .tabs_box.sub_tab_box.radio.large .tab.active{
        margin-left: 0;
        margin-right: 13px;
        font-size: 16px;
    }

    .community_heading .tabs_box.radio.large .tab:not(:first-child),
    .community_heading .tabs_box.radio.large .tab.active:not(:first-child) {
    	margin-left: -1px;
    }

    .community_heading .tabs_box.sub_tab_box.radio.large .help_tip_box {
    	margin-left: -40px;
    	margin-right: 11px;
    }

	.community_heading .filter_ctrls {
		margin-top: 6px;
		padding-bottom: 17px;
	}
		.community_heading .filter_ctrls * {
			vertical-align: middle;
		}

		.community_heading .filter_ctrls label {
			margin-right: 15px;
		}

.community_side_col {
	margin-right: 20px;
    width: 178px;
}
	.community_side_col .left_dotted {
		margin-bottom: 25px;
		padding: 0 0 2px 16px;
	}

    .community_side_col .join_us_box.join_us_box_community{
        display: block;
    }

.community_content_col {
	margin: 0 0 0 29px;
    width: 740px;
}
	.community_content_col .positions_list {
		margin-bottom: 20px;
	}
		.community_content_col .positions_list .bottom_dotted .position, .community_content_col .positions_list .collapsed_positions {
			padding: 18px 0;
		}

		.community_content_col .positions_list .collapsed_positions {
			text-align: center;
		}
        .community_content_col .positions_list .nothing_to_show {
            padding-top: 13px;
        }
    .community_content_col .summary {
        color: #b8b8b8;
        font-size: 11px;
        margin-top: 13px;
    }

.community_heading .bottom_dotted {
    padding-bottom: 15px;
}
    .community_heading .filter_ctrls .selector.material_type .wr {
        margin-right: 10px;
    }

.experts {
    font-size: 13px;
    line-height: 20px;
    }

    .experts .bigtext {
        font-size: 16px;
        color: rgb(251, 96, 27);
        line-height: 22px;
}

.printButton, .pdfButton {
	position: absolute;
	right: -20px;
	top: -25px;
	font-size: 14pt;
    background: #eee;
    padding: 4px;
    color: #777 !important;
    border-radius: 4px;
}
.pdfButton {
	top: 10px;
}

.community_heading .sub_tab_box > a span {
    font-size: 12px;
}
.community_heading .sub_tab_box .help_tip_box {
    top: 1px;
}

.community_content_col .avatar_circle {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 34px;
    height: 34px;
    border-radius: 30px;
    z-index: 20;
    border-color: #fff;
    background-size: cover;
    border: 5px solid #eee;
}

.community_heading .community_by_year_last_update_wrapper {
    float: right;
    color: #b8b8b8;
    font-size: 11px;
}
/*
* COMMUNITY ends
*/