#photo {
  width: 543px;
  padding: 10px;
}

h1.item_title, .comments_wrapper h2.comments_title {
  color: #707070;
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: normal;
}

h2.comments_title:after {
  clear: both;
  content: ' ';
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.item_actions {
  font-size: 11px;
  float: right;
  white-space: nowrap;
}

.item_block_show .item_actions {
  padding-top: 4px;
}

/* items style for list of items */
.item_block, .item_block_active {
  background-color: #F0F4F5;
  padding: 9px;
}

.item_block_list
{
  margin-bottom: 12px;
}

.item_block_show, .item_block_preview {
  margin-bottom: 12px;
  width: 100%;
}

#my_page_items .item_block_list {
  margin-bottom: 12px;
  width: 660px;
}

.item_block_list .item_block {
  border: 1px solid #EBE9D3;
}

#my_page_items .item_block_list .item_block {
  margin-bottom: 0px;
  width: 640px;
}

#my_page_items .item_block_list .item_block:hover,
.item_block_list .item_block:hover,
.item_block_preview .item_block:hover {
  border: 1px solid #F0CB14;
  padding: 9px;
}

.item_block_show .item_footer {
  padding: 10px;
}

.item_block_show .item_block,
.item_block_show .item_header {
  background-color: transparent;
  padding: 0px;
}

.item_block_show .category_marker {
  background: #F0F4F5;
}

.item_header, .item_footer {
  background-color: #F0F4F5;
  padding: 5px 0 5px 0;
}

.item_footer {
  font-size:11px;
  white-space: nowrap;
  background-color: #f0f4f5;
  height: 16px;
  padding: 10px 0 10px 0;
  clear: both;
}

.item_body {
  color:#707070;
  float:left;
  font-size:12px;
  line-height:18px;
  overflow: hidden;
  width: 100%;
}

/* item title in item header */
.item_header .date, .author_info {
  float: left;
  color: #a7a7a7;
  font-size: 11px;
  padding-right: 10px;
  height: 17px;
  margin-bottom: 5px;
  /* clear: right; */
}

.item_header .item_actions {
  float: right;
  color: #a7a7a7;
  font-size: 11px;
  padding-bottom: 3px;
}

.item_action {
  margin-left: 5px;
}

/* item title in item header */
.item_header_info {
  width: 100%;
  float: left;
}

/* item title in item header */
.item_header .item_title {
  margin-right: 6px;
  font-size: 18px;
  float: left;
  padding-bottom: 5px;
  padding-right: 15px;
}

.block_w1 .item_header .item_title {
  width: 205px;
}

.block_w2 .item_header .item_title {
  width: 505px;
}

.block_w3 .item_header .item_title {
  width: 810px;
}

.item_footer .comments_count {
  margin-top: 0px;
  padding-right: 10px;
  float: left;
}

.item_footer .comments_fresh_count {
  margin-top: 0px;
  padding-right: 10px;
  float: left;
}

.comments_count
{
  background-image: url(/images/comments_count.gif);
  background-repeat: no-repeat;
  margin-top: 7px;
  float: left;
  width: 25px;
  height: 16px;
  text-align: center;
  font-size: 10px;
  color: white;
}

.comments_count a
{
  color: white;
  text-decoration: none;
  font-size: 10px;
  padding: 1px 10px;
}

.item_footer_info
{
  float: left;
  margin-top: 0;
  width: 350px;
}

.item_footer_info > *
{
  vertical-align: top;
}

.item_share_links
{
  margin-left: 50px;
}

.item_share_links > *
{
  height: 16px;
  line-height: 16px;
  vertical-align: top;
}

.item_share_links,
.item_share_links > div
{
  display: inline-block;
}

.clear_both + .item_share_links {
  margin-left: 0;
}

.item_visibility_marker
{
  color: #a7a7a7;
  margin-left: 10px;
  float: left;
  font-size: 12px;
}

.footer_item_info {
  float:left;
  margin-top:0;
  width:367px;
}


/* Item rating markers
*/

/*  block with green, red or gray background, containing  rating number
*/
.rating_pos_mr, .rating_neg_mr, .rating_zero_mr
{
  background-repeat: no-repeat;
  float: right;
  /*margin-right: 7px;*/
  height: 13px;
  line-height: 13px;
  width: 25px;
  text-align: center;
  font-size: 10px;
  color: white;
}

.rating_pos_mr
{
  background-image: url(/images/rating_green_bg_mr.gif);
}
.rating_neg_mr
{
  background-image: url(/images/rating_red_bg_mr.gif);
}
.rating_zero_mr
{
  background-image: url(/images/rating_grey_bg_mr.gif);
}

/* block with rate_up or rate down links */
.rate_links
{
  float: right;
  margin-right:4px;
}

.rate_icon
{
  margin-right: 6px;
}


/* Attachments styles */
div.file_list
{
  clear: both;
  font-family: Arial;
  font-size: 12px;
  margin-left: 5px;
}

div.file_list div
{
  border: 1px dashed #aab3b5;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 0px;

  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 3px;

}

div.file_list div div
{
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

span.file_size {
  color: #999999;
}



/* category_marker - categegory in item's block
   category   - category link in categories widget
*/
.category_marker
{
  background-color: #F0F0F0;
  float: left;
  padding: 0px 10px 0px 10px;
  margin: 0 10px 5px 0;
  height: 17px;
  font-size: 10px;
  vertical-align: middle;
}

.category_marker a
{
  text-decoration: none;
}


/* widget members */

.widget_members 
{
  padding: 5px;
}

/* widget category */

.widget_categories
{}

.category_selected_top
{
  background-image: url('/images/selected_yellow_bg_top.png');
}

.category_selected_bottom
{
  background-image: url('/images/selected_yellow_bg_bottom.png');
  margin-bottom: 5px;
}

.category_selected_top,
.category_selected_bottom
{
  height: 2px;
  background-repeat: no-repeat;
}

.category_selected
{
  background-color: #ebb600;
}
.category_selected a
{
  color: white;
  text-decoration: none;
}

.category
{
  font-size: 18px;
  padding: 0 6px 11px 6px;
  margin: 0px;
}

.category_selected
{
  font-size: 18px;
  padding: 6px;
  margin: 0px;
}

/* widget cloud */

div.widget_cloud
{
  padding: 5px;
  font-family: Tahoma;
  font-size: 12px;
}

a.R1,a.R2,a.R3,a.R4,a.R5
{
  font-family: Tahoma;
  color: #5a95a8;
  text-decoration: none;
}

a.R1:hover,
a.R2:hover,
a.R3:hover,
a.R4:hover,
a.R5:hover,
a.X1:hover
{
  text-decoration: none;
  background-color: #767760;
  color: #FFFFFF;
}

a.R1 { font-size: 10px;}
a.R2 { font-size: 13px;}
a.R3 { font-size: 16px;}
a.R4 { font-size: 19px;}
a.R5 { font-size: 22px;}
a.X1 { font-family: Tahoma; color: #FF0000;font-size: 22px;text-decoration: none;}


/* widget about member */

.widget_about_member {
  padding: 6px 10px 5px 5px;
  margin-top:18px;
}

.online_yes, .online_long_ago, .online_was {
	background-color: #74AF34;
	margin: 7px auto 6px auto;
	padding: 2px;
  width: 96px;
	height: 15px;
	text-align: center;
  color: white;
	font-size: 11px;
}

.online_was {
  background-color: #ffcb14;
}

.online_long_ago {
 background-color: #777777;
}

.about_member_info {
	float: right;
	width: 148px;
  overflow: hidden;
	font-size: 10px;
	color: #a7a7a7;
	line-height: 19px;
}

.about_member_rating
{
	color: #6e6e6e;
	font-size: 12px;
  margin: 4px 0;
}

.rating_pcts
{
	background-image: url('/images/rating_green_pcnt.gif');
	background-repeat: no-repeat;
	width: 49px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	color: white;
  float: left;
  margin: 2px -7px 2px 7px;
}

.profile
{
  clear: both;
}
.rating_label
{
  float: left;
}

.widget_about_member .member_small
{
  float: left;
  padding-right: 4px;
}

#goto_customization
{
  float: right;
  padding: 10px;
}

.item_details_title
{
  float: left;
  clear: left;
  font-size: 11px;
  padding-top: 3px;
  padding-right: 10px;
  color: #707070;
  white-space: nowrap;
}

.attachment_thumbs
{
  float: left;
  padding: 5px;
  overflow: hidden;
}

.attachment_thumbs_item
{

}

.no_items
{
    color: #A7A7A7;
    text-align:center
}

.add_block_menu {
  background: #b4bbbe;
  width: 100%;
  text-align: right;
  height: 38px;
  font-size: 14px;
  color: #707070;
  clear: both;
}

.add_block_menu_text {
  padding-top:10px;
  float: left;
}

.big_button_goto_customization
{
    float:right;
    background-image: url(/images/button_add_block_menu.gif);
    background-repeat: no-repeat;
    width:98px;
    height:19px;
    margin-top:10px;
    margin-right:25px;
    text-align:center;
    #line-height: 18px;
    padding-top: 3px;
    #padding-top: 0px;

    color: #707070;
    text-decoration: none;
    font-size: 10px;
}

.big_button_goto_customization a
{
  color: #707070;
  text-decoration: none;
  font-size: 10px;
}


.close_item_link {
  color:#0094C3;
  cursor:pointer;
  
  font-size:11px;
  text-decoration:none;
  font-family:Tahoma;
}

#item_body
{
  height: 200px;
}

.tags_marker 
{
  float: left;
  margin-right: 8px;
}

.tags_div
{
    padding-left: 5px;
    padding-bottom: 10px;
}

.footer_tags
{
    color: #A7A7A7;
    font-size:11px;
    text-decoration: none;
}

.item_body textarea {
  width: 99%;
}

#item_body_creator_toolbar2
{
    display: none;
}

.item_form_main h2, .item_block .item_body h2 {
  font-size: 16px;
  font-weight: bold;
  color: #6060a0;
  margin: 11px 0 3px 0;
  border-bottom: 1px solid #eee;
}

.item_form_main h3, .item_body h3 {
  font-size: 14px;
  font-weight: bold;
  color: #6060a0;
  margin: 9px 0 3px 0;
  border-bottom: 1px solid #eee;
}

.item_form_main h4, .item_body h4 {
  font-size: 12px;
  font-weight: bold;
  color: #6060a0;
  margin: 7px 0 3px 0;
  border-bottom: 1px solid #eee;
}

.add_item_comment
{
    display: inline;
    margin-left: 5px;
}

/* Comments bubble */
.comments_bubble
{
    height: 19px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}

.comments_bubble_left, .comments_bubble_right, .comments_bubble_content, .comments_bubble_left_disabled, .comments_bubble_right_disabled, .comments_bubble_content_disabled
{
    background-repeat: no-repeat;
    width: 3px;
    height: 16px;
    float: left;
}

.comments_bubble_left
{
    background-image: url(/images/comments_count_bg_left.gif);
}

.comments_bubble_left_disabled
{
    background-image: url(/images/comments_count_bg_left_disabled.gif);
}

.comments_bubble_right
{
    background-image: url(/images/comments_count_bg_right.gif);
}

.comments_bubble_right_disabled
{
    background-image: url(/images/comments_count_bg_right_disabled.gif);
}

.comments_bubble_content, .comments_bubble_content_disabled
{
    background-image: url(/images/comments_count_bg.gif);
    background-repeat: repeat-x;
    color: white;
    font-size: 10px;
    text-decoration: none;
    width: auto;
    padding: 0 4px;
}

.comments_bubble_content_disabled
{
    background-image: url(/images/comments_count_bg_disabled.gif);
}

.comments_bubble_bottom, .comments_bubble_bottom_disabled
{
    clear: both;
    background-image: url(/images/comments_count_bg_bottom.gif);
    background-repeat: no-repeat;
    height: 3px;
    width: 3px;
    margin-left: 5px;
}

.comments_bubble_bottom_disabled
{
    background-image: url(/images/comments_count_bg_bottom_disabled.gif);
}

.frozen_item 
{
  display: inline;
  margin-bottom: -6px;
}

#video
{
  width: 631px;
  padding-top: 20px;
}

.video_div
{
  width: 100%;
  clear: both;
}

.video_marks_list
{
  float: left;
  width: 260px;
  padding-top: 10px;
  padding-left: 5px;
  font-size: 13px;
}

.video_marks_show_list
{
  padding: 10px 10px 0;
}

.video_marks
{
  padding-bottom: 10px;
}

.video_marks_list a
{
  text-decoration: none;
}

.video_time_input, .video_caption_input
{
  height: 24px;
  padding: 10px 5px 0;
  font-size: 12px;
  font-weight: bold;
  color: #404040;
}

.video_time_input
{
  width: 42px;
}

.video_caption_input
{
  width: 250px;
}

.video_caption_div
{
  color: #404040;
  font-size: 12px;
}

.add_mark_div
{
  padding-left: 10px;
  background-color: #BECFD8;
  padding: 10px;
  width: 330px;
}

.add_marks_link
{
  text-decoration: none;
  display: block;
  padding-top: 10px;
}

#add_video_div
{
  font-size: 13px;
  color: #424242;
  padding: 5px;
  border: 1px solid #D2D2D2;
}

#add_video_div h1
{
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  float: left;
}

#add_video_div p
{
  padding-left: 10px;
}

#photos
{
  padding: 20px;
  width: 592px;
}

.photo_div
{
  width: 100px;
  height: 100px;
  float: left;
  margin: 5px 10px 5px 0;
  border: 5px solid #FFF;
}

.photo_preview
{
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFF;
}

.photo_uploading
{
  background-image: url(/images/loading_image.gif);
  background-color: #323536;
  height: 60px !important;
}

.photo_uploading_title
{
  background-color: #323536;
  color: #FFFFFF;
  height: 30px;
  padding-top: 10px;
  text-align: center;
  width: 100px;
}

.photo_uploading_title a
{
  color: #FFF;
}

.photo_header
{
  height: 10px;
  padding-top: 7px;
}

.item_container
{
  width: 595px;
  float: left;
}

/* Creator */
.redbox_div_body a
{
  color: #0094C3;
}

.creator_content
{
  padding: 10px;
  background-color:#ECECEC;
}

#creator_buttons
{
  padding-left: 40px;
}

.creator_advanced_normal, .creator_advanced_active
{
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}

.creator_advanced_normal
{
  background-color: #6d6d6d;
  margin-top: 14px;
  padding: 0 10px;
}

.creator_advanced_normal a
{
  color: #fff;
}

.creator_advanced_active
{
  background-color: #ECECEC;
  margin-top: 0px;
  padding: 14px 10px 0;
}

.creator_advanced_active a
{
  color: #0094C3;
}

.creator_button, .creator_selected_button
{
  float:left;
  font-size:12px;
  height:33px;
  line-height:33px;
  margin-right:5px;
  margin-top: 10px;
  padding-left:10px;
  padding-right:10px;
  text-align:center;
}

.creator_button_pic, .creator_selected_button_pic
{
  display: none;
}

.creator_selected_button .creator_selected_button_pic
{
  display: inline;
}

.creator_button .creator_button_pic
{
  display: inline;
}

.creator_button .creator_button_pic
{
  display: inline;
}

.creator_button a
{
  text-decoration: none;
  font-weight: bold;
}

.creator_button .creator_button_close
{
  display: none;
}

.creator_selected_button
{
  background-color: #0094C3;
  font-weight: bold;
}

.creator_button_close
{
  margin-left: 10px;
}

.creator_selected_button a
{
  text-decoration: none;
  color: #FFF;
}

.creator_input
{
  height: 22px;
  padding-top: 8px;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}

.creator_title_input
{
  width: 340px;
}

#creator_tags
{
  padding-right: 17px;
  width: 290px;
  border-right: 1px solid #ccc;
}

#creator_access_rights
{
  padding-left: 18px;
  width: 240px;
}

#creator_tags, #creator_access_rights
{
  float: left;
}

#creator_tags, #creator_file, #creator_access_rights
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.creator_tags_input,
#item_abstract_ext.creator_input
{
  border: 1px solid #abadb3;
  height: 66px;
}

.creator_tags_input
{
  width: 268px;
}

#item_abstract_ext.creator_input
{
  width: 600px;
}

.creator_input_div
{
  border: 1px solid #0094C3;
  padding: 5px 0 10px 10px;
  margin-bottom: 10px;
  width: 600px;
  font-size: 12px;
  color: #404040;
}

#creator_place .creator_input_div
{
  padding: 0;
}

.creator_caption
{
  font-size: 12px;
  color: #404040;
  font-weight: bold;
  display: block;
  font-family: Tahoma,Arial,sans-serif;
}

.creator_header
{
  font-size: 12px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 4px;
}

.creator_video_caption
{
  color: #FFFFFF;
  float: left;
  font-family: Tahoma,Arial,sans-serif;
  font-size: 11px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-top: 60px;
  text-align: center;
  width: 140px;
}

#creator_photo_iframes, #creator_file_iframes
{
  width: 600px;
  float: left;
  font-size: 12px;
}

#creator_photo_iframes
{
  margin-bottom: 5px;
}

#creator_file_iframes iframe
{
  margin-top: 5px;
  width: 400px;
}

.creator_frame
{
  width: 280px;
  height: 60px;
  display: none;
}

.creator_image_frame
{
  border: 5px solid #FFF;
}

.creator_video_frame
{
  background-color: #323536;
  font-size: 12px;
  width: 220px;
  height: 165px;
  border: 5px solid #FFF;
}

.video_form_div
{
  padding: 0 10px 10px;
  width: 590px;
  margin-bottom: 10px;
}

.creator_image_frame, .creator_new_image
{
  width: 100px;
  height: 100px;
}

.creator_image_frame
{
  float: left;
  margin: 5px 10px 5px 0;
}

.creator_new_image
{
  background-color: #323536;
  overflow: hidden;
}

.creator_new_image_internal
{
  font-family: Tahoma,Arial,sans-serif;
  margin-left: 20px;
  margin-top: 20px;
  width: 60px;
  text-align: center;
  height: 50px;
  background-color: #323536;
  font-size: 11px;
  color: #FFF;
  padding-top: 10px;
  #margin-top: 25px;
  #margin-left: 23px;
  #padding-top: 7px;
}

.photo_preview_controls
{
  width: 100px;
  height: 100px;
  position: relative;
}

.photo_preview_shadow
{
  background-color: #000;
  opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  width: 100px;
  height: 100px;
  position: absolute;
}

.photo_file_input
{
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: -300;
  top: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.photo_ctrl
{
  padding-top: 40px;
  padding-left: 12px;
}

.file_loading_div
{
  height: 16px;
  line-height: 16px;
  display: block;
  float: left;
  margin-right: 5px;
}

.creator_date_div
{
  float: left;
  margin-top: 5px;
}

.video_upload_div
{
  width: 220px;
  height: 165px;
  background-color: #323536;
  overflow: hidden;
}

#event_date_calendar, #product_date_calendar, #product_end_date_calendar
{
  visibility: hidden;
}

.transparent_submit_button
{
  display: none;
}

.ok_button_image
{
  line-height: 37px;
  float: left;
}

.creator_visibility_rule
{
  font-size: 12px;
  font-weight: normal;
}

.creator_block_caption
{
  padding-bottom: 12px;
  font: bold 12px Tahoma;
}

.creator_body, #creator_advanced_content {
  margin-top: 20px;
  background-color: #ECECEC;
}

.advanced_content_padder {
  padding: 10px;
}

#creator_notify_about_update
{
  font-size: 12px;
  margin-top: 20px;
}

#creator_notify_about_update .checkbox_div, #creator_notify_about_update label
{
  float: left;
  margin-right: 5px;
}

.ok_button_image img
{
  width: 16px;
  height: 16px;
}

.ok_button_loading
{
  float: left;
  margin-left: 5px;
}

#RB_creator
{
  min-height: 490px;
}

.preview_controls
{
  padding-bottom: 10px;
}

iframe.preview_changing
{
  padding-top: 10px;
  height: 100px;
}

.preview_changing
{
  color: #404040;
  font-size: 12px;
}

.preview_changing img
{
  display: block;
  float: left;
  margin-right: 10px;
}

.preview_changing_form
{
  float: left;
}

.video_file
{
  width: 100px;
}

.seminar_frame, .product_frame
{
  height: 30px;
}

.stat_item {
  width: 91px;
  float: left;
  overflow: hidden;
  font-size: 13px;
}

.stat_value {
  font-size: 18px;
}

#creator_empty
{
  background-image: url(/images/transparent.png);
}
/* end of creator */

.link_to_map
{
  margin: 10px 0;
}

#attend_event_redbox {
  width: 692px;
  display: block;
}

.event_attendant {
  width: 80px;
  float: left;
}

.event_attendant > img {
  margin: 0 15px;
  width: 50px;
  height: 50px;
}

.event_attendant > div {
  text-align: center;
}

.event_attendants {
  margin: 10px 0;
}

.event_attendants .caption {
  color: #707070;
  font-size: 16px;
  margin-bottom: 10px;
}

.event_attendants .all {
  margin-top: 10px;
}

.title_image {
  overflow: hidden;
  padding: 10px 0;
}

.action_button {
  background-image: url(/images/action_button_bg.png);
  background-repeat: repeat-x;
  height: 35px;
  line-height: 35px;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}

.product_panel_bg {
  background-color: #F0F4F5;
}

.product_panel, .product_panel_active {
  width: 154px;
  padding: 15px 8px;
  background-color: #4ab2d2;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  float: left;
  margin-right: 10px;
}

.product_panel {
  background-color: #999999;
}

.product_panel a, .product_panel_active a {
  text-decoration: none;
}

.product_panel_active .price_value, 
.product_panel_active .time_value,
.product_panel .price_value, 
.product_panel .time_value {
  font-size: 30px;
  font-weight: bold;
}

.product_panel_active .old_price_value,
.product_panel .old_price_value {
  color: #17576b;
  text-decoration: line-through;
}

.product_panel_active .time_title,
.product_panel .time_title {
  margin-top: 10px;
}

.product_panel_active .action_button,
.product_panel .action_button {
  width: 150px;
  margin-top: 20px;
}

.product_panel_active .cancel_area_bg {
  background-color: #4ab2d2;
}

.product_panel_active .cancel_area {
  text-align: center;
  background-color: #fefefe;
  padding: 10px;
  margin-top: 10px;
}

.product_panel_active .cancel_area .cancel_caption {
  font-size: 18px;
  color: #757575;
  text-decoration: none;
}

.product_panel_active .cancel_area .cancel_link {
  color: #7bc5dd;
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
}

.product_panel .inactive_campaign {
  background-color: #757575;
  text-align: center;
  padding: 10px;
  width: 130px;
  margin-top: 10px;
}

.product_description {
  float: left;
  width: 380px;
}

.product_description .title_image {
  padding-top: 0;
  overflow: hidden;
  height: 285px;
}

.product_description .text p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.item_block_show .product_panel,
.item_block_show .product_panel_active,
.item_block_show .product_description {
  margin-top: 10px;
}

.product_panel_active .attendants_link,
.product_panel .attendants_link {
  font-size: 12px;
  color: #fff;
  margin-top: 20px;
}

.product_panel_active .attendants_link a,
.product_panel .attendants_link a {
  text-decoration: underline;
  color: #fff;
}

.network_info {
  background-color: #f2f2f2;
  padding: 10px;
  width: 562px;
  margin-bottom: 20px;
}

.network_info .logo {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
}

.network_info .text {
  float: left;
  font-weight: bold;
}
