.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.img-fluid {
    width: 100%;
    height: auto
}

a:hover {
    text-decoration: none;
    opacity: .7;
    transition: opacity .3s ease-in-out
}

a.no-effect {
    opacity: 1
}

.row-inside {
    margin: 40px 0
}

body {
    padding: 0;
    color: #121212
}

.main-logo {
    max-width: 112px
}

.separator {
    margin: 0
}

.separator > hr {
    margin: 0;
    color: #ddd;
    background-color: #ddd;
    border: none;
    height: 1px
}

.footer a, .talent .url a {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.container-fluid > .inner-header {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px
}

.greeting h3 {
    font-size: 24px !important;
    color: #333;
    line-height: 32px
}

.brief-details p {
    font-size: 18px;
    color: #121212
}

.brief-stat-box {
    margin-top: 10px;
    color: #d2232a;
    border-left: 5px solid #d2232a;
    font-size: 24px;
    padding: 10px 20px;
    line-height: 32px
}

.talent .description, .talent .url {
    line-height: 27px;
    font-weight: 300
}

.brief-stat-box .big_number {
    display: inline-block;
    vertical-align: top;
    font-size: 64px;
    font-weight: bolder;
    position: relative;
    top: 15px
}

.brief-stat-box .text {
    display: inline-block;
    margin-left: 20px
}

.talent {
    margin-bottom: 30px
}

.talent .last-update {
    text-align: center;
    font-weight: 700
}

.talent .title {
    font-size: 18px;
    line-height: 0;
    font-weight: 700;
    margin-top: 30px
}

.talent .subtitle {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    margin-top: 30px;
    color: #888888;
}

.talent .collapsible, .talent .description, .talent .url {
    margin-top: 10px;
    font-size: 18px
}

.talent .collapsible {
    cursor: pointer;
    color: #d2232a;
    display: block
}

.talent .description {
    overflow: hidden
}

.talent .url a {
    color: #d88518;
    padding-bottom: .05em;
    border-bottom-color: rgba(216, 133, 24, .3)
}

.disclaimer p, .footer {
    font-size: 18px
}

.footer a {
    font-size: 18px;
    color: rgba(0, 0, 0, .6);
    font-weight: 300;
    border-bottom-color: rgba(0, 0, 0, .3)
}

@media screen and (max-width: 768px) {
    .main-logo {
        max-width: 80px
    }

    .container-fluid > .inner-header {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 768px) {
    .container-fluid > .inner {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 10px
    }
}

@media screen and (min-width: 1280px) {
    .container-fluid > .inner {
        padding-left: 160px;
        padding-right: 160px;
        padding-top: 10px
    }
}
