h1,h2,h3,h4,h5,h6,ul,li,p{
  margin:0px;
  padding:0px;
  font-weight:normal;
}

#list_navigation_container,
#button_new_list,
#user_controls_wrapper,
#find_out_about_zenbe_link,
#download_iphone_app,
#download_iphone_app_button,
.new_list_item_entry_wrapper,
.glyph.delete.delete_list_item,
.list_expand_collapse.collapse.glyph,
.list_controls, #right_ad_bar, #zenbe_left_ad_bar,
#button_create_an_account, #login_block {
  display:none;
}

.list_container{
  padding-bottom:20px;
}

.list_body_and_controls_wrapper{
  display:block;
}

.list_header_content_wrapper{
  position:relative;
}

.list_name{
  font-size:14px;
  font-weight:bold;
  line-height:20px;
  font-family:helvetica, arial, sans-serif;
  position:relative;
  left:20px;
  padding-bottom:10px;
}

.list_glyph{
  position:absolute;
}

.list_item_count{
  display:none;
}

li {
  list-style:none;
}

li.list_item{
  position : relative;
  padding-bottom:10px;
}

.list_item_summary{
  position : relative;
  left:20px;
  line-height:18px;
  font-family:helvetica, arial, sans-serif;
  font-size:14px;
}

.complete .list_item_summary{
  text-decoration: line-through;
}

.list_item_checkbox_input{
  position:absolute;
  top:0px;
  left:0px;
}

.rw_new_list_item{
  display:none;
}

/* ============== */
/* = checkboxes = */
/* ============== */
.glyph{
  cursor: pointer;
  height:16px;
  width:16px;
  outline:none;
  background-repeat:no-repeat;
  display:block;
}

#print_head{
  display:block;
  width:621px;
  height:58px;
  margin:auto;
}

#brand_frame_content{
  width:600px;
  margin:0px 10px 0px 10px;
  margin:auto;
}

img{
  border:0px;
}

.list_glyph.glyph.todo_list .list_icon{
  display:block;
  position:relative;
  top:2px;
}

.list_glyph.glyph.todo_list .group_icon{
  display:none;
  position:relative;
  top:1px;
}

.list_glyph.glyph.group .list_icon{
  display:none;
}

.list_glyph.glyph.group .group_icon{
  display:block;
  position:relative;
  top:1px;
}

.incomplete .incomplete_checkbox {
  display:block;
  position:relative;
  top:1px;
}

.incomplete .complete_checkbox {
  display:none;
}

.complete .incomplete_checkbox {
  display:none;
}

.complete .complete_checkbox {
  display:block;
  position:relative;
  top:1px;
}

