div.js-form-item-keywords {
    padding-left: 30px;
    padding-right: 30px;
}

.block-myselfhelp-dealer-vsa-dealer-search {
    margin-bottom: 30px;
}

#myselfhelp-dealer-vsa-dealer-search label[for="edit-keywords"] {
    color: red;
}

.dealer-keywords-submit-button {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.js-form-item-keywords {
    width: 84%;
}

#dealer-search-result-wrapper .record-list .dealer-record-table:first-child {
    margin-top: -40px;
}

table.dealer-record-table {
    width: 100%;
    margin-bottom: 20px;
}

table.dealer-record-table th {
    padding-left: 30px;
}

#dealer-search-result-pager {
    text-align: center;
    margin-bottom: 30px;
}

.pagination-controls a {
    margin: 0 3px;
    cursor: pointer;
    padding: 5px 8px;
    color: white !important;
    background-color: #2E4783;
    text-decoration: none;
    border-radius: 4px;
}

.pagination-controls span {
    margin: 0 3px;
    padding: 5px 8px;
    color: white;
    background-color: #2E4783;
    text-decoration: none;
    border-radius: 4px;
}

.pagination-controls a:hover {
    background-color: #1B315E;
    color: white !important;
    text-decoration: none;
}

.pagination-controls span.current-page {
    background-color: #F5F5F5;
    font-weight: bold;
    color: black;
}

.dealer-search-intro {
    font-size: 20px;
    padding: 10px 30px;
    background-color: #DFF2E8;
}

div#dealer-search-footer {
    padding-left: 30px;
}

/* hide More information link */
.more-information b {
    display: none;
}

@media (max-width: 767px) {
    table.dealer-record-table th {
        width: 150px;
        padding-right: 10px;
    }

    table.dealer-record-table {
        margin-top: 15px;
    }

    button.dealer-keywords-submit-button {
        margin-left: 30px;
    }
}


@media (min-width: 768px) {
    .dealer-keywords-submit-button {
        float: right;
        top: -60px;
        position: relative;
    }

    .glyphicon-search:before {
        content: none !important;
    }

    table.dealer-record-table th{
        width: 200px;
        padding-right: 10px;
    }
}