
.nav-tabs{border-color:#ccc;}
.nav-tabs a{text-decoration: none; color:black; font-family: 'proxima_nova_rgbold';}
.nav-tabs .nav-item{margin-right:5px;}
.nav-tabs .nav-item .nav-link{background-color:#eee;}
.nav-tabs .nav-item .active{background-color:white; border-color:#ccc #ccc transparent #ccc; }

.tab-content .tab-pane > div{
	padding: 0 15px;
	}
.tab-pane{
	border:1px solid #ccc;
	border-width: 0 1px 1px 1px;
	padding:15px;
}


.issue-box{
	padding:15px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	}
.issue-box h4{
    font-size: 110%;
    margin-top: 1em;
	margin-bottom: .6em;
    }
.issue-box ul{
    margin-left:10px;
    padding-left:10px;
	margin-bottom: 0;
    }
.issue-box hr{
	margin: .5em 0;
	border-style:dotted;
	}

.product-params span{
	font-family: 'proxima_nova_rgbold';
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.issue-box .img-cover{max-height:180px;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width:991px) {
	.issue-box{border-width: 0 1px 1px 0;}
	.issue-box:nth-of-type(2n+0){border-right-width:0;}
	.issue-box:nth-child(2n+1):nth-last-child(-n+2),
	.issue-box:nth-child(2n+1):nth-last-child(-n+2) ~ .issue-box {
		border-bottom-width: 0;
	}
	.issue-box .img-cover{max-height:190px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) {

	.issue-box{border-width: 0 1px 1px 0;}
	.issue-box:nth-of-type(3n+0){border-right-width:0;}
	.issue-box:nth-child(3n+1):nth-last-child(-n+3),
	.issue-box:nth-child(3n+1):nth-last-child(-n+3) ~ .issue-box {
		border-bottom-width: 0;
	}
	.issue-box .img-cover{max-height:223px;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.issue-box{border-width: 0 1px 1px 0;}
	.issue-box:nth-of-type(4n+0){border-right-width:0;}
	.issue-box:nth-child(4n+1):nth-last-child(-n+4),
	.issue-box:nth-child(4n+1):nth-last-child(-n+4) ~ .issue-box {
		border-bottom-width: 0;
	}
	.issue-box .img-cover{max-height:140px;}
}
