main {
  margin-bottom:4rem;
}
div.messages.messages--error {
  display:none !important;
}
.view-content {
    overflow-x:scroll !important;
    margin:1rem 5% 0rem 5%;
}
.view-scholarship-title {
  font-size:2rem !important;
  font-weight:bold !important;
  margin-bottom:1rem;
}
.view-return {
  text-align:right;
  font-size:.9rem;
  margin-bottom:-1rem;
}
.view-filters {
  margin-top: -2rem;
  font-size: .9rem;
  font-weight:bold;
}
.view-filters div.form--inline {
  max-width: 90%;
  display: inline-flex;
  margin-left: 5%;
}
/*
.view-filters div.form--inline .form-item-yr label.custom-control-label::after {
    position: relative;
  left: 0;
  top:0;
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}
*/
.view-filters div.form--inline label.custom-control-label::before {
  display:none;
}
.view-filters div.form--inline label.custom-control-label {
  white-space:nowrap;
}
input#edit-submit-scholarship-entries {
  margin-top:1.8rem;
  height:42px;
}
.btn-outline-primary:not(.btn-sm) {
  	padding: 0.35rem 1.25rem;
    font-size: 1.167rem;
    font-weight: bold;
    line-height: 1.5;
    border-width: 1.5px;
}
.view-header {
    margin:4rem 5% 2rem 5%;
}

.views-table {
  font-family: "Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif !important;
}

.views-table td {
  border:1px solid #ccc;
  vertical-align:top;
  padding: 5px 5px 5px 5px;
  font-weight:normal;
  font-size:12px;
  line-height:165%;
}
.views-table td a {
  color:#212529;
}
.views-table th {
  background:#474747 !important;
  color:#fff !important;
  border:1px solid #eee !important;
  padding: 5px 5px 5px 5px;
  font-size:12px !important;
  font-weight:bold !important;
  white-space:nowrap;
}
.views-table tr td.views-field.views-field-field-first-name {
  white-space:nowrap !important;
	background-color: #f5f5f5;
}
.table-codes {
  font-size:.8rem;
}
.views-table .views-field-field-citation p {
  margin-bottom:0rem;
    line-height:165%;
}
.table-filter-head {
  color:#a51b00;
  font-size:.9rem;
  margin-top:-1rem;
}
@media (max-width: 768px) {
  .view-filters div.form--inline {
    display:block;
  }
  .view-filters div.form--inline .form-group {
    margin-top:0rem;
  }
}

/*
div#block-system-main--2.block.block-system div.content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}
div#cboxCurrent {
    display: none !important;
}
button#cboxPrevious, button#cboxNext {
    display: none !important;
}  
*/