#listing-search-form{
    margin-top: 20px;
}

#listing-search-form label{
	margin-right: 10px;
    font-family: 'helvetica_neue_bold';
}

.filter-group{
    margin-right: 40px;
}

.downloads-keyword-wrapper {
    margin-right: 10px;
    margin-bottom: 0;
}

.input-group.searchbox .form-control {
    float: none;
    margin-right: -1px;
}

#listing-search-form .input-group-addon {
    background-color: #abcf37;
    border: 1px solid #abcf37;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
}

#keywords{
    border-radius: 4px;
}

.downloads-search-btn {
    float: right;
    border-width: 0;
    background: transparent;
    outline: none;
}

#listing-table{
    margin-top: 20px;
}

#listing-table thead{
    background-color: #231f20;
    color: #fff;
    font-family: 'helvetica_neue_bold';
}

#listing-table th, #listing-table td{
    border: none;
    word-wrap: break-word;
}

#listing-table tr:nth-child(odd)>td{
    background-color: #fff;
}

#listing-table tr:nth-child(even)>td{
    background-color: #f3f9e2;
}

.enquire-btn{
    background: #abcf37;
    border: 1px solid #abcf37;
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
}

.enquire-btn:hover{
    background-color: white;
    color: #abcf3;
}

@media (min-width: 768px) {
    #keywords{
        width: 250px;
    }
    #listing-table th, #listing-table td{
        padding: 13px 30px;
    }
    #listing-table .pc{
        width: 25%;
    }
    #listing-table .desc{
        width: 65%;
    }
    #listing-table .stock{
        width: 10%;
    }
}

@media (max-width: 767px) {
    #listing-table {
        table-layout: fixed;
    }
    #listing-table .pc{
        width: 30%;
    }
    #listing-table .desc{
        width: 50%;
    }
}