/*
  momc_ss_popup_print.css
  Mosier McCann Success Stories Popup Print Stylesheet
  
  ----------------------------------

*/

body {
  text-align: center;  
  
  background-color: white;
  font-family: verdana, sans-serif;
  color: black;
}

strong {
  font-weight: bold;
}

.red {
  color: rgb(121,0,0);
}

p {
  margin: 0 0 1em 0;
}

ul {
  margin-top: 0;
  list-style-type: circle;
  margin-left: 0;
  padding-left: 16px;

}
li {
  margin-bottom: 1em;
}



#widthContainer {
  
}

/*
  
  HEADER

*/

#mosierSuccessHeader {
  display: none;
}


#mosierPrintableHeader {
  display: block;
  margin-bottom: 1em;
  text-align: left;
}

/*  
  
  h2 headers for the services page

*/
#mosierSuccessStoriesHeader {
  text-align: left;
}
#mosierSuccessStoriesHeader h2 {
  font-size: 16px;
  font-weight: bold;
}

/*

  Main Structural Table

*/
/* for inner services pages */
table#mosierThreeColumn {
  display: none; 
}

h3 {
  margin: 0;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  color: black;
}


/*

  SIDEBAR (td)

*/
#needCopy {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  color: black;
}
#planCopy {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  color: black;  
}
#resultsCopy{
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  color: black;  
}

