/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* printPlus.css 
@page
{
    size: 8.5in 11in;
    margin-top: 1cm;
    orphans: 4;
    widows: 2;
}*/
body
{
    line-height: 1.5;
    font-family: "Helvetica Neue" , Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    border: none;
    padding: 0;
    margin: 0;
}

/**************************************************/

#mainContentSection div.DocumentTitle
{
    display: none;
}

#mainContentSection .bars
{
    display: none;
}


#mainContentSection .bars
{
}

#mainContentSection h1, #mainContentSection h2, #mainContentSection h3, #mainContentSection h4, #mainContentSection h5, #mainContentSection h6
{
    page-break-before: auto;
    page-break-after: avoid;
}

#mainContentSection div.Warning
{
    page-break-before: auto;
    page-break-inside: avoid;
    display: inline-block;
}

#mainContentSection h1
{
    text-indent: 0em;
    font-size: 100%;
    font-weight: bold;
    margin-top: 4ex;
    margin-bottom: 15px;
    text-align: left;
}

#mainContentSection div.Warning h1
{
    margin-top: 0ex;
}



#mainContentSection h2
{
    text-indent: 0em;
    font-size: 100%;
    font-weight: bold;
    margin-top: 2.2ex;
    margin-bottom: 0ex;
    text-align: left;
}

#mainContentSection h4
{
    text-indent: 0em;
    font-size: 100%;
    font-weight: normal;
    margin-top: 2.2ex;
    margin-bottom: 0ex;
    text-align: left;
    font-style: italic;
}

#mainContentSection div.Warning h1
{
    margin-top: 0pt;
    margin-bottom: 4pt;
    text-align: center;
    text-indent: 1em;
}

#mainContentSection div.HighlightSection, #mainContentSection div.HighlightSubSection
{
    margin-top: 1.8ex;
    padding-bottom: .25ex;
    border-top-style: dashed;
    border-top-width: thin;
}



#mainContentSection h1.Highlights
{
    text-align: center;
    margin-bottom: 0ex;
    margin-top: -1.6ex;
    margin-left: 5%;
    margin-right: 5%;
    white-space: nowrap;
    text-indent: 0em;
}

#mainContentSection h1.Highlights span
{
    background: white;
    padding-top: .5ex;
    padding-bottom: 1ex;
    padding-left: .25em;
    padding-right: .25em;
}

#mainContentSection .HighlightsSeeReference
{
    font-weight: bold;
}

#mainContentSection .HighlightsRevision
{
    text-align: right;
    font-weight: bold;
    margin-bottom: 1ex;
}



#mainContentSection h1.toc
{
    text-indent: 0em;
    margin-top: 0ex;
    margin-bottom: 0ex;
    text-align: left;
    padding-left: .25in;
    padding-right: .25in; /* commented out by Brian Suggs. the FDA has requested that we see the title as is instead of transforming it */ /* this is going  back in for the PLR per FDA request on 05/03/2006 */
    text-transform: uppercase;
}



#mainContentSection h2.toc
{
    /*padding-left: 1em;*/
    margin-top: 0ex;
    font-weight: normal;
    margin-bottom: 0ex;
    text-align: left;
    padding-left: .40in;
    padding-right: .40in;
}



#mainContentSection h3.toc
{
    /*	padding-left: 2em;*/
    font-size: 100%;
    font-weight: normal;
    margin-top: 0ex;
    margin-bottom: 0ex;
    text-align: left;
    padding-left: .55in;
    padding-right: .55in;
}



#mainContentSection h4.toc
{
    padding-left: 3em;
    margin-top: 0ex;
    margin-bottom: 0ex;
    text-align: left;
    font-style: italic;
    padding-left: .70in;
    padding-right: .70in;
}



#mainContentSection span.SectionNumber
{
    position: absolute;
    left: 10pt;
    top: auto;
}



#mainContentSection div.DotleaderTop
{
    height: 2ex;
    border-bottom: 1px solid;
}



#mainContentSection div.DotleaderBot
{
    height: 1ex;
}



#mainContentSection .titleCase
{
    text-transform: capitalize;
}



#mainContentSection .lowerCase
{
    text-transform: lowercase;
}

#mainContentSection p
{
    text-indent: 0em;
    margin-top: 1.2ex;
    margin-bottom: 0ex;
    line-height: 2.2ex;
}



#mainContentSection td p
{
    text-indent: 0em;
    margin-top: 0ex;
    margin-bottom: 0ex;
}



#mainContentSection th p
{
    text-indent: 0em;
    margin-top: 0px;
    margin-bottom: 0px;
}



#mainContentSection p.DocumentTitle
{
    text-indent: 0em;
    font-size: 100%;
    font-weight: bold;
    margin-top: 0ex;
    margin-bottom: 0ex;
    text-align: left;
}



#mainContentSection p.DocumentSubTitle
{
    text-indent: 0em;
    font-size: 100%;
    font-weight: bold;
    margin-top: 0ex;
    margin-bottom: 0ex;
    text-align: center;
}

#mainContentSection .EffectiveDate
{
    font-size: 80%;
    margin-top: 1ex;
    margin-bottom: 1ex;
    text-align: left;
    float: left;
    position: relative;
}

#mainContentSection .DocumentMetadata
{
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30em;
    background: white;
}

#mainContentSection .EffectiveDate:hover .DocumentMetadata
{
    display: inline;
}

#mainContentSection .DistributorName
{
    font-size: 80%;
    margin-top: 1ex;
    margin-bottom: 1ex;
    float: right;
}



#mainContentSection span.ParagraphCaption
{
    /* changed by Brian Suggs 11-16-05.  changed font-style: bold; --> font-weight: bold; */
    font-weight: bold;
    text-indent: 0em;
}



#mainContentSection p.ListCaption
{
    /* commented out by Brian Suggs 11-11-05.  The FDA requested that list caption not be centered */ /*text-align:center;*/
    font-weight: bold;
    font-size: 90%;
}



#mainContentSection p.MultiMediaCaption
{
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    font-size: 90%;
}



#mainContentSection p.MultiMediaCaptionNotCentered
{
    margin-top: 0;
    text-align: left;
    font-weight: bold;
    font-size: 90%;
}

#mainContentSection p.disclaimer
{
    font-style: italic;
}

#mainContentSection .Italics
{
    font-style: italic;
}

#mainContentSection .Bold
{
    font-weight: bold;
}

#mainContentSection .Underline
{
    text-decoration: underline;
}

#mainContentSection .Insert
{
    color: green;
    border-bottom: 3px double;
}

#mainContentSection .Delete
{
    text-decoration: line-through;
}



/*a:link    { text-decoration: none; }

a:visited { text-decoration: none; }

a:active  { text-decoration: none; }*/



/* use <span class="sub"> to avoid ugly uneven line spacing in IE */

#mainContentSection .Sub
{
    font-size: 80%;
    position: relative;
    bottom: -3px;
}

#mainContentSection .Sup
{
    font-size: 80%;
    position: relative;
    top: -5px;
}



#mainContentSection table
{
    white-space: wrap;
    font-size: 80%; /*     border-top-style: none;     border-bottom-style: none;     border-right-style: none;     border-left-style: none; */
    margin-top: 3ex;
    margin-bottom: 3ex;
    border-collapse: collapse;
    border-color: black;
    border-width: thin;
}

/*
div.HighlightSection table {
        display: inline-block;
}
*/

#mainContentSection table caption
{
    margin-top: 10px; /* Gecko needs this, IE doesn't add any extra */
    text-align: center;
    font-weight: bold;
    font-size: 100%;
}





#mainContentSection th, #mainContentSection td
{
    /* `	border-top-style: none;     border-bottom-style: none;     border-right-style: none;     border-left-style: none; */
    border-collapse: collapse;
    border-color: black;
    border-width: thin; /*padding-top: 1px;     padding-bottom: 1px; */
}

#mainContentSection td.twocolumn
{
    width: 50%;
    text-align: left;
    vertical-align: top;
    padding-left: 0.5em;
    padding-right: 0.5em;
}



#mainContentSection td.Warning
{
    border: 1px solid black;
    margin-top: 2ex;
    margin-bottom: 2.2ex;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0ex;
    padding-bottom: 2ex;
}



/* the preferred way to rules in tables */



#mainContentSection tr.Botrule td, #mainContentSection tr.Botrule th, #mainContentSection th.Botrule, #mainContentSection td.Botrule
{
    border-bottom-style: solid;
    border-bottom-width: thin;
}


#mainContentSection thead tr.First td, #mainContentSection thead tr.First th
{
    border-top-style: solid;
    border-top-width: medium;
}

#mainContentSection thead tr.Botrule td, #mainContentSection thead tr.Botrule th
{
    border-bottom-style: solid;
    border-bottom-width: thin;
}

#mainContentSection thead tr.Toprule td, #mainContentSection thead tr.Toprule th
{
    border-top-style: solid;
    border-bottom-width: thin;
}



#mainContentSection thead tr.Last td, #mainContentSection thead tr.Last th
{
    border-bottom-style: solid;
    border-bottom-width: thin; /* rule here might fail with rowspan headers */
}

#mainContentSection thead tr td, #mainContentSection thead tr th
{
    border: none;
}

#mainContentSection tbody tr.First td, #mainContentSection tbody tr.First th
{
    border-top-style: solid;
    border-top-width: thin;
}

#mainContentSection tbody.Headless tr.First td, #mainContentSection tbody.Headless tr.First th
{
    border-top-style: solid;
    border-top-width: medium;
}

#mainContentSection tbody tr td, #mainContentSection tbody tr th
{
    border: none;
}

#mainContentSection tbody tr.Botrule td, #mainContentSection tbody tr.Botrule th
{
    border-bottom-style: solid; /* changed by Brian Suggs 11-16-05.  changed 'medium' to 'thin' */
    border-bottom-width: thin;
}


#mainContentSection tbody tr.Last td, #mainContentSection tbody tr.Last th
{
    border-bottom-style: solid;
    border-bottom-width: medium;
}


/* begin of combinatorics of individual rules */



/* one rule only */

#mainContentSection th.Lrule, #mainContentSection td.Lrule
{
    border-left-style: solid;
    border-left-width: thin;
}



#mainContentSection th.Rrule, #mainContentSection td.Rrule
{
    border-right-style: solid;
    border-right-width: thin;
}



#mainContentSection th.Toprule, #mainContentSection td.Toprule
{
    border-top-style: solid;
    border-top-width: thin;
}



#mainContentSection th.Botrule, #mainContentSection td.Botrule
{
    border-bottom-style: solid;
    border-bottom-width: thin;
}

/* end of table rules */

#mainContentSection ul
{
    margin-top: .2ex;
    padding-left: 0em;
}



#mainContentSection ol
{
    margin-top: .2ex;
    padding-left: 32px;
}



#mainContentSection li
{
    /* changed by Brian Suggs 11-16-05.  changed 1ex to .2ex */
    margin-top: .2ex;
    margin-left: 0em;
}

#mainContentSection li p
{
    /* changed by Brian Suggs 11-16-05.  changed 1ex to .2ex */
    margin-top: .2ex;
}



#mainContentSection ul.Disc
{
    list-style-type: disc;
}

#mainContentSection ul.Circle
{
    list-style-type: circle;
}

#mainContentSection ul.Square
{
    list-style-type: square;
}



#mainContentSection ol.LittleRoman
{
    list-style-type: lower-roman;
}

#mainContentSection ol.BigRoman
{
    list-style-type: upper-roman;
}

#mainContentSection ol.LittleAlpha
{
    list-style-type: lower-alpha;
}

#mainContentSection ol.BigAlpha
{
    list-style-type: upper-alpha;
}

#mainContentSection ol.Arabic
{
    list-style-type: arabic;
}



#mainContentSection dl
{
    /* display: compact; compact doesn't seem to work       XXX: but display: inline would work    */
    line-height: 2.2ex;
    margin-left: .9em;
}



#mainContentSection dt
{
    padding-top: 0pt;
    padding-left: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
}

#mainContentSection dd
{
    padding-top: 0pt;
    padding-left: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    position: relative;
    margin-top: -2.2ex;
    margin-left: 1.5em;
}


#mainContentSection hr.Footnoterule
{
    margin-top: 2ex;
    width: 30%;
    text-align: left; /* FIXME: make a normal line, not a grey 3d effect */
}

#mainContentSection dl.Footnote
{
    margin-left: 0em;
    margin-bottom: 0ex;
    margin-top: 0ex;
}



#mainContentSection dl.Footnote dt
{
    font-size: 90%;
}



#mainContentSection dl.Footnote dd
{
    margin-left: 1em;
    font-size: 90%;
}



#mainContentSection dl.FootnoteContents
{
    text-align: right;
    margin-left: 0em;
    margin-bottom: 0ex;
    margin-top: 0ex;
}

#mainContentSection dl.FootnoteContents dt
{
    font-size: 100%;
}

#mainContentSection dl.FootnoteContents dd
{
    margin-left: 1em;
    font-size: 90%;
}



#mainContentSection p.Footnote
{
    text-indent: -1em;
    margin-left: 1em;
    font-size: 90%;
}



#mainContentSection p.Footnotesize
{
    margin-bottom: 0ex;
    margin-top: 0ex;
    font-size: 90%;
}




#mainContentSection img
{
    display: block;
    margin-top: 0ex;
    margin-bottom: 0ex;
    text-align: center;
}


#mainContentSection p img
{
    display: inline;
    margin-top: 0ex;
    margin-bottom: 0ex;
}



#mainContentSection div.Figure
{
    margin-top: 4ex;
    margin-bottom: 4ex;
}



#mainContentSection div.Warning
{
    border: 1px solid black;
    margin-top: 2ex;
    margin-bottom: 2.2ex;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0ex;
    padding-bottom: 2ex;
}


#mainContentSection div.Subject
{
    margin-top: 1ex;
    margin-bottom: 1ex;
    padding-top: 1ex;
    padding-bottom: 1ex;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 80%;
    line-height: 2.1ex;
    background-color: #E0E0E0;
    cursor: pointer;
}



#mainContentSection .contentTable
{
    border: 1px solid #999999;
    background-color: #EAEAEA;
}

#mainContentSection .contentTablePetite
{
    border: 1px solid #999999;
    background-color: #EAEAEA;
    font-size: 80%;
}

#mainContentSection .contentTableTitle
{
    border-bottom: 1px solid #999999;
    background-color: #CCCCCC;
    font-size: 140%;
    font-weight: bold;
}

#mainContentSection .contentTableReg
{
    border-bottom: none;
    background-color: #CCCCCC;
    font-size: 80%;
    font-weight: lighter;
}

#mainContentSection .formTable
{
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
}

#mainContentSection .formTablePetite
{
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    font-size: 80%;
}

#mainContentSection .formTableMorePetite
{
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    font-size: 60%;
}

#mainContentSection .formTitle
{
    background-color: #CCCCCC;
    border: 1px solid #FFFFFF;
    font-size: 125%;
    font-weight: bold;
}

#mainContentSection .formHeadingTitle
{
    border: none;
    background-color: #CCCCCC;
    font-size: 150%;
    font-weight: bold;
}

#mainContentSection .formHeadingReg
{
    background-color: #CCCCCC;
    border: 1px solid #FFFFFF;
    font-size: 125%;
}

#mainContentSection .formTableRow
{
    background-color: #FFFFFF;
}

#mainContentSection .formTableRowAlt
{
    background-color: #F2F2F2;
}

#mainContentSection .formLabel
{
    border: 1px solid #FFFFFF;
    background-color: #DDDDDD;
    font-size: 115%;
    font-weight: bold;
}

#mainContentSection .formItem
{
    border: 1px solid #CCCCCC;
    font-size: 110%;
}

#mainContentSection .formTitle a:link
{
    font-weight: bold;
    color: #006699;
    text-decoration: underline;
}

#mainContentSection .formTitle a:visited
{
    /*font-family: "Arial Unicode MS"; Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    color: #006699;
    text-decoration: underline;
}

#mainContentSection .formTitle a:active
{
    /*font-family: "Arial Unicode MS"; Arial, Helvetica, sans-serif;*/
    font-weight: bold; /*color: #000000;*/
    text-decoration: none;
}

#mainContentSection .formTitle a:hover
{
    /*font-family: "Arial Unicode MS"; Arial, Helvetica, sans-serif;*/
    font-weight: bold; /*color: #000000;*/
    text-decoration: none;
}

#mainContentSection .normalizer
{
    font-size: 125%;
    font-weight: lighter;
}

#mainContentSection div.Highlights
{
    font-size: 80%;
    font-family: "Times New Roman" , Times, serif;
}

#mainContentSection div.HighlightsDisclaimer
{
    font-weight: bold;
    margin-top: -10px;
}

#mainContentSection div.Index
{
    margin-top: 5ex;
    margin-bottom: 5ex;
    padding-top: 1ex;
    padding-bottom: 1ex;
    border-top-style: solid;
    border-top-width: medium;
    border-bottom-style: solid;
    border-bottom-width: medium;
}

#mainContentSection .Colspan
{
    -moz-column-span: all;
    -webkit-column-span: all;
    column-span: all;
}

#mainContentSection div.Index h1, #mainContentSection div.Index h2
{
    margin-top: 0pt;
}

#mainContentSection div.Index h2
{
    margin-left: 1em;
    font-weight: normal;
}


#mainContentSection .following_xmChange
{
    /*        background: yellow; */
}



#mainContentSection span.xmChange
{
    text-indent: 0em;
    margin-top: 0ex;
    margin-bottom: 0ex;
    line-height: 2.2ex;
    height: 20px;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #000000;
    position: absolute;
    left: 5px;
    padding-left: 2em;
}



#mainContentSection span.xmChange_all_rows
{
    text-indent: 0em;
    margin-top: 0ex;
    margin-bottom: 0ex;
    line-height: 10ex;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #000000;
    position: absolute;
    left: 2.5em;
    padding-left: 2em;
}



#mainContentSection span.xmChange_caption
{
    text-indent: 0em;
    margin-top: 0ex;
    margin-bottom: 0ex;
    line-height: 14ex;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #000000;
    position: absolute;
    left: 2.3em;
    padding-left: 2em;
}



#mainContentSection span.xmChange_footnote
{
    text-indent: 0em;
    margin-top: -2ex;
    margin-bottom: 0ex;
    line-height: 8ex;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #000000;
    position: absolute;
    left: 2.5em;
    padding-left: 2em;
}



#mainContentSection span.xmChange_footnotes
{
    text-indent: 0em;
    margin-top: -2ex;
    margin-bottom: 0ex;
    line-height: 8ex;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #000000;
    position: absolute;
    left: 2.8em;
    padding-left: 2em;
}

#mainContentSection span.xmChange_custom_caption
{
    text-indent: 0em;
    margin-top: 0ex;
    margin-bottom: 0ex;
    line-height: 2.2ex;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #000000;
    position: absolute;
    left: -40px;
    padding-left: 0em;
}

body.pdr #mainContentSection table tbody tr:nth-child(2n+1) td, body.pdr #mainContentSection table tbody tr.odd td
{
    background: none;
}

body.pdr #mainContentSection table thead tr th
{
    background: none;
    color: #000;
}

body.pdr #mainContentSection table caption
{
    background: none;
    color: #000;
}

body.pdr #mainContentSection table tfoot
{
    font-style: normal;
}

body.pdr #mainContentSection a, a:hover, body.pdr #mainContentSection a h1, body.pdr #mainContentSection a h2
{
    color: #0054FF;
}

/*body.pdr .consumerMonographJumpToSection a, body.pdr .consumerMonographJumpToSection a:hover
{
    text-decoration: none;
    font-size: inherit;
    font-weight: normal;
    cursor: default;
}*/
body.pdr .consumerMonograph .consumerMonographQuestions span
{
    font-size: 17pt;
    color: #538A30;
}

.consumerMonograph li div p
{
    /**line-height: 32px;*/
    line-height: 24px;
    margin-bottom: 10px;
}

body.pdr .consumerMonograph li div
{
    font-size: 15pt;
}

body.pdr .consumerMonographJumpToSection
{
    display: none;
}

/*****************************/


h1, h2, h3, h4, h5, h6
{
    font-family: "Helvetica Neue" , Arial, "Lucida Grande" , sans-serif;
}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section
{
    display: block;
}
a img
{
    border: none;
}
p img.top
{
    margin-top: 0;
}
.hideContent
{
    display: none !important;
}
.showContent
{
    display: block !important;
}
a:link, a:visited
{
    background: transparent;
    font-weight: 700;
    /**text-decoration: underline;*/
}
a:link:after, a:visited:after
{
    font-size: 90%;
}

img.showContent
{
    width: 100%;
}
body.pdr header, body.pdr .headerWraper, .filter, body.pdr .minHeight, body.pdr .otherResources, .breadcrumb, .emptyMessage, #drugSearch, .drugList .lettersList, .resultsNavigation, .resultsHeader
{
    display: none;
}
#content
{
    margin: 0px 45px 0px 30px;
}

ul.nav
{
    display: none;
}
.drugRemsSummary .pageLinks
{
    padding-left: 0px;
    margin-bottom: 20px;
}

body.pdr footer, body.pdr .siteFooter
{
    page-break-inside: avoid;
}

body.pdr #footerCopyright
{
    display: inline-block;
    float: left;
}
/*body.pdr #footerCopyright .qrCode
{
    display: inline-block;
    float:left;
    width:55px; 
    margin-left: 30px;
}*/

body.pdr #footerCopyright .span-18
{
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    float: left;
}

body.pdr #footerCopyright .span-6
{
    float: left;
    display: inline-block;
    width: 100px;
    vertical-align: top;
}

body.pdr #footerCopyright .copyrightPlus
{
    margin-left: 5px;
}

body.pdr #footerCopyright .copyrightPlus a
{
    text-decoration: none;
}
body.pdr #footerCopyright .copyrightPlus a span
{
    display: inline;
}

body.pdr #footerCopyright .copyrightPlus a:link:after, body.pdr #footerCopyright .copyrightPlus a:visited:after
{
    content: attr(href);
    text-decoration: underline;
    font-size: 90%;
}
body.pdr .siteFooter
{
    display: table;
}

.backToTop
{
    display: none;
}

/*h1
{
    font-size: 20px !important;
    font-weight: bold;
}*/

body.pdr .drugInfo .labelChanges h3
{
    margin: 0 0 16px;
    padding: 0;
    font-family: 'Open Sans' ,sans-serif;
    font-size: 1.286em;
    font-weight: 600;
    line-height: 1em;
    color: #2d81a6;
    color: #6CB33F;
    margin-bottom: 15px;
}
.drugInfo p
{
    font-size: 0.875em !important; /*margin-bottom:15px !important;*/
    display: block;
}
.pageHeader
{
    border-bottom: none !important;
}
.pageActions
{
    margin-bottom: 15px;
    text-align: right;
}
body.pdr .pageInfo a.linkEmail
{
    display: none;
}
body.pdr .pageInfo a.linkHomeURL
{
    display: none;
}
body.pdr .drugInfo .boxedWarning
{
    margin-top: 15px;
}

#mainContentSection a[href*="#"]
{
    display: none;
}
.span-6.columnBorderRight.jumpToSectionHeight
{
    display: none;
}

.container, .span-1, .span-2, .span-3, .span-4, .span-5, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24
{
    width: auto !important;
    display: block;
    float: none;
}

body.pdr .pageInfo .pageActions .linkClose
{
    display: inline-block;
}

.drugRemsSummary .pageLinks ul
{
    padding-left: 28px;
}


/*FPI Print preview styles*/

#mainContentSection dd
{
    margin-top: -0.2ex !important;
}

#mainContentSection h1.Highlights
{
    text-align: left !important;
    margin: 1.2em 0 10px !important;
}

.labelChangeshistoryonly .span-13
{
    text-align: center;
}

.boxedWarning a
{
    display: none;
}

.drugInfo .labelChanges a.showMore
{
    display: none;
}

.labelChangeshistoryonly a.showMore
{
    display: none;
}

body.pdr siteFooter
{
    width: 11in;
}
body.pdr #footerCopyright .span-18
{
    width: 800px !important;
}

body.pdr .pageInfo .pageActions
{
    display: none;
}

body.pdr .siteFooter #footerCopyright .copyright
{
    margin-left: 20px;
    color: #999;
    font-weight: normal;
}

.copyright.copyrightPlus span
{
    display: inline;
}

.container:after
{
    content: "";
    display: block;
    height: 0;
    clear: none;
    visibility: visible;
    overflow: auto;
}

.otherBrands.span-24
{
    font-size: 20px;
}

.otherBrands.span-24 strong
{
    display: table-cell;
    width: 145px;
}

.pdcPromo
{
    display: block;
}

.CoBrandedPharmacyDiscountCard img.DiscountCard
{
    display: none;
}

.CoBrandedPharmacyDiscountCard img.DiscountCardPrint
{
    page-break-before: auto;
    page-break-inside: avoid;
    display: inline-block;
}

#coBrandedPharmacyDiscountCardSuccessMessage, .modal-backdrop
{
    display: none !important;
}
div.consumerMonographQuestions
{
    page-break-before: auto;
    page-break-inside: avoid;
    display: inline-block;
}
