.datapointBody {
}

    .datapointBody header {
        background: #101d49;
        padding: 2em;
    }


        .datapointBody header .datapointTitle {
            float: left;
            width: 25%;
        }

            .datapointBody header .datapointTitle .data {
                margin: 0;
                padding: 0;
                font-size: 7.55em;
                font-weight: bold;
                font-family: Tahoma, Geneva, sans-serif;
                text-transform: uppercase;
                text-align: center;
                color: #d6cb9d;
                padding-bottom: 0;
                line-height: 1em;
            }

            .datapointBody header .datapointTitle .point {
                margin: -0.15em 0 0 0;
                padding: 0;
                font-size: 6.5em;
                font-weight: bold;
                font-family: Tahoma, Geneva, sans-serif;
                letter-spacing: -0.025em;
                text-transform: uppercase;
                text-align: center;
                color: #fff;
                line-height: 1em;
            }

            .datapointBody header .datapointTitle .publishInfo {
                margin: 0;
                padding: 0;
                font-size: 1.245em;
                text-align: center;
                font-weight: bold;
                text-transform: uppercase;
                letter-spacing: 0.025em;
                color: #d6cb9d;
            }

        .datapointBody header .articleTitle {
            float: right;
            width: 60%;
            text-align: right;
            padding-top: .25em;
        }

            .datapointBody header .articleTitle span {
                font-size: 3em;
                color: #fff;
                font-weight: bold;
            }

    .datapointBody main p {
        font-size: 1.7em;
        text-align: justify;
    }

    .datapointBody main ol, .datapointBody main ul {
        padding: 0 0 0 2em;
        width: auto;
        overflow: hidden;
    }

    .datapointBody main ol, .datapointBody main li {
        text-align: justify;
        margin-right: 0;
    }

    .datapointBody section.figureCallout {
        width: 35%;
        padding: 1em 2%;
        background: #d6cb9d;
        margin: 0 0 1em 0;
    }

    .datapointBody main p.highlight {
        font-weight: bold;
    }

    .datapointBody main p.notes {
        text-align: left;
        font-size: 1.2em;
    }

    .datapointBody section.figureCallout img.figure {
        width: 100%;
        margin-bottom: 1em;
    }

    .datapointBody section.figureCallout p {
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        .datapointBody section.figureCallout p.notes {
            font-size: 1em;
        }

    .datapointBody section.figureCallout.l {
        float: left;
        margin-right: 2em;
    }

    .datapointBody section.figureCallout.r {
        float: right;
        margin-left: 2em;
    }

    .datapointBody main li {
        font-size: 1.7em;
    }


    .datapointBody main p.fineprint {
        display: block;
        padding: 1em;
        background-color: #d6cb9d;
        font-size: 1em;
        margin-top: 1em;
    }

img.figure:hover, img.fig_min:hover {
    cursor: pointer;
}

img.fig_min {
    float: right;
    height: 1.25em;
    width: 1.25em;
    position: relative;
    top: 1em;
}

.hideOverflow {
    overflow: hidden;
}

div.overlay {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,0.8);
    overflow-y: scroll;
}

div.overlay_content {
    position: relative;
}

div.overlay_content {
    position: absolute;
    /*top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 5em;
    margin-bottom: 5em;
    background: #fff;
    padding: 3em 5em;
}

    div.overlay_content h3 {
        font-size: 1.7em;
        font-weight: bold;
        margin-bottom: 1em;
    }

    div.overlay_content img {
        width: auto;
        margin: 0 auto;
    }

    div.overlay_content p.notes {
        padding-top: 1em;
        font-size: 1.25em;
    }

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
    div.overlay_content {
        width: 80%;
        padding: 5%;
    }

        div.overlay_content img {
            width: 100%;
        }
}

/* Data Table CSS */


.rtable {

  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  
  overflow-x: auto;
  
  // optional - looks better for small cell values
  white-space: nowrap;

  border-collapse: collapse;
  border-spacing: 0;
}

.rtable td.notes {
font-size: 10px;
border-top: 2px;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
}

.rtable,
.rtable--flip tbody {
  // optional - enable iOS momentum scrolling
  -webkit-overflow-scrolling: touch;
  
  // scrolling shadows
  background: radial-gradient(left, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 0 center,
              radial-gradient(right, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

// change these gradients from white to your background colour if it differs
// gradient on the first cells to hide the left shadow
.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

// gradient on the last cells to hide the right shadow
.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th {
  font-size: 14px;
  background: #f2f0e6;
}

.rtable td {
  font-size: 12px;
}


.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

.rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
}

.rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  // border-collapse is no longer active
  border-left: 0;
}

// border-collapse is no longer active
.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

