
body {
  background: #FFF;
  font-size: 10pt;
  font-family: arial, helvetica;
  margin: 0;
}

#header,
#breadcrumb_row,
#slot_footer,
#footer_row,
#view_resume_button_row,
#tabs,
#resume_view_first_header, 
#resume_view_second_header,
hr,
.preview_section_tools
{
  display: none;
}
#saving
{
      display: none;
}

#resume_main_view {
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
}

.resume_box {
  margin: 0 2px;
  padding: 1em;
  background: #FAFAEF;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}

#preview_user_name {
  margin: 0 0 0.5em 0;
  color: #33346C;
  font-size: 28px;
}

ul#section_list {
  margin: 0;
  padding: 0;
}

ul#section_list li {
  list-style: none;
  padding-left: 0;
}

div.section_box h3 {
  margin: 0;
  font-size: 16px;
  color: #383838;
  border-bottom: 1px solid #CCC;
}

ul#section_list li div.section_box {
  padding: 0 0.5em 0.5em 1em;
}

.section_header {
  border-collapse: collapse;
}

.section_header th {
  border-bottom: 1px solid #CCC;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

