@charset "UTF-8";
/* CSS Document */
.ratification_pagetext{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	line-height: 18px;
}
.ratification_pagetext_notes{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 12px;	
}
.ratification_pagehead{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}
.topic_tabletxt{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
}
.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
	max-height: 500px;
}  

.flex-child:first-child {
    margin-right: 20px;
} 
/* Then style the iframe to fit in the container div with full height and width */
.reprint_responsive-iframe {
  	max-width: 600px;
	min-height: 400px;
	height: 450px;
	width: 100%;
	padding:0px;
	margin:0px;
	border: 1px solid black;
}
#datatable{
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
/* Fixed column scroll bar spacer styling */
.tablesorter-scroller-bar-spacer {
  background: #eee;
}
/* add border to right side (LTR pages) of fixed column */
.tablesorter-scroller-fixed:after {
  content: '';
  border-right: 1px solid #444;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  /* set to zero for non-jquery ui themes; use "left" here for RTL pages */
  right: 0;
  /* match the margins set to the table to keep the border the same height as the table */
  margin: 10px 0 15px;
}

/* using-x-theme added by the demo code */
.using-jui-theme .tablesorter-scroller-fixed:after {
  /* use "left" here for RTL pages */
  right: 0;
}
.using-green-theme .tablesorter-scroller-fixed:after,
.using-black-ice-theme .tablesorter-scroller-fixed:after,
.using-dark-theme .tablesorter-scroller-fixed:after,
.using-dropbox-theme .tablesorter-scroller-fixed:after {
  /* match the margins set to the table to keep the border the same height as the table */
  margin: 0;
}

/* OPTIONAL CSS! */
#fixed-columns-table tbody td {
  /* force "Notes" column to not wrap, so we get a horizontal scrolling demo! */
  white-space: nowrap;
  /* Add min column width, or "Index" column filter gets too narrow to use */
  min-width: 60px;
}
#title_div{
	margin-top: 30px;
}
.chart_center{
	position: relative;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.lda_chart_center{
	position: relative;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#homepage_menu{
	width: 100%;
	margin: 30px 0px 10px 0px;
}
.homenav_table{
	margin: auto;
  	border-collapse: separate;
  	border-spacing: 34px 0;
}
.homenav_table td{
	width: 260px;
	border: solid #3A454F 1px;
	padding: 0px;
	vertical-align: top;
}
.homenav_img{
	border-bottom: solid #2C9AB7 2px;
}
.homenav_text {
	padding: 0px 8px 0px 8px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	line-height: 18px;
}
.homenav_list{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	line-height: 18px;
}
.homenav_title{
	padding: 0px 8px 0px 8px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}
.topicdescbutton{
  float: right;
  background: #f2f2f2;
  border: #888 1px solid;
  color: #111;
  border-radius: 4px;
  padding: 5px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 12px;
}
#topicdesc {
  position: absolute;
  right: 0;
  margin-top: 6px;
  padding: 6px;
  background:#E4E4E4;
  border: #99bfe6 1px solid;
  border-radius: 5px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 12px;
  z-index: 500;
}
.topicdesctable {
	border-collapse: collapse;
}
.topicdesctable td {
	border: 0px solid #cdcdcd;
	padding: 2px 3px 2px 3px;
	text-align: left;
}
.topicdescbuttonldavis{
  background: #f2f2f2;
  border: #888 1px solid;
  color: #111;
  border-radius: 4px;
  padding: 5px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 12px;
}
#topicdescldavis {
  position: absolute;
  float:left;
  margin-top: 6px;
  padding: 6px;
  width: 300px;
  background:#E4E4E4;
  border: #99bfe6 1px solid;
  border-radius: 5px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 12px;
  z-index: 500;
}
.topicdesctableldavis {
	border-collapse: collapse;
	line-height: 0px;
}
.topicdesctableldavis td {
	border: 0px solid #cdcdcd;
	padding: 0px 3px 0px 3px;
	text-align: left;
}