* {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; !important;
}

div.card-body input, div.card-body select {
    margin-bottom: 20px;
}
div.card-body input.no-m {
    margin-bottom: 0;
    padding-bottom: 10px;
}
div.card-body p {
    margin-bottom: 20px;   
}

h3 {
    padding-top: 10px;
    margin: 0;
}
div.cs_fs {
    width: 100%;
    margin: 25px 0 0 0;
    padding: 4px;
    overflow: hidden;
}
div.div_fs {
    width: 525px;
    display: block;
    float:left; /* add this */
    margin: 0 10px;
}
div.btn_fs {
    clear: both;
    margin-left: 35px;
}

fieldset {
    min-height: 180px;
}
fieldset#geo_fs {
    height: 265px;
}
div.dengrid {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 4px;
    overflow: hidden;
}
div.resultsContainer {
    width: 525px;
    margin: 10px;
    display: block;
    float:left; /* add this */
}

div.scMain {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
div.scItm {
    width: 245px;
    margin: 0;
    padding: 0 10px;
    display: block;
    float:left; /* add this */
}

#myText {
    width:190px;   
    float: left;
}
#myChart {
    height:170px;
    width:300px;
    margin: 0;
    padding: 0;
}
span.kycLabels {
    display: inline-block;
}
span.kycValues {
    font-weight: bold;
}
img.kycIcons {
    display: inline;
    height: 25px;
}
img.kycLegIcons {
    display: inline;
    height: 25px;
    margin: 5px 10px;
}
img.geoIcons {
    width: 55px;
    display: inline;
    margin: 5px 50px 0;
}
img.legendIcons {
    width: 55px;
    display: inline;
}
span.legendText {
    display: inline;
    font-size: 12px;
}
span.geoSpan {
    display: inline;
    margin: 10px 55px;
}
hr.geo {
    width: 450px;
    margin: 10px auto;
}
form#reports label {
    font-size: 13px;
    margin: 0 5px;
}
form#reports input, form#reports select {
    margin-right: 5px;
    margin-bottom: 10px;
}
form.frmReports {
    display: inline;
    margin: 0 15px;
}

table.entries, table.entriesL {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    border: 0;
}

table.entries th, table.entriesL th {
    background-color: #F28000;
    margin: 0;
    padding: 3px 7px;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

table.entries td {
    border-bottom: 1px dotted black;
    text-align: center;
}

table.entriesL td {
    border-bottom: 1px dotted black;
    text-align: left;
}

table.entries p {
    font-size: 14px;
    margin: 0;
    padding: 3px;
}

.zc-ref {
    display: none;
}

section.content {
    margin: 1px solid #000;
}

.strikethrough {
    text-decoration: line-through;
}

table#dataTable {
    border: 10px;
}