body {
	font-style: normal;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
.ui-datepicker {
	position:relative;
	z-index: 999999 !important;
}

.ui-datepicker > .buttons;
.ui-datepicker > #fox-right;
.ui-datepicker > #cnn-right;
.ui-datepicker > #wapo-right;
.ui-datepicker > #nyt-right;
.ui-datepicker > #wsj-right;

.ui-datepicker > .buttons-right;

.pdf-content {
    border: 0px solid #000000;
}
.annotationLayer > a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.annotationLayer > a:hover {
    opacity: 0.2;
    background: #ff0;
    box-shadow: 0px 2px 10px #ff0;
}
.annotText > div {
    z-index: 200;
    position: absolute;
    padding: 0.6em;
    max-width: 20em;
    background-color: #FFFF99;
    box-shadow: 0px 2px 10px #333;
    border-radius: 7px;
}
.annotText > img {
    position: absolute;
    opacity: 0.6;
}
.annotText > img:hover {
    opacity: 1;
}
.annotText > div > h1 {
    font-size: 1.2em;
    border-bottom: 1px solid #000000;
    margin: 0px;
}
.ui-datepicker {
    position: relative;
    z-index: 99999 !important;
}
