/**
 * Logo
 */

.CD__companyImageWrapper {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    text-align: right;
}

/**
 * Company info
 */

.CD__mainInfo {
    font-size: 0.9em;
}

.CD__mainInfo__backLink {
    display: block;
    margin-bottom: 1em;
    text-decoration: none;
}

.CD__mainInfo__backLink:before {
    font-family: 'SS BlackTie-Light';
    content: '\25C5';
    font-style: normal;
    display: inline-block;
    margin-right: 1em;
    font-size: 0.7em;
}

@media screen and (min-width: 1000px) {
    .CD__mainInfo {
        display: inline-block;
        vertical-align: top;
        width: 65%;
        padding-right: 5em;
    }

    .CD__sidebar {
        display: inline-block;
        vertical-align: top;
        width: 35%;
    }
}

/**
 * Domains
 */

.CD__domains {
    margin: 1em 0 0 0;
    width: 100%;
    font-size: .8em;
    color: #777;
}

.CD__domainName,
.CD__domainPercentage {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.CD__domainName {
    color: rgba(26, 26, 29, .9);
}

.CD__domainPercentage {
    margin-bottom: .5em;
    width: 100%;
    line-height: 1.2;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

.CD__domainPercentageGraph {
    position: relative;
    background-color: #4aaa42;
}

.CD__domainPercentageText {
    position: absolute;
    top: 3px;
    left: calc(100% + 3px);
    color: rgba(26, 26, 29, .9);
    font-size: .8em;
}

/**
 * Detail right column
 */

.CD__details {
    margin: 1.5em 0 0;
    font-size: 0.9em;
}

.CD__detailsLabel {
    font-weight: bold;
}

.CD__detailsLabel:before {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}

.CD__detailsData {
    margin: 0 0 1em;
}

.CD__detailsIcon {
    display: inline-block;
    width: 2.3em;
    margin-right: .5em;
    padding: .6em;
    border-radius: 2px;
    white-space: nowrap;
    overflow:  hidden;
    line-height: 1;
    font-size: 1.2em;
    text-align: center;
    color: #a7db0f;
    background: #333;
}

.CD__detailsIcon:before {
    display: inline-block;
    width: 1.1em;
    margin-right: 2em;
    font-family: "fjell";
    font-weight: normal;
}

.CD__detailsIcon:hover:before {
    color: #fff;
}

.CD__detailsIconLinkedin:before {
    content: "\006c";
}

.CD__detailsIconFacebook:before {
    content: "\0066";
}

.CD__detailsIconTwitter:before {
    content: "\0074";
}