.min-height{min-height:600px;}

.inside-nav {padding:20px 0px; position:relative;}
.inside-nav ul{list-style:none; padding:5px 0px; margin:0px; overflow:hidden; background:rgb(40, 113, 149);}
.inside-nav li{float:left;}
.inside-nav li a{padding:10px; font-weight:bold;  color:#fff;}
.inside-nav li a:hover{text-decoration:underline;}
.inside-nav a.active::after{width: 0; content:''; height: 0; border-left: 10px solid transparent;  border-right: 10px solid transparent;  border-top: 10px solid rgb(40, 113, 149);  position: absolute; left: 52px;  bottom: 10px;}

.custom-tabs .nav > li {max-width:200px; text-align:center;}
.custom-tabs .nav > li > a{padding:6px; font-weight:bold; background-color:#eee; height:30px; overflow:hidden;}
.custom-tabs .nav > li.active a{background-color:#fff; border-top:3px solid rgb(61, 199, 83);}

.tab-body-content{border:1px solid #ccc; border-top:none; padding:10px;}

.tab-body-content .img-holder{float:left;margin:0 5px 5px 0;}
.tab-body-content .img-display{width:150px; height:200px; border:2px solid #3a3a3a;}
.tab-body-content  legend{font-size:14px;}