.dropletter {
   font-size: 4.8em;
    float: left;
    font-family: 'Roboto';
    font-weight: normal;
    line-height: .9;
    margin: 0 .1em 0 0;
    color: #000;
}

/*highchart style*/

.myCon {
	width: 100%;
	height:auto;
}

.myCon-half {
    width: 45%;
    height:auto;
    margin-left: 4%;
}

.myHeader {
	width: 100%;
	height:auto;
	font-weight: bold;
  	font-size: 2em;
  	margin-bottom: 15px;
}

#chart1,  #chart2, #chart3{
	width: 100%;
	height: 470px;
}

.chart_source {
	width: 100%;
	min-height: 30px;
	padding-top: 10px;
  	color: #777;
  	font-style: italic;
}

.chart_note {
	width: 100%;
	min-height: 30px;
	margin-top: -10px;
  	color: #777;
}

ol.nonum {
    counter-reset: foo;
    display: table;
    margin: 0 1em 2em 6.2em;
    border-spacing:10px;
    padding-left: 2em;
}

ol.nonum li {
    list-style: none;
    counter-increment: foo;
    display: table-row;
}

ol.nonum li::before {
    content: counter(foo) ".";
    display: table-cell;
    text-align: right;
    padding-right: .3em;
}

ol.yenum {
    display: table;
    margin: 0 1em 2em 6.2em;
    border-spacing:10px;
    padding-left: 2em;
}

ol.yenum li {
    list-style: none;
    display: table-row;
}

ol.yenum li::before {
    content: "\2022";
    display: table-cell;
    text-align: right;
    padding-right: .3em;
}


.quotation.quo {
	font-weight: bold;
    margin-right: 15px;
    font-size: 2.3em;
    max-width: 42%;
    text-align: left;
}

.pull.num {
    margin-right: 30px;
    margin-bottom: 20px;
    font-size: 2.3em;
    max-width: 42%;
    text-align: center;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding:10px 0 20px 0;
}

.quotation {
	padding: 0;
    line-height: 1.2;
    position: relative;
    font-family: 'Roboto'; 
    font-weight: 100;
    margin-left: 0;
    padding-right: 25px;
    margin-bottom: 20px;
}

.pull-num {
	display:block;
	font-size: 3em;
	font-weight: bold;
	color: #B92025;
}

.left-img {
    width: 50% !important;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px; 
}

.fullAttribution {
	font-size: 0.8em;
	font-weight:100;
	font-style: italic;
	display:block;
}

.fullCaption  {
	font-family: 'Roboto';
    font-size: 1.6em;
    margin: .5em 0 0 0;
    display: inline-block;
}

.full-caption-text {
    margin: 0;
    padding: 1em 0;
    color: #777;
    font-size: 1.1em;
    border-bottom: 1px solid #eee; 
    display: block;
}

.quotation.quo .footnote {
    font-size: .5em;
    font-weight: 100;
    display: block;
    margin: 1em 0 1em 0;
    font-style: italic;
    color: #000;
    font-family: 'Roboto';
}

/*pull quote style*/


#content .quote {
    max-width:40%;
    padding:.75em 0 0 0;
    font-size:2.2em;
    font-style:italic;
    line-height:1.4;
    color:#777;
    border-top:.2em solid #000;
}
#content .quote.right,
#content .bug.right,
#content .embed-video.right {
    margin:.4em 0 1em 6%;
}
#content .quote.right {
    text-align:right;
}
#content .quote.left,
#content .bug.left,
#content .embed-video.left {
    margin:.4em 5% 1em 0;
}

#content .bug {
    max-width:35%;
    padding:0;
    font-size:2em;
    font-weight: bold; 
    line-height:1.4;
    text-align:left;
    position: relative;
}
#content .quote img,
#content .bug img {
    width:100%;
}

.footnote {
    display:block;
    font-size: 0.7em !important;
    font-weight: 100;
}
#content .bug .number {
    font-size: 3em;
    color: #000;
    width: 100%;
    display: block;
    line-height:1;
    margin:0 0 .2em 0;
}
#content .bug .row {
    clear:both;
    display:block;
    font-size:.75em;
    margin:.2em 0;
    text-align:left;
    font-style:normal;
}
#content .bug .row .data {
    float:right;
}


#content .bug .quo {
    font-size: 1.8em;
    font-weight:bold;
    line-height: .5em;
    display: inline;
    margin: 0 .15em;
    vertical-align: middle;
    top: 0;
    position: relative;
}

#content .bug .attribution{
    font-size: .6em;
    margin-top: 1em;
    font-weight: 100; 
    font-style: normal;
    display: block;
    font-family: 'Roboto', Arial, san-serif;
    text-align: left;
}


/*responsive style*/

@media screen and (max-width: 1024px) {
    ol.nonum {
        margin: 0 0 1.5em 0;
        padding-left: 1em;
        font-size: 1.5em !important;
    }

    ol.yenum {
        margin: 0 0 1.5em 0;
        padding-left: 1em;
        font-size: 1.5em !important;
    }
}

@media screen and (max-width: 680px) {

	.dropletter {
    font-size: 4em;
    }

    .myHeader {
    font-size: 1.7em;
    }

    .myCon-half {
    width: 100%;
    margin-left: 0;
    }

    .myCon-half.right {
    float: none !important;
    }

    .quotation.quo {
    display:block;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 2em; 
    margin-right: 0px;
    float:none !important;
    }

    .left-img {
    width: 100% !important;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    }

    .pull.num {
    display:block;
    max-width: 100%;
    font-size: 2em; 
    margin-right: 0px;
    float:none !important;
    }

    .pull {
    margin-right: 0;
    float: none;
    padding-right:0;
    }

    #content .bug {
        width:100%;
        max-width:none;
        font-size:1.4em;
        padding:0 0 1em 0;
        clear: both;
    }

}
