<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.classnotes .classnotes-title {
  margin: 0 0 20px;
  font-size: 2em;
}
.classnotes .Instructions {
  margin: 0 0 15px;
}
.imod-button-section {
  margin: 15px 0;
  clear: both;
}
.classnote-search-category {
  margin: 15px 0;
  font-size: 1.2em;
}
.classnotes-checkbox-list {
  border: 1px solid #aaa;
  border-radius: 2px;
  overflow-y: auto;
  max-height: 150px;
}
.classnotes-search .field-findall {
  display: none;
}
.classnote-unverified {
  font-style: italic;
}
/* Add/Edit Class Note */
.classnotes-form {
  max-width: 600px;
}
.classnotes-form.classnotes-search {
  max-width: 400px;
}
.classnotes-form textarea {
  width: 100%;
  color: #6d6d6d;
  height: 150px;
}
.classnotes-form .imod-field-item {
  clear: both;
  padding: 10px 0;
}
.classnotes-form .imod-field-label {
  width: 100%;
}
.classnotes-form .imod-field-control {
  width: 100%;
}
.classnotes-form .imod-field-control.imod-no-label {
  float: none;
}
.classnotes-form .imod-field-control select,
.classnotes-form .imod-field-control input[type=text] {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  input.button.imod-secondary-action {
    float: right;
  }
  .classnotes-options input {
    padding: 0;
    height: 60px;
    width: 60px !important;
    display: inline-block;
    white-space: normal;
    box-sizing: border-box;
    margin: 0;
  }
}
.classnotes-title {
  font-size: 30px;
}
.classnotes-options {
  margin: 10px 0 30px;
}
.classnotes-nav {
  clear: both;
  margin: 15px 0;
}
/*.classnotes-nav &gt; div {
    display: inline-block;
    margin-right: 15px;
}
.classnotes-nav &gt; div &gt; a {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    display: block;
    padding: 5px 15px;
}
.classnotes-nav &gt; div &gt; a:hover {
    border-color: #999;
    color: #000;
    text-decoration: none;
}
.classnotes-nav &gt; div.selected a {
    background: #666 none repeat scroll 0 0;
    border-color: #666;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}*/
.classnotes-instructions {
  margin: 0 0 30px;
}
.classnotes-container {
  margin: 30px 0;
  clear: left;
}
.imod-profile-class-notes.classnotes-container {
  padding: 0 5px;
}
.classnote-item {
  border-top: 1px solid #ccc;
  display: block;
  padding: 30px 0;
  position: relative;
}
.classnote-item .classnote-header {
  padding: 0 0 15px;
  position: relative;
}
.classnote-item .classnote-header .classnote-edit {
  bottom: 20px;
  position: absolute;
  right: 0;
}
.classnote-item .classnote-header .classnote-edit a {
  background: #333 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 0.85em;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
}
.classnote-item .classnote-header .classnote-edit a:hover {
  opacity: 0.75;
}
.classnote-item .classnote-header h3 {
  margin: 0 0 5px;
}
.classnote-item .classnote-header .classnote-deceased {
  color: #999;
  display: inline-block;
  font-style: italic;
}
.classnote-item .classnote-header .classnote-classyear {
  display: inline-block;
  font-size: 1.25em;
  line-height: normal;
}
.classnote-item .classnote-image {
  float: left;
  margin: 0 30px 20px 0;
  width: 25%;
}
.classnote-item .classnote-image img {
  max-width: 100%;
}
.classnote-item .classnote-image .classnote-caption {
  color: #888;
  font-size: 0.75em;
  font-style: italic;
  padding-top: 10px;
  text-align: center;
}
.classnote-item .classnote-footer {
  clear: both;
  color: #999;
  font-size: 0.9em;
  margin-top: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 700px) {
  .classnote-item {
    padding: 20px 0;
  }
  .classnote-item .classnote-header .classnote-edit {
    bottom: auto;
    margin: 0 0 10px;
    position: relative;
  }
  .classnote-item .classnote-image {
    float: none;
    text-align: center;
    width: 100%;
  }
  .classnotes-container .imod-pager {
    padding: 10px 0;
  }
  .classnotes-container .imod-pager .pager-info {
    float: none;
    left: 0;
    padding: 0 0 5px;
    width: 100%;
  }
  .classnotes-container .imod-pager .pageBtn {
    width: 50%;
  }
  .classnotes-container .imod-pager .pageBtn.prev-page {
    left: 0;
  }
  .classnotes-nav {
    border-left: 1px solid #ccc;
    display: table;
    width: 100%;
  }
  .classnotes-nav &gt; div {
    display: table-cell;
    vertical-align: top;
  }
  .classnotes-nav &gt; div &gt; a {
    border-left: medium none;
    border-radius: 0;
    font-size: 12px;
    padding: 5px;
    text-align: center;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
</pre></body></html>