.romeo h1, .romeo h2, .romeo h3, .romeo h4, .romeo h5, .romeo h6 {
    font-weight: 600 !important;
}

.modal-body {
    /*This is to make floating boxes resize to the content within them*/
    height: auto !important;
}

._resource-title-text {
    /*This is to make sure 'Resources' is shown properly on the student pane*/
    overflow: unset !important;
}

/***** CUSTOM PANE CSS, added by GTI / Angela *****/
@media (min-width: 992px) {
	.flex-dash-row .dash-card-custom .card-body {
		/** changing the height of the custom pane body **/
		max-height:530px;
	}
}
/***** CUSTOM PANE CSS END *****/
