/* Header */

header {
    height: 80px;
    background-color: #20ace8;
    border-bottom: 5px solid #f6f6f6;
    padding: 0 50px;
}

header img {
    margin-top: 18px;
}

header a.button {
    display: block;
    margin: 25px 10px 0 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 0 25px;
    float: right;
    background-color: #2899c3;
    border-radius: 4px;
}

header p {
    float: right;
    margin: 0 10px 0 0;
    height: 80px;
    line-height: 80px;
    color: #fff;
}
.targetButton {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #20ace8;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #20ace8;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
}
