img {
	border: 0;
}

.fix {

	display:-moz-inline-stack; /*for firefox*/
	display:inline-block; /* ne primenyaetsya v IE i Firefox */
	_overflow:hidden; /* fix IE6 */
	zoom:1; /* hasLayout on */
	*display:inline;/* pri hasLayout=true display:inline=display:inline-block */
	overflow: hidden;

}

/* ссылка: обычный - подсвеченный (черный-красный) */

a:link.plain_light,
a:visited.plain_light {
	color: #000000;
	text-decoration: none;
}

a:hover.plain_light {
        color: #ce1313;
	text-decoration: underline;
}

a:active.plain_light {
	color: #ce1313;
	text-decoration: none;
}


/* ссылка: обычный - обычный (черный-черный) */

a:link.plain,
a:visited.plain,
a:hover.plain,
a:active.plain {
	color: #000000;
	text-decoration: none;
}


/* ссылка: подчеркнутая пунктиром */

a:link.popup,
a:visited.popup {
	color: #0066cc;
	text-decoration: none;
	border-bottom: 1px dashed #0066cc;
}

a:hover.popup,
a:active.popup {
	color: #ce1313;
	text-decoration: none;
	border-bottom: 1px dashed #ce1313;
}


/* ссылка: без подчеркивания синяя */

a:link.nodecor,
a:visited.nodecor {
	color: #0066cc;
	text-decoration: none;
}

a:hover.nodecor,
a:active.nodecor {
	color: #ce1313;
	text-decoration: none;
}

/* кнопка с иконкой */

div.link_icon {
	height: 22px;
	background: #d3dffa url('/images/templates/main/link_icon_l.gif') no-repeat left top;
	display: block;
	font-size: 11px;
	line-height: 11px;	
	overflow: hide;
}

div.link_icon .r {
	height: 19px;
	background: url('/images/templates/main/link_icon_r.gif') no-repeat right top;
	padding: 3px 0 0 0;
}

div.link_icon .r a{
	margin: 0 0 0 10px;
	position: relative;
	top: 2px;
}

div.link_icon .r img{
	margin: 1px 0 0 5px;
	float: left;
}





/*  top       */

#navigator {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	cursor: pointer;
	cursor: hand;	
}

table.top {
	width: 100%;
	height: 90px;
	margin: auto;
}

table.top td.logo {
	width: 220px;
	padding: 15px 20px 15px 25px;
	text-align: center;
}

table.top td.ban {
	text-align: center;
	padding: 15px 0px 15px 0px;
}

div.slogan {
	font-size: 9px;
	color: #7087b1;
}



/*  blue line  */

table.f_block {
	background: #a5c3e9;
}


table.f_block td.left {
	width: 140px;
	padding: 8px 25px 6px 20px;
	vertical-align: top;
}

table.f_block td.right {
	width: 140px;
	padding: 8px 25px 6px 20px;
	vertical-align: top;
}

table.f_block td.middle {
	padding: 8px 0 0 0;
	vertical-align: bottom;
}



div.adv {
	background-color: #e4eefb;
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	margin: 0 0 8px 0;
}

div.adv div.tl {
	height: 100%;
	background: url('/images/templates/main/adv_tl.gif') no-repeat top left;
}
div.adv div.tr {
	height: 100%;
	background: url('/images/templates/main/adv_tr.gif') no-repeat top right;
}
div.adv div.bl {
	height: 100%;
	background: url('/images/templates/main/adv_bl.gif') no-repeat bottom left;
}
div.adv div.br {
	height: 100%;
	background: url('/images/templates/main/adv_br.gif') no-repeat bottom right;
	padding: 5px 10px 5px 10px;
	min-height: 12px;
}

div.search_bar {
	font-size: 11px;
}

div.search_bar input{
	float: left;
	width: 62px;
	height: 14px;
	border: 0px;
	padding: 4px 2px 4px 2px;
	margin: 0 3px 0 0;
	font-size: 10px;
	color: #666666;
}



/*  content  */

table.content {
	width: 100%;
}

table.content td.left {
	width: 180px;
	padding: 0 30px 0 0;
	vertical-align: top;	
}

table.content td.middle {
	padding: 0 25px 0 0;
	vertical-align: top;	
}

table.content td.right {
	width: 240px;
	padding: 25px 25px 0 0;
	vertical-align: top;	
}


h1 {
	font-weight: normal;
	padding: 5px 0 15px 0;
}

div.page_nav {
	padding: 15px 0 10px 0;
 	font-size: 13px; 
	word-spacing: -1px;
	color: #999999;
}

div.page_nav a {
	padding: 1px 6px 1px 6px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

div.page_nav span {
	background: #8aa5c7;
	color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}


div.rss {
	padding: 10px 0 10px 0;
 	font-size: 11px; 
	color: #666666;
}

div.navchain {
	font-size: 10px;
	color: #999999;
	padding: 10px 0 5px 0;
}



/*  navigation   */


div.navigation {
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	padding: 15px 0 0 0;
}

div.splitter {
	width: auto;
	height: 1px;
	background: #a5c3e9;
	margin: 0 0 0 15px;
}

div.navigation a {
	display: block;
	padding: 10px 6px 10px 5px;
	margin: 0 0 0 15px;
}

div.navigation a:link {
	color: #1f3f68;
	text-decoration: none;
}
div.navigation a:visited {
	color: #1f3f68;
	text-decoration: none;
}
div.navigation a:hover {
 	background: #eef2f7;
	color: #cb0202;
	text-decoration: none;
}
div.navigation a:active {
	color: #1f3f68;
	text-decoration: none;
}


div.navigation a.active {
	display: block;
	padding: 10px 6px 10px 20px;
	margin: 0;
	background: url('/images/templates/main/nav_active.gif') no-repeat center left;
}

div.navigation a:link.active,
div.navigation a:visited.active,
div.navigation a:active.active {
	color: #a5c3e9;
	text-decoration: none;
	background: url('/images/templates/main/nav_active.gif') no-repeat center left;
}
div.navigation a:hover.active {
	color: #cb0202;
	text-decoration: none;
	background: url('/images/templates/main/nav_active.gif') no-repeat center left;
}


div.navigation_hor {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding: 5px 12px 5px 8px;
}

div.navigation_hor a {
	padding: 3px 12px 3px 8px;
}

div.navigation_hor div.splitter {
	width: 1px;
	height: 20px;
	background: #bec3c6;
	margin: 0 0 0 0;
}


body div.navigation_hor { min-height: 25px; background: #ebebeb; font: 12px/25px 'Arial'; color: #333333; }
body div.navigation_hor a { text-decoration: none; text-transform: uppercase; display: inline-block; vertical-align: top; *vertical-align: auto; *zoom: 1; *display: inline; font: 12px 'Arial'; color: #333333; }
body div.navigation_hor a:hover { background: #e4e4e4; }
body div.navigation_hor div.splitter { display: inline-block; vertical-align: top; *vertical-align: auto; *zoom: 1; *display: inline; }

/* tabs   */

table.tabs {

}

table.tabs td,
table.tabs td.end {
	padding: 5px 20px 5px 6px;
	line-height: 13px;
	height: 13px;
	color: #FFFFFF;
	background: #6f8eb5 url('/images/templates/main/tab_r.gif') no-repeat right top;
}

table.tabs td.begin {
	padding:  0;
}

table.tabs td.end {
	background: #6f8eb5 url('/images/templates/main/tab_r_e.gif') no-repeat right top;
}

table.tabs td.before {
	background: #6f8eb5 url('/images/templates/main/tab_r_before.gif') no-repeat right top;
}

table.tabs td a:link,
table.tabs td a:visited,
table.tabs td a:active {
	color: #FFFFFF;
	text-decoration: none;
}

table.tabs td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

table.tabs td.selected, 
table.tabs td.selected_end {
	background: #FFFFFF url('/images/templates/main/tab_bg_active.gif');
	color: 	#a5c3e9;
	padding: 0;
}

/* MyAdd*/
table.tabs td.selected_end a:link,
table.tabs td.selected_end a:visited, 
table.tabs td.selected_end a:active {
	color: 	#a5c3e9;
	text-decoration: none;
}



table.tabs td.selected div {
	padding: 5px 20px 5px 0px;
	background: url('/images/templates/main/tab_r_active.gif') no-repeat right top;
}

table.tabs td.selected_end div {
	padding: 5px 20px 5px 0px;
	background: url('/images/templates/main/tab_r_e_active.gif') no-repeat right top;
}

table.tabs td.selected a:link,
table.tabs td.selected a:visited,
table.tabs td.selected a:active
table.tabs td.selected_end a:link,
table.tabs td.selected_end a:visited,
table.tabs td.selected_end a:active{
	color: #a5c3e9;
	text-decoration: none;
}

table.tabs td.selected a:hover,
table.tabs td.selected_end a:hover {
	color: #a5c3e9;
	text-decoration: underline;
}




/* main     */

div.stat {
	font-size: 10px;
	color: #999999;
	padding: 10px 0 5px 0;
}

div.sort_by {
	float: right;
	font-size: 10px;
	line-height: 10px;
	color: #999999;
	padding: 10px 25px 5px 25px;
}

div.sort_by span.selected {
	background: #8aa5c7;
	color: #FFFFFF;
	padding: 3px 5px 5px 5px;
}

table.main_blocks {
	width: 100%;
	clear: both;
}

table.main_blocks td {
	width: 50%;
	padding: 10px 25px 10px 0;
	vertical-align: top;
}

img.enter_cat {
	margin: 10px 0 0 0;
}

div.main_block {
	border-top: 2px solid #a5c3e9;
}

div.date {
	color: #666666;
	font-size: 10px;
	padding: 3px 10px 3px 30px;
	background: #eef2f7;
	width: 70px;
}

div.date_full {
	color: #666666;
	font-size: 10px;
	padding: 3px 10px 3px 30px;
	background: #eef2f7;
	width: 100px;
}


.main_block div.item {
	margin: 10px 0 10px 0;
}

.main_block div.item img{
	border: none;
}

.main_block div.item a:link,
.main_block div.item a:visited,
.main_block div.item a:active {
	color: #000000;
	text-decoration: none;
}

.main_block div.item a:hover {
	color: #cb0202;
	text-decoration: underline;
}

div.time {
	padding-top: 2px;
	float: left;
	font-size: 9px;
	color: #999999;
}

span.pay {
	color: #999999;
	font-weight: bold;
}

div.news div.text,
div.law div.text {
	padding: 1px 0 0 30px;
}

div.article div.text {
	padding: 0 0 0 15px;
	background: url('/images/templates/main/list_marker.gif') no-repeat 0px 5px;
}

div.education div.date {
	width: auto;
	font-size: 10px;
	color: #999999;
	padding: 0 0 2px 0;
	background: none;
}



/*  footer  */

table.footer {
	height: 80px;
	background: #9eb1ca;
	margin: 0 0 0;
	clear: both;
	color: #FFFFFF;
}

table.footer td {
	padding: 20px;
	color: #FFFFFF;
}

table.footer a,
table.footer a:link,
table.footer a:visited,
table.footer a:active,
table.footer a.nodecor,
table.footer a:link.nodecor,
table.footer a:visited.nodecor,
table.footer a:hover.nodecor,
table.footer a:active.nodecor {
	color: #FFFFFF;
}

table.footer .copyright {
	font-size: 12px;
	padding: 12px 0 0 0;
}



/*  article */

div.article_frame {
	float: right;
 	margin: 14px 0 15px 15px; 
}



/*  items list  */


.items_list div.item {
	margin: 12px 0 10px 0;
	width: 100%;
}

.items_list div.item div.time {
	float: left;
	font-size: 9px;
	color: #999999;
	text-align: center;
}

.items_list div.item div.title {
	font-size: 16px;
	padding: 0 0 3px 0;
}

.items_list div.item div.text,
.items_list div.item div.title,
.items_list div.short_date div.text,
.items_list div.short_date div.title {
	padding-left: 30px;
}


.items_list div.full_date div.text,
.items_list div.full_date div.title {
	padding-left: 50px;
}


.items_list span.comment_l {
	background: #FFFFFF url('/images/templates/main/comment_count_l.gif') no-repeat left center;
	color: #FFFFFF;
}
.items_list span.comment_r {
/*	background: url('/images/templates/main/comment_count_r.gif') no-repeat right top;*/
}


.items_list span.comment_l span.comment_r span{
    font-size: 9px;
    line-height: 14px;
    padding: 3px 5px 1px 5px;
    margin:3px 0 0 4px;
    background-color:#8aa5c7 ;
}

.items_list span.views {
    font-size: 9px;
    color: #999999;    
    line-height: 14px;
    padding: 0 5px 0 4px;
} 



/* item detailed */

/* more list */

div.more_list {
	border-top: 1px solid #dce4ee;
	padding: 6px 0 15px 0;
	font-size: 14px;
	width: auto; 
	display: block;
}
div.more_list li {
	 color: #CCCCCC;
	 margin-bottom: 10px;
}
div.more_list div.loctitle {
	font-weight: bold;
	font-size: 16px;
	color: #7498C5;
	margin: 8px 0 8px 0;
}


/* comments */

div.comments {
 	padding: 0 0 0 0;
	/*border: 1px solid #dce4ee;*/
}

div.comments div.header{
	color: #385176;
	background: #dce4ee;
	padding: 10px; 
	font-weight: bold;
	font-size: 14px;
}

div.comments div.splitter {
	border-bottom: 1px solid #dce4ee;
	height: 1px;
	margin: 0 10px 0 10px;
	padding: 0;
	background: none;
}

div.comments div.comment {
	margin: 15px 10px 15px 10px;
}

div.comments div.comment .name {
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

div.comments div.comment .date {
	color: #666666;
	font-size: 9px;
	padding: 4px 6px 2px 6px;
	background: #eef2f7;
}

div.comments div.comment .text {
	padding: 7px 0 7px 0;
}

div.comments div.comment .quote {
	font-size: 10px;
	color: #999999;
}

/*
div.comments div.leave_comment {
	color: #385176;
	background: #dce4ee;
	padding: 7px 10px 7px 10px; 
}
*/


div.sort div.option {
	padding: 0 0 10px 0;
	color: #666666;	
}
div.sort div.option select {
	width: 200px;
}

div.sort div.option div.name {
	padding: 0 0 3px 0;
}

div.sort div.option div.select {
}	


div.sort div.selected {
	color: #000000;
	background-color: #dce4ee;
}

div.print, div.sort{
 	padding: 10px;
	border: 1px solid #a5c3e9;
}




/*  search  */

#search_form
{
	margin: 0;
	padding: 0;
	width:139px;
	height: 26px;
}

#search_form .top-q
{
	height:18px; 
	width:110px; 
	padding:2px 0px 2px 5px; 
	border-top-left-radius: 3px; 
	border:none; 
	border-bottom-left-radius: 3px; 
	background:#fff; 
	float:left; 
	margin:0; 
	font-size: 12px; 
	outline:none;
}
#search_form .top-q:active {outline:none}

#search_form .top-btn
{
	background: #fff url('/images/templates/main/new_search.gif') no-repeat left center;
	width: 24px; 
	height: 22px; 
	padding:0;
	cursor: pointer; 
	float:left;
	border-top-right-radius: 3px; 
	border:none; 
	border-bottom-right-radius: 3px; 
	margin:0; 
	outline:none
}

.default-search {color:#A5C3E9}


/*  login  */

#login_box {
	width: 250px;
	position: absolute;
	left: 50%;
	/*top: 115px;*/
	top: 35%;
	margin: -100px 0 0 -125px;
	background: #EBEBEB;
	border: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	border-top: 5px solid #cc0000;
	padding: 15px;
	display: none;
	z-index: 999;
	box-shadow: 3px 3px 5px #999;
}

#login_box .header{
	padding: 0 0 10px 50px;
	font-size: 18px;
}

#login_box .field
{
	margin: 5px 0 5px 0;
}

#login_box .field input {
	width: 160px;
}

#login_box .caption {
	width: 50px;
	color: #666666;
	font-size: 11px;
	float: left;
	padding: 3px 0 0 0;
}

#login_box .remember {
	width: 140px;
	padding: 7px 0 0 70px;
	font-size: 11px;
}

#login_box .remember input {
	margin: 0 0 0 -20px;
	position: relative;
	top: -3px;
	float: left;
}

#login_box .buttons{
	padding: 15px 0 0 50px;
}

#login_box .links{
	padding: 15px 0 0 50px;
	font-size: 11px;
}





/* navigator  */

#navigator {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	cursor: pointer;
	cursor: hand;	
	z-index: 10;
	font-family: Verdana;
	font-size: 11px;
}

#nav {
	width: 130px;
	height: auto;
	background: #EBEBEB;
	border: 1px solid #CCCCCC;
}

#nav a,
#nav a:link {
	display: block;
	text-decoration: none;
	background: #EBEBEB;
	padding: 2px 6px 2px 6px;
	width: 118px;
}

#nav a.submenu {
	background: #EBEBEB url('/images/templates/main/navigator_arrow.gif') no-repeat 120px center;
	display: block;
	padding: 2px 6px 2px 6px;
}


#nav div.list{
	width: 130px;
	position: absolute;
	left: 141px;
	background: #EBEBEB;
	border: 1px solid #CCCCCC;
}

#nav div {
	display: block;
	width: 130px;
}

#nav div div{
	display: none;
}

#nav div:hover div,
#nav div.over div {
	display: block;
}


/* ошибки красным  */

font.errortext{
	color: #FF0000;
}

/* item detailed */

div.full_text, div.full_news {
	font-size: 14px;	
}

div.full_text h2, div.full_news h2{
	font-size: 17px;
	color: #6F769B;
	font-weight: bold;	
}

div.full_text h3, div.full_news h3{
	font-size: 15px;
	color: black;
	font-weight: bold;	
}

div.full_news blockquote, div.full_text blockquote {
	margin: 10px 0 0 20px;
	padding: 5px 20px;
	border-left: 6px solid #DEEEDA;
}

/* Голубая кнопка */

INPUT.BlueButton {
        border: 1px dotted #808080;
        color: Black;
        background-color: #E2E8FC;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;;
        vertical-align: middle;
	/*cursor: hand;*/
}

/*Цитирование и таблицы в комментах*/

table.forum-quote {
	padding:5px 30px;
	border: 1px solid #e6e6e6;
	margin-bottom: 8px;
	margin-top: 8px;
	background: url("/images/templates/main/comments/sm_quote.png") no-repeat scroll left top #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position:relative;
}
.comments table.forum-quote {background:#fff;}
.comments table.forum-quote td:before { content: ""; position: absolute; top: 15px; left: 10px; width: 12px; height: 9px; display: inline-block; vertical-align: top; *vertical-align: auto; *zoom: 1; *display: inline; background: url(images/sprites-s8350b1e51a.png) no-repeat 0 -1794px; }

table.forum-quote th {
	text-align: left;
}

table.data-table {
	border: 1px solid #BFCEFB;
	border-style: inset;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*Фиксируем ширину страницы*/
div.maxw11 {
	margin:0;
	padding:0;
	background-color:#F4F4F4
}
div.maxw12 {
	max-width: 1400px;
	min-width: 990px;
	margin:0 auto;
	border-left:1px #eee solid;
	border-right:1px #eee solid;
	background-color:#FFF;
	box-shadow: -5px 4px 5px 0 rgba(0,0,0,0.1), 5px 4px 5px 0 rgba(0,0,0,0.1);
}
div.maxw21
{
	padding:0;
	margin:0;
	background-color:#A5C3E9;
}
div.maxw22 {
	max-width: 1400px;
	min-width: 990px;
	margin:0 auto;
	border-left:1px #BDD4EF solid;
	border-right:1px #BDD4EF solid;
}
div.maxw31
{
	padding:0;
	margin:0;
	background-color: #9EB1CA;
}
div.maxw32 {
	max-width: 1400px;
	min-width: 990px;
	margin:0 auto;
	border-left:1px #B8C7DB solid;
	border-right:1px #B8C7DB solid;
}

/*Чтобы и в FF было также как в и IE*/
h4 {
	font-size: 16px;
	color: #2D689A;
	font-weight: normal;
}

/*Количество ответов (для главной страницы)*/
.replnum {
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANAgMAAAFxaZwDAAAACVBMVEWzt8HS1dv///+r2wueAAAAMUlEQVQIHQXBMQ3AQBADMEPpfLgeSFQkN1VVUL5tEfH4rbWiMWxUVdWn2oApUxz65gJG2RFrF9rMfQAAAABJRU5ErkJggg==") no-repeat scroll 0 50% transparent;
	padding:0 6px 0 13px;
	font-size:11px;
}
/*Звездочка*/
.favorit {
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAAEyMiTYAAAAOVBMVEWkpqyqrLKwsre3uL28vsPDxMjJys3MzdHPz9PS09ba297h4uPk5ebm5+nr6+zt7e7z8/T5+fn///8iSkgZAAAAXklEQVQIHQXBiQECIRAEsIG9/1Qg/RdrEmKEDLlauwJRUiqmIPggOrp4I68AoYpU3XdV5sk5o9PF9jybAAHv9oLAbNqEjNzfifm9M8LqA6Mvwspvb/svi3AcC+s4+ANWFQkPSVXcvgAAAABJRU5ErkJggg==") no-repeat scroll 0 50% transparent;
	padding:0 6px 0 10px;
}

/* Мелкий PR */

.pr_small{
	background-color:#9C0000;
	color: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block; padding: 1px 2px;
	line-height:1em;
}

/*Тэги под материалами*/
a.tagbtn
{
	display:inline-block;
	text-decoration:none;
	color:#999;
	border:1px solid #ccc;
	padding:3px 5px;
	margin-right:6px;
	border-radius:5px;
	background: #f5f5f5;
}

div.item-news h2 {
    color: #2d689a;
    font-size: 16px;
    font-weight: bold;
}

div.item-news h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

/* Таблица стилей для кодексов: гражданского, налогового и какие там ещё будут */
.ck_article_text {line-height:1.5em;margin-bottom:30px;}
.ck_section{font-weight:bold; font-size:18px;margin: 1em 0px 5px}
.ck_chapter{font-weight:bold; font-size:16px;margin: 0.6em 0em 0.6em 1em;}
.ck_chapterintr {font-size: 18px;margin-bottom:10px;line-height: 1.5;margin: 15px 0px;}
.ck_chapterintr a {text-decoration: none;}
.ck_link li{margin-left: 30px;margin-bottom: 16px;line-height: 1.5em;}
.ck_link li a{line-height: 1.5em;} 
.ck_point, .ck_subpoint{padding: 5px 0px 0px 40px;margin: 0px;}
.ck_subpoint p {margin: 0px;padding: 5px 10px 5px 0px}
.ck_footer {text-align: left;font-style: italic;margin-bottom: 25px;margin-top: 15px;line-height: 1.5em}
.ck_main {font-size:16px;}
.ck_nav {line-height: 1.3;font-size: 14px;}
.ck_nav .ck_navRight {
    width: 46%;
    text-align: right;
    float: right;
}
.ck_nav .ck_navLeft {
    width: 46%;
    text-align: left;
    float: left;
}
.ck_nav .ck_navLeft {margin-bottom: 15px;}	
ul.ck_paralist {list-style-type: disc;padding: 0px 25px;}
ul.ck_paralist a {display:inline;}
.ck_pointnum {position: absolute;right: 100%;top:0;}
.ck_pointnumpar {position: relative;margin: 0px 0px;padding: 0px 10px 5px 0px; }
@media screen and (max-width: 800px) {
    .ck_point, .ck_subpoint{padding: 0px;margin: 0px;}
    .ck_pointnum {position: relative;right: auto;top:auto;}
    .ck_nav .ck_navLeft, .ck_nav .ck_navRight {
        width: 100%;
        float: none;
    }
} 
.feed-post-text-block-inner-inner {font-size:14px;}