.banner {
  background-color: #e5f2f2;
}

.category {
  font-weight: normal; 
  color: #699; 
  text-decoration:none; 
}

html {
  min-height: 100%;
}

body {
  font-family: arial; 
  font-weight: normal;
  font-size: 13px; 
  text-decoration: none; 
/*  background-image:url(../bg.png); */
  background-repeat:no-repeat;
  background-size: cover; 
/*  background-position:0% 0%; */
  background: #d9d9d9; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#d9d9d9, #fff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#d9d9d9, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#d9d9d9, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#d9d9d9, #fff); /* Standard syntax */  
  position:relative;
}

h1 {
  font-size:1.2em; 
  margin: 0px 0px 0px 0px; 
  text-decoration: none; 
/*  text-align: justify; */
  font-weight:bold; 
  line-height: 1.5em;
}

h2 {
  font-family: verdana,helvetica,arial; 
  font-size:1.0em; color:#3D5C5C; 
  margin: 10px 0px 10px 0px; 
  text-decoration: none; 
/*  text-align: justify; */
  font-weight:bold; 
  line-height: 1.0em;
}

h3 {
  font-family: verdana,helvetica,arial; 
  font-size:1.0em; color:#3D5C5C; 
  margin: 10px 0px 4px 0px; 
  text-decoration: none; 
/*  text-align: justify; */
  font-weight:bold; 
  font-style:italic; 
  line-height: 1.1em;
}

/*.list-head {*/
/*  font-size: 12px;*/
/*  padding-left: 23px;*/
/*  margin-bottom: 0;*/
/*}*/

/*.div_container{*/
/*	width: 878px;*/
/*	height: 500px;*/
/*	margin: 0px auto 0px;*/
/*	padding: 0px 0px;*/
/*	border: 0px solid #ffffff;*/
/*	color: #fff;*/
/*	font-size: 10px;*/
/*	line-height: 2em;*/
/*	background-color:#15ADD1;*/
/*}*/
/*.div_container a{ color: #fff; background-color:#007AA5; padding:10px; text-decoration:none; }*/
/*.div_container a:hover{background: #ffffff; color: #007AA5; text-decoration:underline;}*/

/*.div_info{*/
/*	width: 800px;*/
/*	height: 15px;*/
/*	margin: 0px auto 0px;*/
/*	text-align: center;*/
/*	padding: 0px 0px;*/
/*	border: 1px solid #DCDCDC;*/
/*	color: #FF0000;*/
/*	font-size: 12px;*/
/*	font-weight: bold;*/
/*	line-height: 1em;*/
/*	background-color:#FFFFFF;*/
/*}*/

#footer{
	text-align: left;
	font-size: 12px; 
  padding: 0 0 15px 15px;
  background-color: white;
}

/* interactive container */
div#interactive_note {
  margin-top: 55px;
  margin-left: 20px
}

label.disabledLabel {
  opacity: 0.35;
  color: #bcbcbc !important;  
}

.menubox label {
  margin: 0;
  font-weight: normal;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.maintable {
  border-collapse: collapse;
  width: 1114px;
}

#pagelocationinfo {
  background-color: #fff;
}

#centraltable, #infotable {
  padding: 15px 15px;
  background-color: #fff;
}

#NewsDiv {
  height: 520px;
  margin-bottom: 10px;
  overflow-y: scroll;
  font-size: 12px;
}

/* hidden class */
.super-hidden {
  display: none !important;
}

.container-flex {
  display: flex;
}

.wrappable-flex {
  flex-wrap: wrap;
}

/* ------- boostrap overwrite -------- */
input[type=checkbox] {
  transform: translateY(2px);
}

input[type=radio] {
  transform: translateY(1px);
}

.btn {
  padding: 3px 6px;
}

.form-control {
  display: inline-block;
  padding: 3px 6px;
  height: 28px;
} 

.form-group {
  margin-bottom: 10px;
}

.table {
  border: 2px solid #ddd;
  border-left: 0;
  border-right: 0;
  margin-bottom: 15px;
}  

.table.table-noborder {
  border: 0;
}

.table th {
  font-family: verdana;
  font-size: 14px;
  color: #699;
  vertical-align: middle !important;
}

.table-noborder td {
  border-top: 0 !important;
}

.table h2 {
  margin-top: 0;
  margin-bottom: 3px;
}

.table-subhead {
  font-weight: bold;
  color: #616161;
}

.table .note-row {
  font-size: 0.9em;
}

.logo-table {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.logo-cell {
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  transform: translateY(50%);
}

.logo-cell .thumbnail {
  border: 0;
  border-radius: 0;  
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  max-height: 50px;
  padding: 0;  
}

a.collapsed span.glyphicon {
  transform: rotate(0deg);
  transition: 0.2s;
}

a span.glyphicon-zoom-in {
  transform: rotate(90deg);
  transition: 0.2s;
}

p.footnote {
  font-size: 0.9em;
}
span.footnote {
  width: 20px;
  display: inline-block;
}
/* ------------ large-size screen (992px) --------------- */
@media (min-width: 1238px) {  
.maintable {
  width: 90%;
}
}   
