﻿.section {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    position: relative;
    padding: 10px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
    box-shadow: inset 0px 3px 6px rgba(0,0,0,0.05);
}
.sectionheader {
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sectioncontent {
    padding: 10px;
}
.finder .panel-body {
    color:darkblue;
}
.indent-left15{
    padding-left: 15px;
}
.indent-left40 {
    padding-left: 40px;
}
/* END: Mobile Styles */