html {
    font-size: 16px; 
}

.college-course{
    display: block;
    padding: 30px 10px ;
    border: 1px solid #ccc;
    border-radius: 5px;
}

img.course-poster{
    border-radius: 5px;    
}

.college-course span.code{
    font-size: 1rem;
    font-weight: bold;
}

.college-course h2.title{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 40px;
}

@media (max-width:568px) {
    .college-course h2.title{
        font-size: 1rem !important;
    }
    .course-desc{
        margin: 15px;
    }
}

.college-course div.cgroup{
    font-size: 1.1rem;
    font-weight: bold;

}

.college-course span.label{
    font-size: 1rem;
    line-height: 2rem;
    /* font-weight: bold; */
    color: #555 !important;
}

.college-course span.value{
    font-size: 1rem;
    line-height: 2rem;
    /* font-weight: bold; */
}


.college-course span.plan-title{
    font-size: 1rem;
    font-weight: bold;
    padding: 20px 0px;
}

.bold {
    font-weight: bold;
}


button.register{
    padding:10px 30px;;
    font-size: 1rem;
    margin-bottom: 5px;
}

.glow {
	font-size: 1.3rem;
    font-weight: bold;
	color: #fff;
	text-align: center;
	/* -webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate; */
  }
  
  @-webkit-keyframes glow {
	from {
        text-shadow: 0 0 1px #ffbf00, 0 0 2px #ffbf00;
      }
      to {
        text-shadow: 0 0 2px #ffbf00, 0 0 3px #ffbf00;
      }
/*  
	from {
	  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e60073, 0 0 4px #e60073, 0 0 5px #e60073, 0 0 6px #e60073, 0 0 7px #e60073;
	}
	to {
	  text-shadow: 0 0 2px #fff, 0 0 3px #ff4da6, 0 0 4px #ff4da6, 0 0 5px #ff4da6, 0 0 6px #ff4da6, 0 0 7px #ff4da6, 0 0 8px #ff4da6;
	}
*/      
  }

