/***************************************************************
 * File: ls-products.css
 * Description: This CSS file contains the main styling for the Immuno Products Table and it's Filters.
 * Author: Cinnova Technologies
 ***************************************************************/

/***************************************************************
 * PRODUCT FILTERS
 ***************************************************************/

.filter-container .filters{
    background: #FFFFFF;
    padding: 10px;
}

.filters h5 {
    font-size: 1.125rem;
    margin-bottom: 15px;
    color: #0a3254;
}

.filters h6 {
    color: #212529;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 0.4rem;
    margin-top: 0;
    padding: 0.6rem 0 0.4rem 0;
    font-size: 0.8rem;
}

.filters input[type="date"], .filters input[type="email"], .filters input[type="number"], .filters input[type="password"], .filters input[type="search"], .filters input[type="tel"], .filters input[type="text"], .filters input[type="url"], .filters select, .filters textarea {
	width: 100%;
	border: solid 1px #e0e0e0;
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s;
    font-size: 1.125rem;
    color: #072239;
    font-family: "Pontiac", sans-serif;
}

.filters input[type="email"]::placeholder, .filters input[type="number"]::placeholder, .filters input[type="password"]::placeholder, .filters input[type="search"]::placeholder, .filters input[type="tel"]::placeholder, .filters input[type="text"]::placeholder, .filters input[type="time"]::placeholder, .filters input[type="url"]::placeholder, .filters select::placeholder {
	color: #bbb9ba;
}

.filters input[type="text"], .filters select {
    font-size: 12px !important;
	padding: 0 10px !important;
	height: 34px !important;
	border-radius: 5px;
}

.filters input[type="email"]:focus, .filters input[type="number"]:focus, .filters input[type="password"]:focus, .filters input[type="search"]:focus, .filters input[type="tel"]:focus, .filters input[type="text"]:focus, .filters input[type="time"]:focus, .filters input[type="url"]:focus, .filters select:focus {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.filters .form-check-label {
	font-size: 0.825rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: normal;
	color: #55565a;
	padding-left: 0;
    font-family: "Pontiac", sans-serif;
	margin-top: -5px;
}

.filters input[type="checkbox"] {
    display: inline-block;
    margin-top: 3px;
    margin-right: 5px;
}

.clear-search {
	font-size: 12px;
	margin-top: 20px;
	display: block;
	cursor: pointer;
	font-family: "Pontiac", sans-serif;
    font-weight: 600;
	color: #026cc7;
}

/***************************************************************
 * PRODUCT FEATURED BUTTONS
 ***************************************************************/

.featured-buttons {
	display: inline-block;
	margin-bottom: 0.5rem;
	display: none;
    padding: 0;
}

.featured-buttons li {
	display: inline-block;
	margin-right: 5px;
	list-style: none;
	margin-top: 0px;
}

.featured-buttons a, .featured-buttons button {
    padding: 8px;
    border-radius: 6px;
    font-size: 11px;
    background: #fff;
    border: solid 1px #D1D5DB;
    text-decoration: none;
    color: #6B7280 !important;
    font-family: "Pontiac", sans-serif;
    display: block;
}

.featured-buttons a:hover, .featured-buttons a.active, .featured-buttons button:hover, .featured-buttons button.active {
	background: #E6F3FF;
}

.filter-toggle {
	display: none;
}

.products_table_container h2 {
	font-size: 1.825rem;
	font-weight: 700;
	color: #0a3254;
	margin: 0 0 10px;
}

.products_table_container h2 span {
	font-size: 1.125rem;
}

/***************************************************************
 * PRODUCT COMPARE BUTTON
 ***************************************************************/

.compare-container {
	margin-bottom: 0.5rem;
	float: right;
}

.products-selected-col {
	float: left;
	line-height: 30px;
	margin-right: 10px;
	font-size: 11px;
	font-family: "Pontiac", sans-serif;
	font-weight: 700;
}

.compare-btn-container {
	float: left;
}

.compare-btn {
	display: block;
	text-align: center;
	background: #0a3254;
	border-color: #0a3254;
	color: #FFF !important;
	font-family: "Pontiac", sans-serif;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.2;
	padding: 8px;
	text-decoration: none !important;
	border-radius: 6px;
	cursor: pointer;
	width: 100%;
}

.compare-btn:hover, .compare-btn:active {
	background: #0a3254;
	border-color: #0a3254;
}

.compare-btn.disabled {
	background: #F0F0F0 !important;
	color: #333 !important;
	border-color: #D1D5DB;
}

/***************************************************************
 * PRODUCT TABLE
 ***************************************************************/

.ls-product-table-wrapper .dataTables_wrapper {

}

.ls-product-table-wrapper .ls-product-table {
	margin-bottom: 10px;
}

.ls-product-table-wrapper thead input {
    width: 100%;
}

.ls-product-table-wrapper thead tr.filters {
    display: block;
}

.ls-product-table-wrapper thead tr.filters.hidden {
    display: none;
}

.ls-product-table {
	font-family: "Pontiac", sans-serif;
	border-bottom: solid 1px #dbe0e4;
	width: 100%;
}

.ls-product-table .ls-product-row {
	border-left: 1px solid #dbe0e4;
	border-right: 1px solid #dbe0e4;
	font-size: 14px;
    font-weight: 500;
}

.ls-product-table .ls-product-row.ls-product-row--header {
	background: #5c666e;
	color: #fff;
	font-size: 12px;
	border: 0;
    font-weight: 700;
}

.ls-product-row:nth-child(2n+1) {
	background-color: #ffffff;
}

.ls-product-table .ls-product-col.ls-product-col--compare-select, .ls-product-table .ls-product-col.ls-product-col--compare-select-all {
	width: 35px !important;
}

.ls-product-table .ls-product-col.sorting_asc::after, .ls-product-table .ls-product-col.sorting::after {
	height: 0;
	width: 0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid #FFF;
	border-top: 4px solid transparent;
	content: "";
	position: absolute;
	top: 9px;
}

.ls-product-table .ls-product-col {
	width: 134px !important;
	text-align: left !important;
}

.mol-products-table-wrapper .ls-product-table .ls-product-col {
	width: 140px !important;
	text-align: left !important;
    font-weight: 500;
}

.ls-product-table .ls-product-row .ls-product-col a {
    font-weight: 500;
}

.ls-product-col.ls-product-col--title {
	width: 260px !important;
	text-align: left;
}

.mol-products-table-wrapper .ls-product-col.ls-product-col--title {
	width: 300px !important;
	text-align: left;
}

.ls-product-col.ls-product-col--tessted-apps {
	width: 120px !important;
	text-align: left;
}

.ls-product-col.ls-product-col--type {
	width: 200px !important;
}


.ls-product-table .ls-product-col--control {
	width: 50px !important;
	text-align: right !important;
}

.ls-product-table tr td{
	padding: 0;
	border: none;
}

.mol-products-table-wrapper .ls-product-col.ls-product-col--control {
	width: 35px !important;
}

.dataTables_length label {
	font-size: 14px !important;
	color: #6B7280 !important;
	font-family: "Pontiac", sans-serif;
	float: left;
	margin: 0;
	line-height: 1.2;
}

.ls-product-table tr span.control-arrow {
	font-size: 12px;
	color: #4880EF;
	border: 1px solid #E6F3FF;
	border-radius: 3px;
	background-color: #E6F3FF;
	padding: 3px 5px;
}

.btn.btn-request {
	padding: 5px 8px;
	border-radius: 3px;
	background-color: #0a3254;
	border-color: #0a3254;
	color: #fff;
	font-family: "Pontiac", sans-serif;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 1.2;
	width: 100%;
	font-weight: 600;
}

.btn.btn-request:hover {
	background-color: #0a3254;
	border-color: #0a3254;
}

.child-table table {
	width: 100%;
	border: none;
	margin: 0;
}

.child-table table tbody > tr:nth-child(2n+1) > td, .child-table table tbody > tr:nth-child(2n+1) > th{
	background: none transparent;
}

.child-table .ls-product-col--control {
	background: transparent !important;
}

.child-table td {
	font-size: 12px;
	color: #0a3254;
	line-height: 22px;
	font-weight: normal;
	padding: 2px 5px;
	vertical-align: top;
	font-family: "Pontiac", sans-serif;
	border: none;
	background: none transparent;
}

.child-table tr {
	text-align: left;
	padding: 5px 0 !important;
	justify-content: space-around;
}

.child-table tr span.label {
	margin-right: 5px;
	color: #0a3254;
	display: inline-block;
	font-family: "Pontiac", sans-serif;
	font-weight: 700;
}

#ls-product-table .ls-product-col--description:before {
    content: "Description: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;color: #000;
    font-size: 12px;
}

#ls-product-table .ls-product-col--category:before {
    content: "Category: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 12px;
}

#ls-product-table .child-table .ls-product-col--tessted-apps:before {
    content: "Tested Apps: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 12px;
}

#ls-product-table .child-table .ls-product-col--unit:before {
    content: "Unit: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 12px;
}

#ls-product-table .ls-product-col--host:before {
    content: "Host: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 12px;
}

#ls-product-table .ls-product-col--isotype:before {
    content: "Isotype: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 12px;
}

#ls-product-table .child-table .ls-product-col--tested-apps:before {
    content: "Tested Apps: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 12px;
}

#ls-product-table .child-table .ls-product-col--buffer:before {
    content: "Buffer: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 12px;
}

#ls-product-table .child-table .ls-product-col--immunogen:before {
    content: "Immunogen: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 12px;
}

#ls-product-table .child-table .ls-product-col--recombination:before {
    content: "Recombinant: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 12px;
}

#ls-product-table .child-table .ls-product-col--cofa-notes:before {
    content: "Notes: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 12px;
}

#ls-product-table .child-table .ls-product-col--cofa-description:before {
    content: "Description: ";
    font-family: "Pontiac", sans-serif;
	font-weight: 700;
    color: #000;
    font-size: 12px;
}

#ls-product-table tbody tr:hover > td, #ls-product-table tbody tr:hover > th {
	background: none;
}




@media (min-width: 992px) {
	.ls-product-table {
		text-align: center;
	}

	.ls-product-table .ls-product-row {
		padding: 5px 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.ls-product-table .ls-product-row {
		display: block;
	}

	.ls-product-table .ls-product-row {
		padding: 5px 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.ls-product-table .ls-product-row .ls-product-col {
		padding: 5px;
		border: none;
		background: none;
		position: relative;
	}
    
	.ls-product-table .ls-product-row .ls-product-col.ls-product-col--title {
		width: 15%;
		text-align: left;
	}

	.ls-product-col.ls-product-col--type {
		width: 200px !important;
	}

	.ls-product-table .ls-product-row .ls-product-col.ls-product-col--format {
		width: 7%;
	}

	.ls-product-table .ls-product-row .ls-product-col.ls-product-col--catalog {
		width: 8%;
	}

	.ls-product-table .ls-product-row .ls-product-col.ls-product-col--request {
		width: 10%;
	}

	.ls-product-table .ls-product-row th.ls-product-col span {
		margin-right: 5px;
		display: inline-block;
	}

	.child-table {
		width: 100%;
		padding: 8px 10px;
		border-top: 0;
		border-left: 1px solid #dbe0e4;
		border-right: 1px solid #dbe0e4;
	}

	.child-table .ls-product-col--request {
		display: none;
	}

	.ls-product-row.even {
		background-color: #fff;
	}

	.ls-product-row.even + tr .child-table {
		background-color: #fff;
	}

}


/* responsive table */
@media (max-width: 991px) {
    .ls-product-row .ls-product-col:before {
        width: 0%;
    }

    .ls-product-row .ls-product-col span {
        width: 100%;
    }

    .ls-product-row .ls-product-col:after {
        background-color: transparent;
		display: none !important;
    }

    .page-id-19 .support-block .btn {
        margin-right: 0px;
        width: 98%;
        text-align: center;
        padding: 2% 1%;
    }

    .ls-product-table .ls-product-row {
        position: relative;
		background: white !important;
    }

    .ls-product-col--control {
        position: absolute !important;
        top: 15px;
        right: 10px;
        z-index: 1;
        background-color: transparent !important;
		text-align: right !important;
    }

    .product-listing-template-sect .product-listing__card>p {
        display: block;
    }

    .product-listing-template-sect .product-listing__card {
        margin-top: 30px;
    }

    .ls-product-row .ls-product-col:nth-child(odd) {
        background-color: #fff;
        /* border-bottom: solid 1px #f2f2f2 !important; */
    }

    .ls-product-col {
        /* border-bottom: solid 1px #f2f2f2 !important; */
    }

    .child-table tr:first-child .ls-product-col:nth-child(even) {
        background-color: #fff !important;
       /*  border-bottom: solid 1px #f2f2f2 !important; */
    }

    .child-table tr:last-child .ls-product-col:nth-child(odd) {
        background-color: #fff !important;
     /*    border-bottom: solid 1px #f2f2f2 !important; */
    }

    .child-table .ls-product-col--product-detail {
        display: none !important;
    }

    .ls-product-row .ls-product-col--title {
        background-color: #f0f0f0 !important;
        border: none;
        color: #000;
        margin-left: -1px;
        width: calc(100% + 2px);
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .shown.ls-product-row .ls-product-col--request {
        border-bottom: 0 !important;
        display: none;
    }

    .child-table .btn.btn-request {
        padding: 8px;
        width: 100%;
    }

    .ls-product-table .ls-product-col {
        position: relative;
        text-align: left;
		padding: 10px 15px 6px !important;
		background: white !important;
    }

    .ls-product-table .ls-product-row .ls-product-col {
        text-align: left;
        justify-content: left;
    }

    .ls-product-table span.head,
    .ls-product-table span.label {
        width: 120px;
        font-family: PontiacBold, arial, helvetica;
        margin: 0 0 4px;
        display: flex;
        justify-content: flex-start;
        color: #000 !important;
    }


    #ls-product-table .ls-product-row .ls-product-col--control {
        /* background: url(../library/images/remove.png) no-repeat right 5px top 10px;
        background: url(../library/images/add.png) no-repeat right 5px top 10px; */
        border: 0 !important;
        padding: 0 !important;
    }

    .ls-product-row.shown .ls-product-col--control {
        /* background: url("../library/images/remove.png") no-repeat right 5px top 10px !important; */
    }


    .ls-product-row .ls-product-col {
        display: block;
    }

    .ls-product-table .ls-product-row .ls-product-col {
        padding: 10px 15px 6px;
    }

    #ls-product-table .ls-product-col--type:before {
        content: "Type: ";
        font-family: PontiacBold, arial, helvetica;
        color: #000;
        font-size: 12px;
        display: inline !important;

    }

    #ls-product-table .ls-product-col--format:before {
        content: "Format: ";
        font-family: PontiacBold, arial, helvetica;
        color: #000;
        font-size: 12px;
        display: inline !important;

    }

    #ls-product-table .ls-product-col--catalog:before {
        content: "Catalog: ";
        font-family: PontiacBold, arial, helvetica;
        color: #000;
        font-size: 12px;
        display: inline !important;

    }

    #ls-product-table .ls-product-col--description:before,
    #ls-product-table .ls-product-col--category:before,
    #ls-product-table .ls-product-col--type:before,
    #ls-product-table .ls-product-col--host:before,
    #ls-product-table .ls-product-col--unit:before,
    #ls-product-table .ls-product-col--tessted-apps:before,
    #ls-product-table .ls-product-col--isotype:before {
        display: inline !important;

    }

    .ls-product-table .ls-product-row {
        position: relative;
        overflow: hidden;
        float: left;
        width: 100%;
    }

    .ls-product-table tr {
        position: relative;
        overflow: hidden;
        float: left;
        width: 100%;
    }

    .ls-product-table tr td {
        display: block;
        width: 100%;
    }

    .ls-product-table .shown.ls-product-row {
       /*  border-bottom: 0px solid #eff3fa; */
    }

    .ls-product-table .child-table {
        margin-bottom: 20px !important;
    }

    .ls-product-col span {
        width: auto !important;
        display: inline !important;
		font-size: 12px;
    }

    .ls-product-table .ls-product-row {
        margin-bottom: 20px !important;
    }

    .shown.ls-product-row {
        margin-bottom: 0px !important;
    }

    .child-table .ls-product-col--control {
        display: none !important;
    }

    .ls-product-table .ls-product-row .ls-product-col--request {
        padding-top: 6px !important;
    }

    .ls-product-table .child-table .ls-product-col--request {
        padding-top: 4px !important;
    }

    .ls-product-table-wrapper .dataTables_paginate {
        float: none;
        margin: 20px auto 0;
        display: block;
        text-align: center;
    }

    .dataTable-footer .dataTables_info {
        float: left;
        color: #000;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .pairs-link-wrap {
        padding-bottom: 25px;
        padding-top: 50px;
    }

	.ls-product-table thead{
		display: none;
	}

	.child-table{
		background: white ;
	}

	.elementor-widget-immuno_product_child_widget .elementor-col-20{
		display: contents;
	}
	.elementor-widget-molecular_product_child_widget .elementor-col-20{
		display: contents;
	}

	.ls-product-table .ls-product-col {
    width: 50% !important;
	}



	/* filter */

	    .filters {
        margin-left: -250px;
        position: absolute;
        top: 100px;
        z-index: 1;
        transition: all 1s ease-out;
    }

    .filters.side-filters {
        margin-left: 0;
        position: absolute;
        top: 100px;
        z-index: 11;
    }

    .filter-toggle {
        display: block;
        position: relative;
        width: 80px;
        margin-top: 0px;
        float: right;
        top: -6px;
        z-index: 10;
        cursor: pointer;
    }

    .filter-toggle .line {
        width: 24px;
        height: 3px;
        background-color: #072239;
        display: block;
        margin: 4px 0 5px 55px;
        /* float: right; */
    }

    .filter-toggle .mobile-button--text,
    .filter-toggle .filter--text {
        position: absolute;
        top: 1px;
        left: 0;
        font-size: 16px;
        /* opacity: 0; */
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        width: 50px;
        text-align: right;
        font-family: PontiacBold, arial, helvetica !important;
    }

    .filter-toggle .mobile-button--text {
        display: none;
    }

    .filter-toggle.show .mobile-button--text {
        display: block;
    }

    .filter-toggle.show .filter--text {
        display: none;
    }

    .filter-toggle.show .line:nth-child(3) {
        height: 4px;
        -webkit-transform: translateY(8.5px) rotate(45deg);
        transform: translateY(8.5px) rotate(45deg);
    }

    .filter-toggle.show .line:nth-child(4) {
        opacity: 0;
        margin-left: 0;
    }

    .filter-toggle.show .line:nth-child(5) {
        height: 4px;
        -webkit-transform: translateY(-8.5px) rotate(-45deg);
        transform: translateY(-8.5px) rotate(-45deg);
    }

    .ls-product-table-wrapper .dataTables_length {
        float: left !important;
    }

}



.dataTable-footer {
    float: left;
    width: 100%;
    padding: 10px 20px;
    background: #f0f0f0;
    color: #fff;
}

.ls-product-table-wrapper .dataTables_info {
    float: left;
    color: #000;
}

.ls-product-table-wrapper .dataTables_length {
	float: left;
	margin-left: 5px;
}

.ls-product-table-wrapper .dataTables_length label {
	float: left;
	width: auto;
	line-height: 1.2;
}

.ls-product-table-wrapper .dataTables_length select {
	font-family: "Pontiac", sans-serif;
	font-weight: 400;
	font-size: 0.825rem;
	text-align: right;
	background: transparent;
	background: #E6F3FF;
	border: 1px solid #E6F3FF;
	color: #4880EF;
	padding: 0 3px;
	width: 46px;
	height: 22px ;
}

.ls-product-table-wrapper .dataTables_paginate {
	float: right;
}

.ls-product-table-wrapper .paginate_button {
    padding: 3px 6px;
    background-color: #0a3254;
    margin-right: 3px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #0a3254;
	font-size: 0.825rem;
	font-weight: 500;
}

.ls-product-table-wrapper .paginate_button.current,
.ls-product-table-wrapper .paginate_button:hover {
    background-color: #0f4d82;
}

.ls-product-table-wrapper .paginate_button.previous {}

.ls-product-table-wrapper .paginate_button.next {}

.ls-product-table-wrapper .paginate_button.disabled {
    background-color: #F0F0F0;
    color: #072239;
    cursor: not-allowed;
    border-color: #072239;
}

/***************************************************************
 * PRODUCT COMPARE TABLE
 ***************************************************************/

/* .product_compare_popup {
    width: 75%;
} */

.ls-product-table-compare {
    border: solid 1px #dbe0e4;
}

.ls-product-table-compare .ls-product-row th.ls-product-col {
    background: #0a3254;
    color: #FFFFFF;
    border-bottom: 1px solid #dbe0e4;
    width: 175px !important;
    text-align: left;
}

.ls-product-table-compare .ls-product-row .ls-product-col {
    padding: 5px 10px;
    border-collapse: collapse;
	border: none;
}

.ls-product-table-compare .ls-product-row .ls-product-col.ls-product-col--title {
    background: #0a3254;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.ls-product-table-compare .ls-product-row .ls-product-col span {
    font-family: "Pontiac", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: normal;
    color: #55565a;
}

.ls-product-table-compare .ls-product-row .ls-product-col a {
    font-family: "Pontiac", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: normal;
	color: #FFFFFF;
}

/***************************************************************
 * PRODUCT PAIRS TABLE
 ***************************************************************/

.pairs_table_container {
	display: none;
}

.pairs_table_content {
	padding: 40px 0;
}

.pairs_table_content h3 {
	color: #0a3254;
	text-align: center;
	font-size: 1.325rem;
}

.pairs_table thead tr {
	background: #5c666e;
}

.pairs_table thead tr th {
	color: #FFFFFF;
	padding: 5px 15px;
	border: 1px solid #5c666e;
	font-family: "Pontiac", sans-serif;
	font-weight: 700;
}

.pairs_table tbody tr td {
	font-family: "Pontiac", sans-serif;
	font-weight: 500;
	font-size: 1rem;
	padding: 5px 15px;
	text-align: center;
}

.pairs_table tbody tr td:first-child {
	border-right: none;
}

.pairs_table tbody tr td:last-child {
	border-left: none;
}

.pairs_table_link_container{
	text-align: right;
	padding: 20px;
}

.pairs-table-link,
.pairs-table-link:hover,
.pairs-table-link:active, 
.pairs-table-link:focus {
	border: none;
	background: transparent;
	color: #026cc7;
	padding: 0;
}	
