﻿/****************************************************************************************
=========================================================================================
    Location Type: Page
    
    Location Name: IA Wealth Enhanced Bond Pool
    Location URL: /enhancedbond
=========================================================================================
****************************************************************************************/
/* FROM: CSS Widget placed directly on original Page: /enhancedbond */
.border-right {
	border-right: 1px solid #6d787f;
	}
	
	.table-style-2 {
		font-size: 14px;
		display: block;
		overflow-x: auto;
	}
	
		.table-style-2 tr {
			background-color: rgba(0,159,228,.10);
			color: #1F1F1F;
		}
		
		.table-style-2 tr.highlight {
			color: #003da5;
			font-weight:700;
		}
	
		.table-style-2 thead tr:first-of-type th, .table-style-2 thead tr:first-of-type td {
			border-bottom: 4px solid #FFF;
		}
	
		.table-style-2 tr:not(:last-of-type) td {
			border-bottom: 2px solid #FFF !important;
		}
			