/* Defaults */
/*** Right-to-left Support ***/
/* Grid */
/* Font Family */
/* Font Size */
/* Font Weight */
/* Text Color + Opacity */
/* Colors */
/*Grays*/
/*Janus Pale Color Pallete*/
/* Buttons */
/* Layout */
/* Header */
/* Footer */
/* Breakpoints */
/* Screen Size */
/* Icon glyphs */
/* Margins and Padding */
/* Spacing */
/* Nav dimensions & color */
/* Modal */
/* Tab */
/* Cards */
/* Banner Images */
/* Avatar Sizes */
/* Icon */
/* Typography */
[class*="recommend_lst_"] {
  padding: 20px;
}
.recommend_lst_head {
  border-bottom: 1px solid #ccc;
}
.recommend_lst_foot {
  border-top: 1px solid #ccc;
}
.add_student_form .buttonbar {
  display: flex;
}
.add_student_form .buttonbar .input-submit {
  flex-basis: 25%;
}
.page-faculty .floating_content .module_instructions {
  grid-column-start: 1;
  grid-column-end: 3;
  margin: 0 0 20px;
}
