@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Regular.ttf') format('truetype');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #f5f6fa;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#sitereport {
    width: 990px;
    height: 452px;
    margin: 0 auto;
}

#sitereport>img {
    padding: 36px 0 36px 0;
}

.container {
    width: 990px;
    border: 1px solid #e6e7e8;
    overflow: hidden;
    min-height: 416px;
}

.content {
    width: 689px;
    padding-left: 50px;
    padding-top: 36px;
    float: left;
    background-color: #ffffff;
    min-height: 416px;
}

.status {
    width: 251px;
    height: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
}

.status>img {
    margin-top: 100px;
}

.status>div {
    color: #ffffff;
    margin-top: 32px;
}

.status .text {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.status .rating {
    font-size: 32px;
    font-weight: 200;
    line-height: 43px;
}

.safe {
    background-color: #0bd175;
}

.warning {
    background-color: #ff9900;
}

.danger {
    background-color: #f1342f;
}

.unknown {
    background-color: #768f99;
}

.content h2 {
    padding: 0 0 24px 0;
    font-size: 24px;
    font-weight: 300;
    color: #768f99;
}

.content>span {
    margin-bottom: 24px;
    padding-right: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #52565a;
    display: inline-block;
    line-height: 28px;
    width: 98%;
    word-wrap: break-word;
}

.content>span a {
    color: #00aeef;
}

.content>hr+h2+span {
    font-size: 16px;
}

.content .url {
    color: #139DEB;
}

.content div {
    width: 90%;
    font-size: 14px;
    line-height: 19px;
    color: #939598;
}

.content ul {
    padding-left: 0px;
    color: #B1BABF;
}

.content li {
    background: url(/img/oval-bullet.svg) left center no-repeat;
    margin-bottom: 16px;
    padding-left: 20px;
}

.content li a {
    display: inline-block;
    height: 16px;
    font-size: 16px;
    color: #139DEB;
    cursor: default;
}

hr {
    margin: 36px 59px 36px 0;
    color: #c8d0de;
    width: 90%;
    border-top: 1px solid #c8d0de;
    float: left;
}