  #rocky {
width:250px;
background-image:url("/cbt/_resources/programs/images/rocky250x480.jpg");
background-repeat: no-repeat;
float:right;
background-size:contain;
background-position:center;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#sherman {
width:250px;
background-image:url("/cbt/_resources/programs/images/sherman250x480.jpg");
background-repeat: no-repeat;
float:right;
background-size:contain;
background-position:center;
}

#overviewContent {
float:left;
/*margin-right: 2em;*/
width: 75%;
}

.buttons {
width: 75%;
margin: 300px 0 0 45px;
}

.ghost-button {
  display: inline-block;
  width: 75%;
  padding: 8px;
  color: #fff!important;
  border: 3px solid #fff;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  margin: .5em 0;
  font-size: 150%;
}

.ghost-button:hover,
.ghost-button:active {
  background-color: #fff;
  color: #639!important;
}


#tabbed-nav ul li {
margin-left: 0!important;
margin-bottom: 0!important;
}

.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
border-top: 3px solid #639  !important;
}

.z-tabs.white.mobile.z-bordered > ul > li.z-active > a {
border-bottom: 3px solid #639 !important;
}

.z-container {
background-color:#eee!important;
}

.z-container ul {
padding-left:2.5em!important;
}

.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner {
padding: 1em 0 1em 2em;
}

.programInfo {
float: left;
margin-right: 2%;
width: 31.333%
}

.courseInfo {
float: left;
margin-left: 3em;
width: 45%;
}

@media only screen and (max-width: 1400px) {
/* tablets */

	#overviewContent{ 
		width: 65%;
	}
	
}

@media only screen and (max-width: 1024px) {
/* tablets */

.programInfo {
width: 40%;
}

.programInfo img {
margin-top: 1.5em;
}
.courseInfo {
width: 90%;
}
	
#overviewContent {
width: 50%;
}

#admissionContent {
width: 50%;
}

#rocky, #sherman {
margin-top: 1em;
}

#sherman {
	float:left;
	clear:both;
}
.img-hide {
display:none;
}
}

@media only screen and (max-width: 767px) {
/* phones */

.programInfo, #overviewContent {
width: 90%;
}

#rocky, #sherman {
float:left;
}
}
