input[type="submit"]
{
	background: url("/images/btnGradient.png") no-repeat;
	width:      74px;
	height:     22px;
	color:      #f0f0f0;
	font-size:  11px;
	cursor:     pointer;
	border: 0px;
}

.blue-link
{
	color: #22538B;
	text-decoration: underline;
}
.blue-link:hover
{
	color: #3F98FD;
	text-decoration: none;
}

.blue-button
{
    position:relative;
	background:    url("/images/btn_login_shade.png");
	width:         49px;
	height:        22px;
	border-radius: 4px;
	cursor: pointer;
}
.blue-button:hover .label
{
	color:  white;
}
.blue-button .label
{
	font-size: 11px;
    left: 8px;
    line-height: 22px;
    position: absolute;
    top: 0;
}

ul.photogallery li
{
	display: inline-block;
	padding: 5px;
}

.button-blue, .button-green, .button-red{
    height:        22px;
    border-radius: 3px;
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
    line-height: 22px;
    color: #DDDFE1;
    cursor: pointer;
}
.wide_button{
    display: block;
    text-align: center;
}
.high_button{
    height: auto;
    line-height: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.button-blue:hover, .button-green:hover, .button-red:hover{
    color: white;
}
.button-blue{
    background: url("/images/button-normal-gd.png");
}
.button-blue.static{
    background-image: none;
    background-color: #4084C9;
}
.button-green, .button-red, .button-blue.wide_button, .button-blue.static{
    text-decoration: none;
}
.button-green{
    background-color: #009024;
}
.button-red{
    background-color: #ad0b02;
}

.submit_button{
    min-width: 100px;
    text-align: center;
}

.button-normal-blue
{
	height:        28px;
	border-radius: 3px;
	display: inline-block;
	padding: 0px 10px;
	font-size: 14px;
	background:    url("/images/button-normal-gd.png");
	line-height: 28px;
	color: white;
	cursor: pointer;
}
.button-normal-blue:hover
{
	color: white;
}

.button-blue.disabled, .button-green.disabled, .button-red.disabled{
    text-decoration: none;
    cursor: default;
    background-image: none;
    background-color: #888;
}
.button-blue.disabled:hover, .button-green.disabled:hover, .button-red.disabled:hover{
    color: #DDDFE1;
}

/*.column.right section.news-on-main .news-item
{
	display: inline-block;
	width: 200px;
}


.column.right section.news-on-main .news-item.big-item
{
	width: 420px;
	margin-bottom: 20px;
}
.column.right section.news-on-main .news-item.big-item>section
{
	display: inline-block;
	width:   200px;
	height:  100%;
}

.column.right section.news-on-main .news-item.big-item .image
{
	top:              0px;
	display:          inline-block;
	float:            left;
	margin-right:     20px;
	width:            200px;
	height:           200px;
	background-color: #808080;
	border-radius:    3px;
	margin-bottom: 0px;
}

.column.right section.news-on-main .news-item.big-item .news-header
{
	padding-top:    15px;
	font-size:      18px;
	border:         none;
	padding-bottom: 0px;
	margin-bottom:  3px;
}

.column.right section.news-on-main .news-item.big-item .all-news
{
	font-size: 12px;
	display:   inline-block;
	position:  absolute;
	right:     0px;
	bottom:    0px;
	cursor:    pointer;
}

.column.right section.news-on-main .news-item .image
{
	display:          inline-block;
	height:           130px;
	width:            100%;
	border-radius:    3px;
	background-color: grey;
	margin-bottom:    15px;
	overflow: hidden;
}

.column.right section.news-on-main .news-item .news-header
{
	font-size:      14px;
	border:         none;
	padding-bottom: 0px;
	margin-bottom:  1px;
}*/
/**/
.column.right>section div.vertical-news:first-child
{
	margin-right: 20px;
}

/**/
input.styled,
textarea.styled
{
	font-size:        12px;
	color:            grey;
	border-radius:    2px;
	background-color: #ffffff;
	box-shadow:       1px 1px 2px 0px #ABABAB inset;
	border:           none;
}
input.styled
{
	height:           22px;
	padding:     0px 5px;
}
textarea.styled
{
	padding: 5px;
}

ul.sert_list{
    font-weight:bold;
    padding-left:20px;
    /*list-style-type:none;*/
}



/*аудит заявок*/
table.audit, table.audit-requests, table.audit-users{
    width:100%;
}
table.audit tr.event{
    cursor:pointer;
}
table.audit tr.event:hover{
    background-color:#ccc;
}
table.audit tr.requests{
    display:none;
}
table.audit tr.requests.active{
    display:table-row;
}
table.audit th, table.audit td{
    padding:10px;
    vertical-align:middle;
}

table.audit-requests, table.audit-requests a.request_preview{
    color:#666;
}
table.audit-requests .row-green, table.audit-requests .row-green a.request_preview, .confirm.green{
    color:#009024;
}
table.audit-requests .row-red, table.audit-requests .row-red a.request_preview, .confirm.red{
    color:#ad0b02;
}
table.audit-requests .row-partial, table.audit-requests .row-partial a.request_preview{
    color: #b59400;
}

table.audit-requests .confirm{
    font-size: 14px;
    font-weight: bold;
}
table.audit-requests .status{
    padding: 1px 3px;
    /*font-weight: bold;*/
}

table.audit-requests td{
    border: none;
}
table.audit-requests .not-approved{
    text-decoration:line-through;
}
table.audit-requests form.approving_type label{
    display:block;
    padding-bottom:4px;
}
table.audit-requests form.approving_type label.user_select{
    font-weight:bold;
}
table.audit-requests form.approving_type a{
    margin-top:5px;
}

table.audit tr.requests .section{
    font-weight:bold;
    padding:5px;
    color:#000;
}

.requests .processed_status{
    text-align: right;
    color: #000;
}

table.audit-requests tr.comment_row{
    border-bottom:1px solid #e9e9e9;
}
table.audit-requests tr.comment_row form.sending_comment textarea, table.audit-requests tr.comment_row form.sending_comment a{
    display:inline-block;
    vertical-align:top;
}
table.audit-requests tr.comment_row form.sending_comment textarea{
    width:545px;
    margin-right:12px;
    margin-bottom: 5px;
}
table.audit-requests tr.comment_row form.sending_comment a{
    width:70px;
}

table.audit-requests td.rate_td{
    width: 155px;
}
table.audit-requests td.rate_td select{
    width: 60px;
    text-align: center;
}
table.audit-requests td.rate_td .average{
    font-weight: bold;
}

/*table.audit-requests tr.comment_row .history{*/
    /*padding: 0 0 1em;*/
/*}*/
table.audit-requests .history p{
    padding:0 0 0.6em;
}
table.audit-requests .history p span.comment_date{
    display: block;
    font-weight: bold;
}
table.audit-requests .history:nth-child(n+2){
    padding-top: 10px;
}

.remain_estimates{
    font-size: 1.2em;
    color: #ad0b02;
}
.remain_estimates.completed{
    color: #009024;
}


/*тезисы*/
.request_form input.author_long{
    display: inline-block;
    width: 220px;
}
.request_form input.author_email{
    display: inline-block;
    width: 180px;
}
.request_form input.author_short{
    display: inline-block;
    width: 15px;
    text-transform: uppercase;
}


/*юзеры. подписавшиеся на мероприятия */
table.audit-users td{
    border: none;
    padding: 6px 10px;
}



.fill_req{
    color:#ad0b02;
}

input.thesis_points{
    width:30px;
    text-align:center;
}

.thesis_assignment{
    color:#000;
    padding:5px 5px 15px;
    margin-bottom:10px;
    border-bottom:1px solid #d9d9d9;
}
.thesis_assignment .button-blue{
    text-decoration:none;
}
.thesis_assignment .ass_status{
    float:right;
}
.thesis_assignment input.thesis_user{
    width:200px;
}
.thesis_assignment .ass_header{
    font-weight:bold;
    font-size:14px;
    margin-bottom:10px;
}

.thesis_assignment .response.green{
    color:#009024;
}
.thesis_assignment .response.red{
    color:#ad0b02;
}

.thesis_assignment .tabs{
    padding:5px 0 15px;
}
.thesis_assignment .tabs a{
    color:#000;
}
.thesis_assignment .tabs a.active{
    font-weight:bold;
}

.thesis_assignment input.thesis_count{
    width:50px;
}

.thesis_assignment select.thesis_section{
    width:300px;
}

.thesis_assignment .tabs-rel{
    display:none;
}
.thesis_assignment .tabs-rel.active{
    display:inline;
}

.warning_link{
    font-size: 20px;
    color: #c71b22;
}

img.user_photo{
    max-width:200px;
    border:1px solid #22538B;
}
.user_profile p{
    margin:10px 0;
}
.user_photo_wrapper{
    float:right;
    text-align:center;
    width:202px;
    padding:13px 0;
}
a.user_photo_action{
    display:block;
    text-align:center;
    margin:6px 0;
    font-family: "Tahoma", sans-serif;
}
.hidden_input{
    opacity:0;
    position:absolute;
    top:-9999px;
}


.comments_block{
    padding-bottom:20px;
}
.comments_block .comments_counter{
    font-weight:bold;
}

.comments_block .one_comment{
    padding-top:12px;
    /*width:100%;*/
}
.comments_block .one_comment.hidden{
    display:none;
}
.comments_block .one_comment.new_comment{
    padding-top:20px;
}

.comments_block .one_comment .warning{
    padding-bottom:10px;
    font-style: italic;
}
.comments_block .one_comment .warning.red{
    color:#c33;
}

.comments_block .one_comment .avatar_wrapper{
    float:left;
    width:50px;
    padding-right:10px;
}
.comments_block .one_comment .avatar_wrapper .avatar{
    display:block;
    width:50px;
    height:50px;
    background-size:cover;
    background-position:50% 50%;
}

.comments_block .one_comment .comment_body, .comments_block .one_comment .comment_body textarea{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.comments_block .one_comment .comment_body{
    width:100%;
    padding-left:60px;
}
.comments_block .one_comment .one_comment .one_comment .one_comment{
    margin-left:-60px;
}
.comments_block .one_comment .comment_body .comment_body_inner{
    position:relative;
    padding:0 0 10px;
    /*border-bottom:1px solid #bbc5d2;*/
}
.comments_block .one_comment .comment_body .comment_body_inner .separator{
    position:absolute;
    bottom:0;
    height:1px;
    left:-60px;
    right:0;
    background-color:#bbc5d2;
    opacity:0.6;
}
.comments_block .one_comment .comment_body .comment_body_inner:after{
    clear:both;
}
.comments_block .one_comment .comment_body textarea{
    display:block;
    width:100%;
    height:160px;
    resize:none;
    padding:2px 4px;
    margin-bottom:8px;
    font-family:Arial, sans-serif;
    font-size:12px;
}
.comments_block .one_comment .comment_body .comment_send_button{
    float:right;
}
.comments_block .one_comment .comment_body .commentator_name{
    text-decoration:none;
}
.comments_block .one_comment .comment_body .comment_date{
    color:#888;
    font-size:0.9em;
    padding-left:10px;
}
.comments_block .one_comment .comment_body p{
    padding:6px 0;
}

.comments_block .one_comment .show_more{
    margin:10px 0;
}
.comments_block .one_comment .show_more.hidden{
    display:none;
}
.comments_block .one_comment .show_more span{
    font-style: italic;
}


.presentation_wrapper{
    position:relative;
    margin:5px 0;
    overflow:hidden;
}
.presentation_wrapper .presentation_nav{
    display:block;
    width:27px;
    position:absolute;
    z-index:5;
    top:0;
    cursor:pointer;
}
.presentation_wrapper .presentation_nav, .slider_presentation ul li .presentation_slide{
    height:513px;
}
.presentation_wrapper.simple .presentation_nav, .presentation_wrapper.simple .slider_presentation ul li .presentation_slide{
    height: 470px;
}
.presentation_wrapper .nav_wrapper{
    display:block;
    width:27px;
    position:absolute;
    z-index:5;
    top:0;
    opacity:0.4;
}
.presentation_wrapper .nav_wrapper:hover{
    opacity:0.7;
}
.presentation_wrapper .nav_wrapper.left{
    left:0;
}
.presentation_wrapper .nav_wrapper.right{
    right:0;
}
.presentation_wrapper .nav_wrapper .presentation_nav{
    cursor:pointer;
    background:#fff no-repeat center center;
}
.presentation_wrapper .nav_wrapper.left .presentation_nav{
    background-image:url(../images/sudo/arrow_left.png);
}
.presentation_wrapper .nav_wrapper.right .presentation_nav{
    background-image:url(../images/sudo/arrow_right.png);
}

.slider_counter{
    /*float:right;*/
    /*text-align:right;*/
    display:none;
    width:200px;
    font-weight:bold;
}

.slider_presentation, .slider_presentation ul li{
    width:912px !important;
}
.presentation_wrapper.simple .slider_presentation, .presentation_wrapper.simple .slider_presentation ul li{
    width: 700px !important;
}
.slider_presentation{
    position:relative;
}
.slider_presentation ul, .slider_presentation ul li{
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
    display:block;
}
.slider_presentation ul li {
    vertical-align:middle;
    text-align:center;
}
.slider_presentation ul li .presentation_slide{
    background-color:#fff;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:50% 50%;
}
.slider_presentation ul li .presentation_text{
    padding:10px 0;
    min-height:30px;
}

.slider-waiter{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:25;
    background:#fff;
}

#events_calendar{
    margin:25px 0 15px;
}
.events_calendar_hint{
    color: #555;
}

.request_form fieldset.author_set{
    width: 540px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-color: #000;
}
.request_form fieldset.author_set input[type='text'], .request_form fieldset.author_set select{
    width: 100%;
}
.request_form fieldset.author_set label{
    padding-bottom: 5px;
}

.take-part-event-wrapper{
    float: right;
    text-align: right;
    padding: 0 0 5px 8px;
}

p.hint{
    padding: 4px 0 6px;
    font-style: italic;
    opacity: 0.9;
}

.checkbox_label{
    display: block;
    text-align: left;
    padding: 5px 0;
}
.checkbox_label.error{
    border: none;
    color: red;
}

.bg-green, .bg-red, .bg-yellow, .bg-blue{
    color: #fff;
}
.bg-green{
    background-color: #009024;
}
.bg-red{
    background-color: #ad0b02;
}
.bg-yellow{
    background-color: #b59400;
}
.bg-blue{
    background-color: #4084C9;
}

.text-green{
    color: #009024;
}
.text-red{
    color: #ad0b02;
}
.text-yellow{
    color: #b59400;
}
.text-blue{
    color: #4084C9;
}

.request_add{
    margin: 20px 0 5px;
}
.requests_links{
    padding: 15px 0;
}
.requests_links a{
    display: inline-block;
    padding: 7px 0;
    font-weight: bold;
}

.simple_list li{
    padding: 0.4em 0;
}
ul.simple_list li{
    list-style: none;
}

/* Навигация по курсу */
#sub-page-type-one .col.for_course{
    width: 260px;
}
#sub-page-type-one .col.two.for_course {
    width: 650px;
}

#sub-page-type-one .col.one .course_nav{
    padding-right: 15px;
}
#sub-page-type-one .col.one .course_nav > a{
    font-weight: bold;
}
#sub-page-type-one .col.one .course_nav ul{
    display: none;
}
#sub-page-type-one .col.one .course_nav ul.active{
    display: block;
}
#sub-page-type-one .col.one .course_nav li{
    margin-left: 18px;
    padding: 12px 0 0 0;
    border: none;
}
/*#sub-page-type-one .col.one .course_nav ul ul ul li.active > a{*/
#sub-page-type-one .col.one .course_nav li.active > a{
    font-weight: bold;
}

#sub-page-type-one .col.one .course_nav.my_bookmarks{
    padding-top: 10px;
}
/* /Навигация по курсу */

/* Страница курса */
.material_nav .nav_next{
    float: right;
}
.course_material, .material_nav, .material_completion, .course_appeal_form{
    padding: 15px 0;
}
.course_material:empty{
    padding: 0;
}
.material_completion{
    text-align: center;
}
.material_completion, .material_completion a{
    font-size: 13px;
}
.material_completion a{
    display: block;
}
.material_completion a, .material_completion .success, .material_completion .partial_success, .material_completion .fail{
    width: 40%;
    margin: auto;
}
.material_completion .success, .material_completion .partial_success, .material_completion .fail{
    padding: 0 10px;
    line-height: 22px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.material_completion .success, .test_answers .success, .course_progress_list .percentage.success{
    color: #009024;
}
.material_completion .success, .test_answers .success .comment_for_answer{
    border-color: #009024;
}
.material_completion .partial_success, .course_progress_list .percentage.partial_success{
    color: #707000;
}
.material_completion .partial_success{
    border-color: #707000;
}
.material_completion .fail, .test_answers .fail, .course_progress_list .percentage.fail{
    color: #ad0b02;
}
.material_completion .fail, .test_answers .fail .comment_for_answer{
    border-color: #ad0b02;
}

.menu_icon, .menu_icon:before{
    display: inline-block;
    vertical-align: middle;
}
.menu_icon:before{
    content: '';
    width: 13px;
    height: 14px;
    margin-right: 3px;
    text-align: center;
    font-weight: bold;
}
.menu_icon.bookmark:before{
    background: url("/images/bookmarks.png") 0 0 no-repeat;
}
.menu_icon.bookmark.filled:before{
    background-position: -13px 0;
}
.menu_icon.progress:before{
    content: '%';
}

.course_material .comments_block{
    padding-top: 20px;
}

.test_answers{
    padding: 10px 0;
}
.test_answers div{
    padding: 2px 0;
}
.test_answers .correct{
    font-weight: bold;
}
.test_answers label{
    display: inline-block;
    padding: 5px 5px 5px 0;
    cursor: pointer;
}
.test_answers label.disabled{
    cursor: default;
}
.test_answers textarea{
    display: block;
    width: 100%;
    height: 80px;
}
.test_answers textarea.custom{
    display: none;
}
.test_answers textarea.custom.active{
    display: block;
}
.test_answers input[type='file']{
    width: 50%;
}
.test_answers .comment_for_answer{
    margin: 0 0 3px 15px;
    padding: 2px 0 3px 5px;
    font-weight: normal;
    font-style: italic;
    border-left: #000 1px solid;
}

.course_progress_list{
    font-size: 14px;
}
.course_progress_list ul{
    padding-left: 25px;
    list-style: none;
}
.course_progress_list > ul
{
    padding-left: 0;
}
.course_progress_list ul li{
    padding: 0.4em 0;
}
.course_progress_list .percentage
{
    float: right;
    text-align: right;
    width: 50px;
    font-weight: bold;
}
.course_progress_list .total_percentage{
    padding-top: 12px;
    font-weight: bold;
    border-top: 1px solid #000;
}

/* /Страница курса */

/* Список курсов */
.course_list{
    padding-bottom: 15px;
}
.course_list > div{
    padding: 10px 0;
    border-bottom: 1px solid #bbb;
}
.course_list > div:last-child{
    border-bottom: none;
}
.course_list h2{
    font-size: 16px;
    padding: 5px 0;
}
.course_list .img_wrapper, .course_list .annotation{
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
}
.course_list .img_wrapper{
    width: 220px;
    padding: 5px 0;
    text-align: center;
}
.course_list img{
    max-width: 220px;
}
.course_list .annotation{
    width: 460px;
    padding-left: 10px;
}
/* Список курсов */

/* Список курсов (таблица) */
.decor-list-table{
    width: 100%;
    margin-top: 10px;
    border: 1px solid #666;
}
.decor-list-table th, .decor-list-table td{
    padding: 12px 4px;
}
.decor-list-table thead{
    border-bottom: 2px solid #666;
}
.decor-list-table td{
    border-top: 1px solid #ccc;
}
.decor-list-table .left{
    text-align: left;
}
.decor-list-table .center{
    text-align: center;
}
.decor-list-table thead{
    background-color: rgba(0,0,0,0.08);
}
.decor-list-table tr:nth-child(even){
    background-color: rgba(0,0,0,0.05);
}
.decor-list-table .grey, .decor-list-table .grey a{
    color: #666;
}
.decor-list-table .for_button > *{
    width: 82px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* /Список курсов (таблица) */

/* Серты */
.cert_list_block{
    padding: 20px 0;
}
.cert_list_block h4{
    font-size: 18px;
}
.cert_list_block p{
    padding-top: 10px;
}
/* /Серты */


/* Видеоархив */
form.video_archive_filter{
    padding: 15px 0;
}
form.video_archive_filter .hint{
    /*font-weight: bold;*/
    margin-right: 150px;
    font-size: 16px;
    color: #22538b;
}
form.video_archive_filter label{
    display: block;
    padding: 3px 0;
}
form.video_archive_filter label span{
    display: inline-block;
    width: 60px;
}
form.video_archive_filter input, select{
    display: inline-block;
    border: 1px solid #999;
    padding: 1px 4px;
    box-sizing: border-box;
}
form.video_archive_filter input.long, form.video_archive_filter select.long{
    width: 630px;
}
form.video_archive_filter input.short{
    width: 140px;
    text-align: center;
}
form.video_archive_filter .submit_button{
    margin-top: 10px;
}

.video_archive_list{
    padding-bottom: 15px;
}
.video_archive_list > div{
    padding: 10px 0;
    border-bottom: 1px solid #bbb;
}
.video_archive_list > div:last-child{
    border-bottom: none;
}
.video_archive_list h2{
    font-size: 16px;
    padding: 5px 0;
}
.video_archive_list .img_wrapper, .video_archive_list .annotation{
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
}
.video_archive_list .img_wrapper{
    width: 220px;
    padding: 5px 0;
    text-align: center;
}
.video_archive_list img{
    max-width: 220px;
}
.video_archive_list .annotation{
    width: 460px;
    padding-left: 10px;
}
/* /Видеоархив */

.status_block{
    padding: 5px;
    color: #333;
    border-left: 1px solid #333;
}
.status_block p{
    padding: 0.1em 0;
}

.decor_success, .decor_fail{
    display: inline-block;
    padding: 2px 4px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}
.decor_success:before{
    content: '✓ ';
}
.decor_fail:before{
    content: '✘ ';
}

.decor_success, .status_block.success, .status_block.success a{
    color: #009024;
}
.decor_fail, .status_block.fail, .status_block.fail a{
    color: #ad0b02;
}
.decor_success, .status_block.success{
    border-color: #009024;
}
.decor_fail, .status_block.fail{
    border-color: #ad0b02;
}

form[name='add_cert_code']{
    padding-top: 5px;
}
form[name='add_cert_code'] input[type='text']
{
    width: 150px;
}


.appeal_form{
    display: none;
}
textarea.big{
    display: block;
    width: 100%;
    height: 140px;
}

/* Голосование */
.survey{
    padding: 20px 0 0;
}
.survey h1, .survey p, .survey .center{
    text-align: center;
}
.survey h1{
    font-size: 26px;
    line-height: 1.3em;
    padding-bottom: 20px;
}
.survey h1.declined{
    color: #ad0b02;
}
.survey p{
    font-size: 14px;
}

.survey form label, .survey p.hint{
    margin: 12px 8px;
}
.survey p.hint{
    text-align: right;
}
.survey form label{
    display: block;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    border: 1px #000 dashed;
    background-color: #eee;
    cursor: pointer;
}
.survey form label.selected{
    color: #fff;
    border-style: solid;
    background-color: #4084C9;
    /*background-color: #999;*/
}
.survey form label input[type='radio'],
.survey form label input[type='checkbox']{
    display: none;
}

.survey form a.send_answer{
    display: block;
    margin: 40px auto 20px;
    padding: 10px;
    width: 220px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #4084C9;
    border-radius: 5px;
}
.survey form a.send_answer:hover, .survey .sibling_questions a:hover{
    opacity: 0.9;
}

.survey .sibling_questions{
    padding-top: 40px;
}
.survey .sibling_questions a{
    display: inline-block;
    padding: 4px 8px;
    width: 170px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #4084C9;
}
.survey .sibling_questions a.next{
    float: right;
}

.survey .results{
    padding: 10px 0 30px;
}
.survey .results .bar, .survey .results .bar .bar_label, .survey .results .bar .bar_percentage{
    padding: 10px;
}
.survey .results .bar{
    position: relative;
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
    background-color: #999;
    border: 1px solid #000;
}
.survey .results .bar div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.survey .results .bar .bar_inner{
    background-color: #4084C9;
    border-right: 1px solid #555;
}
.survey .results .bar .bar_label{
    right: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.survey .results .bar .bar_percentage{
    left: 90%;
    font-weight: bold;
    text-align: right;
}
/* /Голосование */

a.to_main_page{
    position: absolute;
    top: -42px;
    left: 0;
    padding: 5px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}
.mini_footer{
    height: 50px;
}
