.showresult p
{
        font-size: 18px;
    font-weight: 600;
    margin-right: 92px;
}
.showresult p {
    display: inline-block;
}
.wcpt-search-input
{
        background: #FFF;
    color: inherit;
    border: 1px solid #002147;
    height: 48px;
        line-height: 1;
    width: 100%;
    display: block;
    padding: 0.8em;
        box-shadow: none;
    border-radius: 4px;
        font-size: 26px;
}
.wcpt-search-input::placeholder
{
       font-size: 26px;
}
.wcpt-search {
    position: relative;
    margin: 4px 0;
    vertical-align: middle;
    border-radius: 4px;
    width: 400px;
    max-width: 100%;
        display: inline-block;
}

.wcpt-search-submit {
    padding: 0;
    font-size: 16px;
    text-align: center;
    background: #ddd;
    border-radius: 0 4px 4px 0;
    width: 40px;
    height: 100%;
    transition: .2s;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    cursor: pointer;
}
.wcpt-search-submit {
    background: #002147;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wcpt-search {
    width: 650px;
}
.table.products_table th
{
    font-weight: 700;
    padding: 15px 10px;
    position: relative;
    background: #fff;
    display: table-cell;
    color: #000000;
}
.table.products_table tr td{
    color: #002147;
        font-weight: 600;
            padding: 10px;
    border: 1px solid rgba(0,0,0,.07);
    font-weight: inherit;
        color: #000;
    text-align: left;
            font-size: 14px;
                line-height: 1.25em;
                    border-right-width: 0;
    vertical-align: middle;
    border: none;
}
.table.products_table tr a
{
    font-weight: 600;
}
.table.products_table tr a.orangebtn
{
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
    border-radius: 3px;
    background: #f57c00;
    color: #fff;
    white-space: nowrap;
    line-height: normal;
    font-size: inherit;
    transition: .2s;
    margin: 2px 4px 2px 0;
    box-shadow: none;
}
.table.products_table tr:not(:last-child) {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,.06);
}
.table.products_table {
    width: 100%;
    margin: 0 0 1em;
    border-collapse: collapse;
    text-align: initial;
    border: 1px solid rgba(0,0,0,.07);
        line-height: 1.25em;
}
.table>tbody tr td {
    background: transparent;
}
.products_table thead tr {
    border-bottom: 2px solid rgba(0,0,0,.6);
    background: rgba(0,0,0,0);
}
.products_table tbody tr:nth-child(even)
{
    background: rgba(0,0,0,.02);
}
td.btnwidth {
    min-width: 10%;
}
td.btnwidthone {
    min-width: 12%;
}
.mobiletable
{
    display: none;
}
.desktoptable
{
    display: block;
}
.table>tbody tr td {
    font-size: 13px !important;
        line-height: 20px !important;
}
@media screen and (max-width: 767px)
{
    .mobiletable
{
    display: block;
}
.desktoptable
{
    display: none;
}
.wcpt-search-input
{
    font-size: 13px;
}
.wcpt-search-input::placeholder
{
       font-size: 13px;
}
h1.largefont {
    font-size: 30px;
    line-height: 40px;
}
}
td.btnwidth span {
    display: block;
    margin-bottom: 15px;
}

td.btnwidth span.thirdtr, td.btnwidth span.fourthtr {
    display: inline-block;
}

span.fourthtr {
    margin-left: 10px;
}
.btnwidthone {
    color: #002147 !important;
    font-weight: 500 !important;
}
span.firsttr {
    color: #002147;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
}

@media screen and (min-width: 1700px)
{
    .table>tbody tr td {
    font-size: 14px !important;
    line-height: 20px !important;
}
}