  #owl-container {
	 margin: 0 auto;
	 max-width: 800px ;
}
 #owl-list1 {
	/*max-width: 670px;
	 */
	 margin: 0 auto;
}
 .item {
	 font-size: 1.1em;
	 padding: 10px;
	 text-align: center;
}
 .item > img {
	 display: block;
	 width: 100%;
	 max-width: 250px;
	 border-radius: 130px;
	 margin: 0 auto;
}
 .text-container {
	 height: 240px;
}
 .item-title {
	 font-weight: bold;
	 font-size: 1.3em;
	 margin-top: 0.9em;
}
 .item-subtext {
	 font-weight: bold;
	 font-size: 1.1em;
	 margin-top: 0.9em;
}
 .item-alt-url {
	 font-size: 0.9em;
}
 .item-text {
	 line-height: 1.5;
	 padding: .8em 0 .3em 0;
}
 button.owl-dot {
	 min-width: auto;
}
 .see-more-btn {
	 display: inline-block;
	 margin: 0 0 15px 0;
}
 @media only screen and (max-width: 768px) {
	 #owl-container {
		 max-width: 580px ;
	}
}
 @media only screen and (max-width: 600px) {
	 #owl-container {
		 max-width: 470px ;
	}
	 .text-container {
		 height: 500px;
	}
}
 @media only screen and (max-width: 470px) {
	 #owl-container {
		 max-width: 370px ;
	}
	 .text-container {
		 height: 665px;
	}
}
 @media only screen and (max-width: 380px) {
	 #owl-container {
		 max-width: 280px ;
	}
}
 .college-list-container {
	 padding: 15px;
	 margin: 0 auto 25px auto;
	 background-color: #002d6a;
	 color: white;
	 border-radius: 25px;
	 max-width: 330px;
	 width: 100%;
	 text-align: left;

}
 .college-list-container h2 {
	 color: white;
}
 .college-list-container ul {
	 line-height: 1.5em;
	 margin: 0 auto;
	 width: 65%;
}
 #medal-img {
    width: 100%;
    max-width: 70px;
    margin: 0px 15px 5px 15px;
    display: inline-block;
    vertical-align: top;
}
#top-transfer-headline {
    display: inline-block;
    width: calc(100% - 115px);
}
/* Modal Content */
 .modal-content {
	 position: relative;
	 background-color: #fefefe;
	 margin: auto;
	 padding: 0;
	 border: 1px solid #888;
	 width: 100%;
	 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
 .modal-header {
	 padding: 2px 16px;
	 background-color: #002d6a;
	 color: white;
	 text-align: center;
}
 .modal-body {
	 padding: 2px 16px;
}
 .modal-footer {
	 padding: 10px 16px;
	 background-color: #002d6a;
	 text-align: center;
}
 .modal-footer p, .modal-footer p a {
	 color: white;
	 text-decoration: none;
}
 .modal-footer p a:hover {
	 color: white;
	 text-decoration: underline;
}
 #stat-table-title {
	 font-weight: bold;
	 font-size: 1.5rem;
	 padding: .3em .2em;
	 color: white;
}
 .modal-body table {
	 border-collapse: collapse;
	 margin: 0 auto;
}
 .modal-body table tbody tr.heading-row {
	 text-align: left;
}
 .modal-body table tbody tr.highlight-table-row {
	 border: 5px solid #f99239;
	 font-weight: bold;
}
 @media only screen and (max-width: 700px) {
	 .modal-content {
		 padding: 0 0 65px 0;
	}
}
 @media only screen and (max-width: 575px) {
	 th, td {
		 padding: 2px;
	}
	 .modal-content {
		 width: 90% 
	}
	 .rank-col, .csu-col, .uc-col {
		 display: none;
	}
	#medal-img {
	    display: none;
	}
	#top-transfer-headline {
	    display: block;
	    width: 100%;
	}
}
 