

/* Start:/local/components/influenza/bulletin/templates/.default/style.css?17068632853493*/
.repTbl {
    border: 2px solid #000;
    border-collapse: collapse;
    padding: 0;
    width: 90%;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.repTblCell {
    border: 1px solid #000;
    margin: 0;
    padding: 3px 5px
}

.repTblNoLines {
    border-collapse: collapse;
    border-width: 0;
    margin: 0;
    padding: 0;
    table-layout: fixed
}

.repTblCellNoLines {
    border-width: 0;
    margin: 0;
    padding: 0
}

.bulletin {
    margin: 2em 0;
    min-width:300px;
}

@media screen and(min-width: 800px) {
    .bulletin {
        min-width: 800px;
    }
}

.bulletin__text {
    text-align: justify
}


.bulletin-header,
.bulletin-subheader {
    text-align: center;
    font-weight: bold;
}

.bulletin-header {
    font-size: 1.45em;
}

.bulletin-subheader {
    font-size: 1.25em;
}

.bulletin__figure {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
}

.map__container,
.graph__container {
    display: flex;
    flex-direction: column;
    width: 100%
}

.map__header,
.graph__header {
    font-style: italic;
    text-align: left;
}

.map__container {
    align-items: center;
    justify-content: center;
}

.graph__container {
    align-items: center;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0
}

.graph__axis--left {
    transform: scale(-1) translateX(1em);
    white-space: nowrap;
    writing-mode: tb-rl;
    width: 0;
    padding-left: 5px;
	font-size: 10px;
}

.graph__axis--right {
    transform: scale(-1) translateX(1em);
    white-space: nowrap;
    writing-mode: tb-rl;
    width: 0;
    padding-right: 15px;
	font-size: 10px;
}

.graph__axis--horizontal {
    text-align: center;
    margin-bottom: 0px !important;
    width: 100%;
    font-size: 10px;
}

@media screen and (min-width: 768px) {
    .graph__axis--right {
        font-size: 12px;
    }

    .graph__axis--left {
        font-size: 12px;
    }

    .graph__axis--horizontal {
        font-size: inherit;
    }
}

.map__img {
    max-width: 550px;
    width: 75%
}

.graph__img {
    max-width: 640px;
    width: 90%
}

@media screen and (min-width: 1080px) {
    .graph__img {
        max-width: 640px;
        width: 100%
    }
}

.map__legend-container {
    width: 100%;
}

.graph__legend-container {
    text-align: center;
}

.legend-header {
    width: 100%;
    text-align: center;
    display: block;
}

.legend-list {
    list-style: none;
    margin: 6 0;
}

.legend-list--graph {
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 670px;
    transform: none;
    width: 90%
}

.legend-list--map {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    transform: translateX(5.5%);
}

@media screen and (min-width: 768px) {
    .legend-list--map {
        height: 100px;
    }

    .legend-list--graph {
        transform: translateX(12.5%);
        width: 50%;
    }
}

.legend-list__item {
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 0;
    text-align: left;
    word-break: break-word;
    background: none
}

.legend-list__item--graph {
    width: 50%
}

.legend-list__item--graph:nth-of-type(2n) {
    padding-left: 10px
}

.legend-img {
    height: 15px;
    vertical-align: middle;
    width: 30px
}

.legend-txt {
    margin-left: 15px;
	font-size: 12px;
}

.bulletin ul li:before {
	display: none;
}
/* End */
/* /local/components/influenza/bulletin/templates/.default/style.css?17068632853493 */
