.lead {
	font-weight: 400;
}
.program-title {
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.compare-listings {
	font-size: 12px;
}
.table.compare-listings > tbody > tr > td {
	padding: 16px 8px;
}
.compare-select h3 {
	margin-top: 0;
}
.compare-submit {
}
.selected-section h3 {
	margin: 0;
}
.program-panel {
/*	position: fixed;
	top: 300px;
	width: 300px;*/
}
.compare-sec>h3 {
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 10px;
    margin-bottom: 30px;
    letter-spacing: -1px;
    margin-top: 0;
}
.program-panel .glyphicon {	
	color: #333;
}
.table > tbody > tr.active > td {
/*	border-top: 5px solid gainsboro;
	border-bottom: 5px solid gainsboro;*/
	/*font-style: italic;*/
	padding: 8px;
	background-color: #EEF4F9;
	font-weight: 700;
}
.program-head {
	color: #fff;
	background-color: #243340;
}
label.btn input[type="checkbox"],
label.btn .checked {
	display: none;
}
label.btn input[type="checkbox"]:checked ~ .checked {
    display: inline-block;
 
}
label.btn input[type="checkbox"]:checked ~ .unchecked {
	display: none;
}
span.checked, span.unchecked {
	font-family: 'Glyphicons Halflings', Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;               
}
.btn-remove-pgm {
	border: none;
	padding: 0;
}
.btn-remove-pgm:hover,
.btn-remove-pgm:focus,
.btn-default.focus,
.btn-remove-pgm:active,
.btn-remove-pgm.active {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.second-navbar, #search-more {
	display: none;
}
.compare-details .table > tbody > tr  td {
    padding: 16px 8px;
}
.compare-details .table > thead > tr > th {
    vertical-align: middle;
    padding: 16px 8px;
    font-weight: normal;
    border: 1px solid #ddd;
}
td p {
	max-width: 250px;
}
.table > tbody > tr > td.saved-programs-title label {
		font-weight: normal;
	}
@media (max-width: 375px) {
	td p {
		font-size: 11px;
	}
}
@media (min-width: 478px) {
	.program-head {
		font-size: 18px;
	}
}
/*Affix*/
@media (min-width: 992px) {
	.affix {
	  top: 60px;
	  position: fixed;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.affix {
		width: 239px;
	}
}
@media (min-width: 1200px) {
	.affix {
		width: 294px;
	}
}
.affix-bottom {
    position: relative
}
@media (max-width:991px ) {
	.affix {
		position: relative;
	}
	.second-navbar {
		display: block;
        top:50px;
        color: #fff;
	    background-color: #5cb85c;
	    border: 1px solid #449d44;
        /*background-color: #ccc;*/
        height: 40px;                
    }
    .second-navbar a {		
        color: #fff;           
    }
    .second-navbar .container {
        height: 40px;
        padding-top: 8px;
    }
    .saved-section-badge {
        background-color: #23527c;
    }
    #search-more {
    	display: block;
    }
    .table > tbody > tr > td.saved-programs-title {
		white-space: normal;
	}
}