    .sp_vendorsqueryfilter_form_div {
        margin-bottom: 10px;
    }    
    #sp_vendorsqueryfilter_form label {
        display: block;
    }
    
    a.sp_list_page {
        display: inline-block;
        margin: 5px 5px 5px 0px;
        padding: 5px 5px;
        border: 1px solid #ccc;
        background: #fff;
        text-decoration: none;
        font-size: 9pt;
    }
    a.sp_list_page:hover {
        background: #99e;
        color: #fff;
    }
    
    .sp_list_page_current {
        display: inline-block;
        margin: 5px 5px 5px 0px;
        padding: 5px 5px;
        border: none;
        background: inherit;
        text-decoration: underline;
        font-weight: bold;
        font-size: 10pt;
    }
    
    .sp_list_page_ellipsis {
        display: inline-block;
        margin: 10px 10px 10px 0px;
        padding: 10px 10px;
        border: none;
        background: inherit;
        text-decoration: none;
        font-weight: bold;
        font-size: 10pt;
    }
    
    .sp_list_pages_title {
        font-weight: bold;
        margin-right: 10px;
        display: inline-block;
        font-size: 10pt;
    }

    .sp_format table td {
        padding: 5px 5px;
        font-size: 10pt;
    }
    
    .sp_format table th {
        padding: 5px 5px;
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
    }
    
    #sp_vendors_new_form label {
        display: block;
        font-weight: bold;
    }
    
    #sp_vendors_new_form input[type=text] {
        width: 80%;
    }
     
    #sp_vendors_new_form textarea {
        width: 94%;
        height: 100px;
    }
    
    .filter_autocomplete_container {
        font-size: 12pt;
        margin-bottom: 10px;
    }
    
    .filter_autocomplete_container input {
        vertical-align: bottom;
    }
    
    .filter_autocomplete_container select {
        vertical-align: bottom;
        margin-top: 8px;
    }
    
    .sp_format table td {
        padding: 5px 5px;
        font-size: 10pt;
    }
    
    .sp_format table th {
        padding: 5px 5px;
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
    }
    
    .org_edit_stock_icon {
        height: 18px;
        width: 18px;
        background-image: url('images/show_template_icon.gif');
        background-size:     cover;
        background-repeat:   no-repeat;
        background-position: center center;
        display: inline-block;
    }
    
    .org_tm_container {
        height: 18px;
        display: inline-block;
        vertical-align: top;
        padding: 0px 0px;
        margin: 0px 0px 0px 10px;
    }

    #sp_vendors_list_container{
        font-size: 13px !important;
    }