Skip to content
Chicago Tribune
PUBLISHED: | UPDATED:
Getting your Trinity Audio player ready...

<!– STARTER CSS
WRAP it all in a

background page color is #FBFCFC

TABLEIZER: http://tableizer.journalistopia.com/

MAKE A TABLE:
1. Copy this document into a text file.
2. Get your data into a spreadsheet or a tabbed format in Microsoft Word
3. Tableize it WITH NO CSS STYLES (checkbox): http://tableizer.journalistopia.com/
4. Paste the resulting code into the text file.
5. Paste into an HTML STORY.
That’s it.
–>

div#content.article .graphic-wrapper h2,
.graphic-wrapper img {max-width:100%}
a.credit{font-style:italic}
.graphic-wrapper p{font-weight:normal;}
.graphic-wrapper h1{font-size: 40px;line-height: 1.3em;margin: 10px 0;}
.graphic-wrapper strong {color:#000}

/* Put a LEGEND on your charts with this example. The will draw a colored box for use in a color key. You will need to write a second class/style to set the color so it matches the chart/map/etc.:

XXXXXX

*/
.graphic-wrapper .legend p{font-family:’Arial’, sans-serif; font-size:14px; color:#000;line-height:1.3em;margin:0;padding:0;}
ul.key li{display: inline;margin-right: 28px;font-family: ‘Arial’,sans-serif;color: #000;font-size: 13px;}
.box{display: inline-block;background-color: #000;height: 10px;width: 10px;margin: 0 5px 0 0px;border-radius: 50%;}
.legend div{float:left; width:45%;margin-right:5%}

.clearfix{clear:both}

/* REMOVE HEIGHT and WIDTH attributes from fusion tables and replace with class=’fusion-table’ */
.fusion-table{width:100%;height:400px;margin:15px 0;}

/* USE AN

in “.graphic-wrapper” for chart labels */
.graphic-wrapper h4{color:#000;font-family:’Arial’, sans-serif;font-weight:bold;font-size:16px;margin: 0 0 5px 0}

/* USE AN inside the

for normal-weight italic type */
.graphic-wrapper h4 em{font-weight:normal;}

/* TABLE STYLES — just be sure

is in “.graphic-wrapper” */
/* http://tableizer.journalistopia.com/ */
.graphic-wrapper table {width:100%;margin:15px 0;border-collapse:collapse;}
.tableizer-firstrow, .graphic-wrapper table thead tr {background-color:#12182d;color:#fff;}
.graphic-wrapper table tbody tr {vertical-align: top;}
.graphic-wrapper table td,.graphic-wrapper table th{font-size:14px; font-family:’Arial’, sans-serif;}
.graphic-wrapper table td {padding:7px;}
.graphic-wrapper table tbody tr:first-child td {padding-top:12px;}
.graphic-wrapper table th {padding:10px;border-right: 1px solid white;text-align: left;}
.graphic-wrapper table tr:last-child{ border-bottom: 2px solid #12182d;}
.graphic-wrapper table tr:last-child td{ padding-top: 10px; padding-bottom:10px;}

/* TABLE ZEBRA STRIPES — use

*/
.graphic-wrapper table.zebra td {padding:10px 7px;}
.graphic-wrapper table.zebra tr:nth-child(even) {background: #d3deea}

.show-phone{display:none;}

/* YOUR NEW STYLES HERE */

@media all and (max-width: 700px) {
.show-phone{display:initial;}
.hide-phone{display:none;}
/* THIS IS WHERE PHONE-SPECIFIC STYLES GO */
}

The Centers for Disease Control and Prevention, along with a number of states, has issued new Ebola guidelines recently.

RISK LEVELS

  • High risk: Person has been in direct contact with infected body fluids.
  • Some risk: Includes health care workers returning from West Africa.
  • Low risk: Includes health care workers with contact in U.S.-based Ebola cases.
  • No risk: No contact with an Ebola-infected person.

CDC GUIDELINES FOR PEOPLE WITHOUT SYMPTOMS …

Risk level Monitoring Restrictions
High risk A public health official observes the person at least once a day to review symptoms and check temperature. A same day follow-up can be done by phone. Plans to work, travel, take public transportation or go to busy public places are discussed with a public health official. Plane, ship and long-distance bus or train trips not allowed.
Some risk A public health official observes the person at least once a day to review symptoms and check temperature. A same-day follow-up can be done by phone. Case-by-case assessment for permission to travel or participate in public activities.
Low risk Some will require daily observation, with a same-day follow-up. Others will be under daily observation by a public health official and self-monitor symptoms for 21 days after last exposure. No restrictions.
No risk None required. No restrictions.

… AND THOSE WITH SYMPTOMS

  • All people in the high-, some- and low-risk categories: Must have a medical examination to make sure they don’t have Ebola. They will remain in hospital isolation until doctors and public health officials are certain Ebola is not a concern.
  • No risk category: Might need to have a medical examination for other diseases.

NEW ILLINOIS GUIDELINES

Risk level Monitoring Restrictions
High risk A mandatory 21-day home quarantine is issued. Movement outside the home is not allowed, except for medical care.
Low risk No quarantine. A person checks and reports temperature and other potential symptoms twice daily to a local public health official. No travel restrictions.

IN OTHER STATES Travelers from Ebola-stricken countries with no symptoms

 States that have enacted their own Ebola guidelines

  • Florida: An in-person assessment within 12 hours of arrival, and twice-daily, in-person temperature checks.
  • Georgia: A high-risk person will be quarantined in a facility. Returning medical workers issued a 21-day monitoring order, and will be visually assessed.
  • Maryland: No public transportation or mass gatherings for 21 days for low-risk returning medical workers.
  • New Jersey: Mandatory quarantine for any individual — including any medical personnel returning to the U.S. — who had direct contact with an Ebola-infected individual.
  • New York: A person who had contact with an Ebola-stricken person will be quarantined for 21 days at home with twice-daily check-ins from health care professionals.
  • Pennsylvania: Actively monitored for 21 days.
  • Virginia: Twice-daily temperature checks requested with daily calls from health officials.

Source: Centers for Disease Control and Prevention, Illinois Department of Public Health,
The Washington Post, the states

@ChiTribGraphics