﻿html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  background-color: #f5f5f5;
}

.panel-primary{
    border-color: #222;
}

.panel-primary .panel-heading{
    color: #9D9D9D;
    background-color: #222;
    border-color: #222;
}

.panel-primary .panel-heading{
    color: #9D9D9D;
    background-color: #222;
    border-color: #222;
}

p.center{
    text-align: center;
}

hr.divider {   
    border-style: inset;
        
}

.jh-bottom-border {   
    border-bottom: 1px solid #333;  
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.well-lg {
    border: 1px solid #a0a3a7;
}