.title {
    width: 100%;
}

.title>h1 {
    font-size: 26px;
    color: #075fa7;
    display: inline-block;
    margin: 0;
}

.title>h3 {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin: 0;
}

.title>a {
    font-size: 14px;
    color: #999;
    float: right;
    margin: 10px 0 0;
}

.title>a:hover {
    text-decoration: none;
    color: #075fa7;
}

.title>.underline {
    background: url(../images/headline_long.png) no-repeat;
    width: 100%;
    height: 13px;
    margin-top: 10px;
}