header {
    padding: 30px 0;
    border-top: none;
    background-color: #fff;
}

header .size-wrapper .left {
    display: none;
}

header .size-wrapper .right {
    width: 100%;
}

header h1 {
    color: #fa3843;
}

header p {
    color: #000;
}

.main {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

section {
    padding: 20px 0;
}

section.first {
    padding-top: 40px;
}

section.last {
    padding-bottom: 30px;
}

section .right .separator {
    display: none;
}

section .item {
    margin-bottom: 20px;
}

section .item .date {
    margin-bottom: 8px;
}

section .rating {
    display: block;
    width: 75%;
}

section .rating li .stars .star img {
    display: block;
    width: 100%;
    height: 100%;
}

footer {
    padding: 30px 0;
    border-bottom: none;
    background-color: #fff;
}

footer .size-wrapper .left, footer .size-wrapper .right {
    vertical-align: top;
}

footer h3 {
    color: #000;
}

footer p, footer a {
    color: #000;
}

footer p.linkedin {
    display: none;
}
