/* Fixed top navbar styles
-------------------------------------------------- */

body {
  //min-height: 2000px;
  //padding-top: 50px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}
#footer .container{
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  background-color: #f5f5f5;
  padding-top:2ex;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method.*/

.container .text-muted {
  margin: 15px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

div.panel-body div.news {
  display:none;
}

div.panel-body div.latest {
  display:block;
}

div.news h5 {
  font-weight:bold;
}


object.email {
	width:100%;
	vertical-align: middle;
}

.natsec tbody tr td {vertical-align:middle;}
.natsec tbody tr td:nth-child(1) {font-weight:bold;}