h3 {
    margin-top: auto;
    margin-bottom: auto;
    color: #5794A9;
}
body {
    background-color: transparent;
}
h4 {
  margin-top: 25px;
  font-weight:bold;
}
.row {
  margin-bottom: 10px;
}
.row .row {
  margin-top: 5px;
  margin-bottom: 0;

}
[class*="col-"] {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 50px
/*  background-color: #eee;*/
/*  background-color: rgba(86,61,124,.15);*/
/*  border: 1px solid #ddd;*/
/*  border: 1px solid rgba(86,61,124,.2);*/
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

thead th {
    background-color: #5794A9;
    color:#393939;
}
.jumbotron {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: inherit;
  background-color: #2f2e2e;
}

a:link {text-decoration:underline;}
a:link {color:SteelBlue;}    
a:visited {color:IndianRed;} 

