body {
    background: #fff;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #626262;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
}

p {
    color: #626262;
}

h1, h2, h3, h4, h5 {
    font-weight: 800;
    color: #111;
}

h1 {
    font-size: 28px;
    color: #10cfbd;
}

.panel {
    background: #fff;
    border-radius: 2px;
    border-right: 5px solid #f5f5f5;
}

iframe {
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 325px;
}

.table tbody tr td {
    background: #fff;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    border-top: 0px;
    padding: 3px;
    font-size: 10.5px;
}

.table.table-condensed tbody tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td * {
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs-12 {
    font-size: 12px !important;
}

.all-caps {
    text-transform: uppercase;
}
.socials {
    position: absolute;
    bottom: 30px;
    width: 99%;
    padding: 1.5em 0 0.9em;
    text-align: center;
}

.socials li {
    display: inline-block;
    margin: 0 0.5em 1em;
}

.socials li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: white;
    color: #E24448;
    border-radius: 8px;
}

.socials li a:hover {
    background: #e24545;
    color: white;
}

.socials li a i {
    font-size: 1.5em;
    line-height: 2.2em;
}

.bohead {
    display: block;
    width: 25%;
    min-width: 250px;
    margin: auto;
    margin-top: 8%;
}