          .padding10 {
            padding: 20px;
            margin: 10px;
          }         
          
          .padding5 {
            padding: 5px;         
          }
          
          .ad {
            display: block; 
            width: 100%;
            padding-top: 5px; 
            padding-bottom: 5px;          
          }
          
          .cover {
            width: 100%;
          }
          
          .navbar-nav>li.active {
            font-weight: bolder;
            background: #FFF;
          }
          
          .outlined {
            text-shadow:
              -1px -1px 0 rgba(255, 255, 255, 0.5),
              1px -1px 0 rgba(255, 255, 255, 0.5),
              -1px 1px 0 rgba(255, 255, 255, 0.5),
              1px 1px 0 rgba(255, 255, 255, 0.5);           
          }
          
html,
body {
	margin:0;
	padding:0;
	height:100%;
}

html { overflow-y: scroll;  }

#wrapper {
	min-height:100%;
	position:relative;
}
#footer-header {
	background:#ededed;
	padding:10px;
}
#footer-content {
	padding-bottom:200px; /* Height of the footer element */
}
footer {
	background-color: #fff;
	width:100%;
	min-height:50px;
	position:absolute;
	bottom:0;
	left:0;
}

.emergency-table {
  margin-bottom: 0;
  table-layout: fixed;
}

.form-group.required .control-label:after { 
   content:"*";
   font-weight: bold;
   color:red;
}

