header {
    height: 90px;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjY2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFiNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #002663 0%, #001b45 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002663), color-stop(100%, #001b45));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #002663 0%, #001b45 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #002663 0%, #001b45 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #002663 0%, #001b45 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #002663 0%, #001b45 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002663', endColorstr='#001b45',GradientType=0 );
    /* IE6-8 */
}

header img {
    margin-top: 12px;
}

header span {
    margin-top: 18px;
}

header span a:link,
header span a:visited,
header span a:hover {
    color: #fff;
    font-size: 2.6em;
    text-decoration: none;
}

footer {
    clear: both;
    width: 100%;
    padding: 30px 0;
    margin-top: 30px;
    background: #eaf0f4 url('../images/footer-tile.png') 0% 0%/20px 17px repeat-x;
}

footer p {
    text-align: center;
    font-size: .8em;
    line-height: 1.45;
    color: #666;
}

nav.navbar {
    margin-top: 10px;
}

.form-group .alert {
    margin-top: 10px;
}

.alert ul {
    list-style: none;
    padding: 0;
}

.link-table {
    display: none;
}

.not-found {
    display: none;
}

.merchant-self {
    display: none;
}

.visible-xs {
    margin-bottom: 10px;
}

.imageBlock img {
    max-width: 600px;
}

.tagBlock button {
    margin-bottom: 4px;
}

td.homepage,
th.homepage {
    text-align: center;
}

.article-filters {
    div {
        margin-left: 6px;
    }
}

a.new-merchant {
    margin-left: 10px;
}

div#project_members, div#project_members_members {
    height: auto;
}

div#project_members input, div#project_members_members input {
    float: left;
}

div#project_members label, div#project_members_members label {
    display: block;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .form-inline {
        .form-control.search-form {
            width: 290px;
        }
    }
}
