﻿.yc-main { padding: 0px; }
.row-asof { padding-right: 5px; }
#chart { margin-bottom: 30px; }

#grid-intp { border: none; }
/*#grid-intp thead tr th:nth-child(3),
#grid-intp thead tr th:nth-child(4),
#grid-intp thead tr th:nth-child(7),
#grid-intp thead tr th:nth-child(8)
{
	background: #f5f5f5;
}*/
#grid-intp thead tr th:nth-child(2n+2)
{
	border-right: 1px solid #aaa;
}
#grid-intp thead tr th:last-child { border-right: none; }

#grid-intp tbody tr td:nth-child(3),
#grid-intp tbody tr td:nth-child(4),
#grid-intp tbody tr td:nth-child(7),
#grid-intp tbody tr td:nth-child(8)
{
	background: #f5f5f5;
}
#grid-intp tbody tr td:nth-child(2n+2)
{
	border-right: 1px solid #aaa;
}
#grid-intp tbody tr td:last-child { border-right: none; }

.tooltip-row { border: none; }
.tooltip-col, .tooltip-symbol { width: 135px; font-size: 0.85em; display: inline-block; }
.tooltip-symbol { width: 270px; font-size: 1.1em; font-weight: bold; margin-bottom: 5px; }

tr.benchmark-bond, tr.benchmark-bond:hover {
    background: #fff9ab  !important;
}
tr.synthetic-bond, tr.synthetic-bond:hover {
    background: #ffd7d0 !important;
}
span.benchmark-bond {
    background: #fff9ab ; padding: 0 5px; display: inline-block;
}
span.synthetic-bond {
    background: #ffd7d0; padding: 0 5px; display: inline-block;
}


.gov-download { color: #90570f; margin-left: 5px;  margin-bottom: 5px; }
.gov-download input { margin-left: 5px; }
