* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font: 16px 'source_sans_proregular';
    color: #7d7d7d;
}
html,
body {
    width: 100%;
    height: 100%;
    background-color: #e7e8e8;
}
a {
    color: #0079aa;
}
header {
    width: 100%;
    height: 50px;
    background: #111;
    color: #ffffff;
    line-height: 40px;
}
header .title {
    float: left;
    font-family: 'roboto_medium', sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    height: 50px;
    padding-left: 15px;
    text-transform: uppercase;
}
.logo {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 6;
    float: left;
    padding: 0 10px;
    line-height: 50px;
    color: #ffffff;
    text-decoration: none;
    background-color: #c046ff;
    outline: none;
}
.logo i.fa {
    font-size: 30px;
}
.content {
    width: 750px;
    margin: 0 auto;
    padding: 120px 0 0 0;
}
.plate {
    width: 100%;
}
.plate-body {
    width: 750px;
    min-height: 100%;
    color: #333333;
    background-color: #ffffff;
    padding-bottom: 15px;
}
.plate-body .title {
    padding: 40px 50px;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    color: #585b63;
}
.plate-body p.title {
    font-size: 72px;
    color: #585b63;
    line-height: 72px;
    padding: 100px 180px 80px 180px;
    margin: 0;
    width: 100%;
}
.plate-bottom {
    position: relative;
    padding-left: 160px;
    font-size: 13px;
    height: 130px;
    text-align: left;
    background-color: #f3f3f3;
}
.plate-bottom span {
    color: #d0d0d2;
}
.plate-bottom div.image {
    width: 78px;
    height: 78px;
    float: left;
    margin: 25px 0;
    background: #c046ff;
    border-radius: 50%;
}
.plate-bottom div.image .fa {
    position: absolute;
    padding: 25px 0;
    line-height: 80px;
}
.plate-bottom div.image .fa:before {
    font-size: 80px;
    position: absolute;
    color: #e7e7e7;
    top: -1px;
    left: -1px;
}
.plate-bottom div.message p {
    font-size: 14px;
    padding-left: 95px;
    padding-right: 130px;
    margin-bottom: 20px;
    color: #585b63;
}
.plate-bottom div.message p:first-of-type {
    padding-top: 25px;
}
