html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


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

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


table td.attr{
  text-align: right;
  vertical-align: bottom;
  font-weight: bold;
  height: 30px;
}

table td.value{
  height: 30px;
  vertical-align: bottom;
}
table td.icon{
  height: 30px;
}

.fill-space{
  width:33%;
  text-align:center;
}

*{
  font-size: 12pt;
}

.popover{
    max-width: 60%; // Max Width of the popover (depending on the container!)
}

.important{
  font-weight: bold;
  font-style: italic;
  color:red;
}