h1, h2, h3, h4, h5, h6 {
    margin: 5px 0px 20px 0px;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: rgb(58, 95, 123);
    text-rendering: optimizelegibility;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(94, 140, 174, 0.41);
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

a {
    color: black;
    text-decoration: none;
}

body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: rgba(142, 136, 136, 0.15);
}

hr {
    margin: 20px 0;
    border: 0;
    border-bottom: 1px solid #706F6F;
}

.span3 {
    width: 270px;
    margin-left: 0px;
}

.fa-search:before {
    content: "\f002";
    font-size: 30px;
	color: rgb(58, 95, 123);
}

.fa-plus-square-o:before {
    content: "\f196";
    font-size: 30px;
	color: rgb(58, 95, 123);
}