html, body {
  margin: 0px;
  padding: 0px;
}
/* tweak up the size a bit */
div {
  font-size: 102%;
}
.header {
  background-color: #035;
}
.header h1 {
  padding-top: 0.4em;
  margin-bottom: 0.5em
}
.header #login {
  padding: 0.2em 0em 0.3em 0em;
  color: #ddd;
  border-bottom: 1px solid #004066;
  background-color: #00284c;
  text-align: right;
  width: 100%;
}
.header #login a {
  color: #ddd;
}
.header h1 a{
   text-decoration: none;
   color:  #fff;
}

h2 {
  font-size: 2.6em;
  margin-bottom: 0.4em;
}
h4 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
}
h5 {
    margin-bottom: 0.5em;
}

.page_heading h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 4px solid #ececec;
    float: left;
    width: 100%;
}
div.page_heading h2{
  float:left;
}
.page_heading .h2_sub {
    margin-top: 2px;
    padding-left: 1px;
    text-transform: uppercase;
    float: left;
    width: 65%;
}
.page_heading .h2_edit {
    margin-top: 2px;
    padding-right: 1px;
    float: right;
    text-align: right;
    width: 30%;
}

.page_heading {
    margin-bottom: 1em;
    float: left;
    width: 100%;
}

.page_heading.card_history {
	margin-bottom: 0;
}

.page_heading.card_history h3 {
	margin-bottom: 0;
}

.card .show_block {
	margin-bottom: 0;
}

div.colborder {
    border-right: none;
}
.main_block {
    padding: 0.5em;
    background-color: transparent;
    border-bottom: 2px solid #f9f9f9;
}
.main_block.odd {
    background-color:  #fcfcfc;
}
.main_block .block_heading {
    width: 100%;
}

.main_block h4 {
    margin-top: 0em;
    margin-bottom: 0.2em;
}
.main_block h3 {
    padding-bottom: 3px;
    float: left;
    width: 70%;
}
.main_block h3 a {
    text-decoration: none;
}
.main_block .block_heading .h3_sub {
    margin-top: 2px;
    padding-left: 1px;
    text-transform: uppercase;
    float: left;
    width: 70%;
}
.main_block .block_heading .h3_edit {
    margin: 2px;
    padding-right: 1px;
    float: right;
    text-align: right;
    width: 20%;
}
.main_block .actions {
    margin-left: 2em;
    padding: 0em 1em;
    font-size: 115%;
}
.main_block .inner_block {
    margin: 0.3em;
    margin-top: 1em;
    padding: 0.3em;
    border: 2px solid #ecf1f9;
    background-color: #fff;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
}

.footer {
  border-top: 2px solid #035;
  margin-top: 5em;
  padding: 1em 3px;
}
a {
    color: #035;
}
ul {
    list-style-type: none;
    text-align: left;
    margin-left: 0em;
}
ul li a {
    background: transparent url(../images/list-off.gif) left center no-repeat;
    padding-left: 15px;
    text-align: left;
    text-decoration: none;
    color: #666;
}
ul li a:hover {
    background: transparent url(../images/list-on.gif) left center no-repeat;
    color: black;
}
ul li a#current {
    background: transparent url(../images/list-active.gif) left center no-repeat;
    color: #666;
}
div.button_holder {
    line-height: 2.7em;
}
a.link_button {
    padding: 0.4em 0.3em;
    color: #d7b322;
    font-weight: bold;
    font-size: 108%;
    text-decoration: underline;
    background-color: #fff6bf;
    }
a.link_button:hover {
    background-color: #d7b322;
    color: #ffffff;
}
a.link_submit_button {
    padding: 0.3em;
    background-color: #EBEBEB;
    border: 1px solid #C0C0C0;
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 0.3em 0.5em;
}
a.link_submit_button:hover {
    background-color: #C0C0C0;
    border: 1px solid #808080;
}
.h2_edit a,
a.edit_link,
table.resource td a.edit_link,
ul.resource li a.edit_link
{
    color: #8a1f11;
}
table.resource td a.edit_link,
ul.resource li a.edit_link{
    font-size: 93%;
}
a.show_link {
    color: #003355;
    font-weight: bold;
}
#nav {
  clear: both;
  background-color: #035;
}
#nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: #035;
    color: #fff;
    float: left;
    width: 100%;
    }
#nav ul li {
    display: inline;
    background-image: none;
    padding-left: 0px;
    font-size: 116%;
    }
#nav ul li a {
    display: block;
    float: left;
    padding: 0.4em 0.8em;
    background-color: #035;
    color: #fff;
    float: left;
    border-left: 1px solid #035;
    border-right: 1px solid #035;
    border-top: 1px solid #035;
    background-image: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    }
#nav ul li a:hover {
    background-color: #f3f3f3;
    color: #035;
    border-left: 1px solid #035;
    border-right: 1px solid #035;
    border-top: 1px solid #ececec;
    }
.page_heading.with_tabs h2 {
  border-bottom: 0px;
  font-size: 220%;
  margin-bottom: 8px;
}
.page_heading.with_tabs .h2_sub {
  margin-top: 1.3em;
}
ol.page_tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
}
ol.page_tabs li {
  background-image: none;
  padding: 0px;
  float: left;
}
ol.page_tabs li a.tab_link {
  float: left;
  display: block;
  margin: 0 6px 0 0;
  padding: 3px 11px;
  white-space: nowrap;
  font-weight: bold;
  border: 1px solid #ccc;
  position: relative;
  top: 1px;
  background-color: #fbfbfb;
  text-decoration: none;
}
ol.page_tabs li a.tab_link.current {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

ul.menu img.icon {
  float:left;
  padding:0em;
  margin:0em;
  padding-right:0.6em;
}
ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
ul.menu li {
    border-bottom: 2px solid #fff;
    background-image: none;
    padding: 0px;
}
ul.menu a,
ul.menu h3,
ul.menu span.blurb,
ul.menu span.current{
    display: block;
    padding: 4px .5em 4px .5em;
    background-image: none;
    background-color: #ecf1f9;
    color: #035;
    text-decoration: none;
    font-size: 100%;
    margin: 0px;
}
ul.menu h3 {
    padding: 7px .5em 6px .5em;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #035;
    color: #fff;
}
ul.menu span.current {
    background-color: #edcfcf;
    color: #8a1f11;
}
ul.menu span.blurb {
    background-color: #e5ecf9;
}
ul.menu a:hover {
    background-color: #035;
    color: #fff;
    background-image: none;
}
.sidebar {
    padding-top: 1em;
}
table.resource th {
    background-color: #f3f3f3;
    color: #444;
    font-size: 116%;
    padding: 7px 7px 7px 4px;
  border-bottom: 2px solid #ececec;
}
table.resource th.sub_head {
    background-color: #ececec;
    color: #666;
    border-bottom: 2px solid #ececec;
    font-size: 105%;
}
table.resource th.sub_head a{
    color: #666;
}
table.resource.compact th {
    font-size: 106%;
}
table.resource.compact th.sub_head {
    font-size: 85%;
    padding: 2px;
    font-weight: normal;
}
table.resource.compact th.sub_head a{
    color: #666;
}
table.resource th.last {
}
table.resource td a {
    color: #035;
}
table.resource td {
    border-bottom: 2px solid #ececec;
    border-right: 1px solid #ececec;
    font-size: 116%;
    padding: 7px 7px 7px 4px;
}
table.resource tr.even td {
  background-color: #f9f9f9;
}
table.resource.compact td {
    border-bottom: 1px solid #c7d9f9;
    border-right: 1px solid #e5ecf9;
    font-size: 100%;
    padding: 2px;
}
table.resource td.odd {
    background-color: #ffffff;
}
table.resource td.de-emphasize,
table.resource td.de-emphasize a{
  background-color: #fff;
  color: #777;
}
table.resource td.de-emphasize_more,
table.resource tr.de-emphasize_more td,
table.resource tr.de-emphasize_more td a {
  background-color: #fefefe;
  color: #bbb;
}
div.resource div.row {
  vertical-align: top;
  border-bottom: 2px solid #ececec;
}


.de-emphasize input.text, .de-emphasize input.title, .de-emphasize textarea, .de-emphasize select {
  background-color: #f9f9f9;
  color: #777;
}
.de-emphasize_more input.text, .de-emphasize_more input.title, .de-emphasize_more textarea, .de-emphasize_more select {
  background-color: #f9f9f9;
  color: #aaa;
}
table.resource td.last,
table.resource.compact td.last {
    border-right: none;
}
table.resource th.strong_left_border{
    border-left: none;
}
table.resource td.strong_left_border {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #ececec;
}
table.resource td.row_label {
    font-weight: bold;
}
table.resource td.nested.no_decoration {
    padding: 0px;
    font-size: 87%;
    vertical-align: top;
}
table.resource td.nested th.sub_head {
    border-left: 0px;
}
table.resource td.top_align {
    vertical-align: top;
}
ul.resource {
    font-size: 116%;
}
ul.resource li {
    padding: 4px 10px 4px 5px;
    border-bottom: 2px solid #c7d9f9;
}
ul.resource li.even {
    background-color: #e5ecf9;
}
ul.resource li li{
    border-bottom: none;
}
ul.resource li a {
    background-image: none;
    color: #000;
    padding-left: 0px;
    font-weight: bold;
}
ul.resource li li a {
    font-weight: normal;
}
ul.resource li.header {
    background-color: #369;
    color: #fff;
    border-left: 1px solid #e5ecf9;
    border-bottom: 0px;
    font-weight: bold;
}


div.block {
    background-color: #edc8c8;
    padding: 10px;
    font-size: 108%;
    margin-bottom: 1em;
    overflow:hidden;
}
div.block h4 {
    color: #333;
    font-weight: bold;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
div.block a.show_link {
  color: #333;
}
div.block.block_menu {
    padding: 0px;
    border: none;
    background-color: transparent;
}
div.block .blurb {
    margin: 0.2em 0em 0.1em 0em;

}
div.block.search .results {
    color: #333;
    border: 1px dotted #edcfcf;
    margin-bottom: 0em;
    background-color: #edcfcf;
    padding: 0.4em 0.2em;
}
div.block.search a.clear_all {
    font-weight: normal;
    font-size: 85%;
    float: right;
    margin-top: 0.3em;
}
div.block.search .blurb {
    margin: 1em 0em 0.1em 0em;

}
div.block.search label {
    font-weight: normal;
    font-size: 90%;
    font-weight: bold;
}
div.block.search input[type=submit] {
    margin-top: 0.7em;
    padding: 0em 1em;
}
div.block.search .select_all,
div.block.search .select_none,
.alert_level .select_all,
.alert_level .select_none {
  font-size: 80%;
  position: relative;
  top: -10px;
  left: 3px;
}
div.block.search input.text,
div.block.search input.title,
div.block.search select {
  margin-top: 0.1em;
}
div.block.search select {
  width: 170px;
}
div.block.alert_category_summary h5 {
  margin-top: 0.3em;
  margin-bottom: 0;
}
div.block.alert_category_summary div.description {
  font-size: 90%;
}
div.block.alert_category_summary div.strategy {
  margin-top: 1em;
  font-size: 90%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fcd5d5;
  margin-bottom: 0.5em;
}
div.block.alert_category_summary div.strategy ul li,
div.block.alert_category_summary div.description ul li{
  list-style: square;
  margin-left: 1.3em;
}
div.block.alert_category_summary div.description p,
div.block.alert_category_summary div.description ul {
  margin: 0;
}

div.block.alert_buttons {
  background-color: #fff;
}
a.alert_button {
  text-decoration: none;
}
table.resource.alerts td .alert a.alert_button {
  width: 45px;
  float: right;
}

div.span-3 input[type=submit] {
    width: 90px;
}
div.breadcrumbs {
    font-size: 98%;
    padding: 0.3em 0.6em 0.3em 0.6em;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ececec;
}
div.breadcrumbs a{
    text-decoration: none;
}
div.main-content {
    padding-top: 1em;
}
form fieldset {
    border: 1px solid #eee;
    background-color: #f9f9f9;
    padding: 1em;
}
fieldset fieldset.compact {
    font-size: 87%;
    padding: 0.2em;
}
fieldset.compact input.text, fieldset.compact input.title, fieldset.compact textarea, fieldset.compact select,
table.resource.compact input.text, table.resource.compact input.title, table.resource.compact textarea, table.resource.compact select {
    margin: 0.2em;
}
form legend {
    color: #035;
}
div.footer_form {
  border: none;
}
div.footer_form div.actions {
  float: right;
}
.block input.text {
    width: 92%;
    font-size: 116%;
    color: #035;
    font-weight: bold;
}
input.text.shorter {
    width: 20em;
}
input.text.shorter2 {
    width: 10em;
}
input.text.shorter3 {
    width: 6em;
}
input.text.shorter4 {
    width: 3em;
}
textarea.shorter {
    height: 4em;
}
textarea.short {
    height: 8em;
}
textarea.mceEditor {
  width:auto;
  height:auto;
}
input[type=submit] {
    padding: 0.5em;
    font-weight: bold;
}
input[type=submit].small {
    padding: 0.5em 0.1em;
    font-weight: bold;
}
input[type=submit].slim {
    padding: 0.05em 0.1em;
    font-weight: bold;
}
select {
    padding: 5px;
}
.compact select {
    padding: 2px;
}
.field_group {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
}

fieldset.large_fonts {
  font-size: 110%;
}
fieldset.large_fonts label {
  font-size: 110%;
}
fieldset.large_fonts select.large{
  font-size: 110%;
}

.flash {
  margin: 0.5em 0em;
  font-size: 116%;
  font-weight: bold;
  color: #666;
}
.flash.error {
  background-color: #FBC2C4;
}
.flash.notice {
  background-color: #FFD324;
}
#errorExplanation {
    background-color: #fbe3e4;
    border: 2px solid #fbc2c4;
    padding: 0.2em 0.5em;
    margin-bottom:0.5em;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
}
.errorExplanation, .errorExplanation h2 {
    color: #8a1f11;

}
.fieldWithErrors input,
.fieldWithErrors select{
    color: #8a1f11;
    border: 2px solid #8a1f11;
}

.blurb {
    margin: 0.1em 0em 0.8em 0em;
    font-style: italic;
    font-weight: normal;
}
.blurb.small {
    font-size: 85%;
}

/* Pagination - digg-style (from the mislav examples) */
.digg_pagination {
    padding: 4px;
    font-size: 105%;
/* self-clearing method: */ }
.digg_pagination a, .digg_pagination span {
    padding: .2em .5em;
    display: block;
    float: left;
    margin-right: 1px; }
.digg_pagination span.disabled {
  color: #999;
  border: 1px solid #DDD;
  background-color: transparent;
}
.digg_pagination span.current {
    font-weight: bold;
    background: #035;
    color: white;
    border: 1px solid #035; }
.digg_pagination a {
    text-decoration: none;
    color: #035;
    border: 1px solid #035; }
.digg_pagination a.show_all {
    margin-left: 1em;
    float: right;
}
.digg_pagination a:hover, .digg_pagination a:focus {
    color: #003;
    border-color: #003; }
.digg_pagination .page_info {
    color: #035;
    margin-bottom: .3em;
    text-align: left; }
.digg_pagination .page_info b {
    padding: .1em .25em; }
.digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
* html .digg_pagination {
    height: 1%; }
*:first-child+html .digg_pagination {
    overflow: hidden; }
hr.spacer {
    height: 1em;
    border-color: transparent;
    background-color: transparent;
    color: #fff;
}
hr.spacer_half {
    height: 0.7em;
    border-color: transparent;
    background-color: transparent;
    color: #fff;
    margin: 0em;
}
.clearer {
    clear: both;
}
.hidden {
    display: none;
    color: #ffffff;
}
.disabled, .inactive{
    color: #aaa;
    background-color: #fcfcfc;
}
.inactive a, table.resource .inactive td a {
    color: #aaa;
}
.filter_list {
    padding: 0.2em 0.3em;
    border-bottom: 1px solid #ffd324;
    font-size: 93%;
    text-align: right;
}
.filter_list a {
    text-decoration: none;
}

.widget {
    border: 4px solid #e5ecf9;
    background-color: #fff;
    padding: 10px;
    font-size: 108%;
    margin-bottom: 1em;
}
.show_block {
    border: none;
    background-color: #fff;
    padding: 10px 0px;
    font-size: 108%;
    margin-bottom: 1em;
}
.show_block h3 {
    font-size: 121%;
    text-transform: uppercase;
    font-weight: bold;
}

.show_block .block {
    margin-top: 0.5em;
    margin-left: 0.5em;
    padding: 1em;
    border: 2px solid #ecf1f9;
    background-color: #ecf1f9;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
}
.show_block .block h4{
    margin-top: 0em;
}
.show_hide {
    text-align: right;
    float: right;
    display: block;
    width: 10%;
    font-size: 77%;
    font-weight: bold;
}

body.sessions.new fieldset h3 {
    margin-top: 0.4em;
    margin-bottom: 0.2em;
    font-size: 121%;
    font-weight: bold;
}

.float_right {
    float: right;
}

#show div {
    padding-top: 7px;
}

#incident_search_block input[type=text] {
    width: 160px;
    font-size: 12px;
}

div.contact_card.mini {
    margin-top: 0.7em;
    border-top: 1px solid #fff;
    padding: 2px;
}
div.contact_card.mini h5 {
    margin-bottom: 0.2em;
    padding-top: 0.3em;
}

.select_multi { display: block; }

.right { text-align: right; }

div.comment {
  background-color: #E5ECF9;
  margin-bottom: 1em;
  padding: 0.5em;
  font-size: 116%;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border: 1px solid #f2f2f2;
}

div.comment {
  min-height: 5.5em;
}

div.comment .date {
  clear:right;
  float: right;
  width: 20%;
  margin-left: 0.5em;
  font-size: 87%;
  color: #888;
  text-align: right;
  font-weight: bold;
}
div.comment .commenter{
  clear:right;
  float: right;
  width: 20%;
  margin-left: 0.5em;
  font-size: 87%;
  color: #888;
  text-align: right;
  font-weight: bold;
}

ul.questions.list {
  padding: 0;
  margin: 0;
}
ul.questions.list li.ui-state-default {
  border: none;
  background: none;
}

.alert_levels div.alert_level {
  margin-bottom: 1em;
  padding: 6px;
  background-color: #fbfbfb;
  border: 1px solid #f0f0f0;
}
fieldset .alert_level .field_group.top {
  border-top: none;
}
fieldset .alert_level .field_group {
  border-top: 1px dashed #f1f1f1;
  padding-top: 6px;
}
fieldset .alert {
  border: 1px solid #eee;
  padding: 4px;
}
table.resource.alerts .category {
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}
fieldset .alert .heading,
table.resource.alerts .alert .heading {
  font-size: 125%;
  font-weight: bold;
}
table.resource.alerts .alert .heading a{
  text-decoration: none;
}
fieldset .alert .notes,
table.resource.alerts .alert .notes {
  font-size: 100%;
  margin: 0 0 4px 0;
}
fieldset .alert .reporter,
table.resource.alerts .alert .reporter {
  border-top: 1px dashed #ccc;
  font-style: italic;
  font-size: 90%;
  color: #777;
}
table.resource.alerts .blurb {
  margin: 0;
  font-size: 90%;
}
body.alerts.index .block input.text#set_before_date,
body.alerts.index .block input.text#set_since_date {
  font-size: 100%;
  font-weight: normal;
}

fieldset.reported_errors {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}

body.student_reports.show h3,
body.student_reports.show h3 {
    margin-top: 1em;
    margin-bottom: 8px;
}
body.student_reports.show h4,
body.student_reports.show h4 {
    margin-bottom: 4px;
}
body.student_reports.show .care_teacher_comment table.resource.compact td,
body.student_reports.bulk_actions .care_teacher_comment table.resource.compact td  {
    font-size: 105%;
}
body.student_reports.show .class_comment,
body.student_reports.bulk_actions .class_comment {
    font-size: 105%;
    margin-top: 2px;
    margin-bottom: 5px;
}
body.student_reports.show .blurb.quartile,
body.student_reports.bulk_actions .blurb.quartile {
    position: relative;
    top: -14px;
    font-size: 90%;
}
body.student_reports.show table.resource th,
body.student_reports.show table.resource td,
body.student_reports.bulk_actions table.resource th,
body.student_reports.bulk_actions table.resource td {
    text-align: center;
    font-size: 95%;
    padding: 2px 3px 2px 3px;
}
body.student_reports.show div.care_teacher_comment table.resource td,
body.student_reports.bulk_actions div.care_teacher_comment table.resource td {
    text-align: left;
}
.story .date {
  float: right;
  width: 6em;
  background-color: transparent;
  text-align: center;
  margin-left: 6px;
  padding-bottom: 3px;
}
.story.even .date {
  /*background-color: #fcfcfc;*/
}
.story .date .day {
  font-size: 140%;
}
.story .date .month {
  font-size: 75%;
  text-transform: uppercase;
}
.story .date .year {
  font-size: 90%;
}

.header_notes {
  margin-bottom: 1em;
}
.footer_notes {
  margin-top: 1em;
}


img.icon {
    vertical-align: text-top;
}
.print_only {
    display: none;
}
.screen_only {
    display: block;
}
.ajax_update {
  display:none;
}

#default_report_scale {
  margin-left: 0.5em;
  margin-bottom: 1em;
}

ul .simple_listing { 
  list-style-type: none; 
  margin: 0; 
  padding: 0
}

.simple_listing li { 
  border-top:1px dashed #F1F1F1;
  margin: 5px 0; 
  padding: 5px; 
  font-weight: bold; 
  /*height: 2.5em;*/
  line-height: 1.2em;
  color: #035;
}

.simple_listing li a {
  padding-left: 0;
  background-image: none; 
  font-size: 100%; 
}

.simple_listing li a:hover { 
  background-image: none; 
}

.simple_listing li .edit { 
  text-align: right
}

fieldset a.listing {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
  font-size: 100%;
}

.attachments a.link_button{
  background: none;
  color: #003355;
}

.card div, .attachments div {
  font-size: 100%;
}

div.filtered_categorisation {
  display: none;
}

._new_participants_form select {
	width: 210px;
}

div.selected_participants, div.year_group_filter{
    display: none;
}

.button_link {
	-moz-border-radius-bottomleft:0.7em;
    -moz-border-radius-bottomright:0.7em;
    -moz-border-radius-topleft:0.7em;
    -moz-border-radius-topright:0.7em;
	background-color:#ECF1F9;
	border:1px solid #003355;
	margin-left:0.7em;
	margin-right:0.7em;
	padding:0.3em;
	text-align: center;
}

.button_link a {
	font-weight: bold;
	font-size: 102%;
}

.participants_selection_links {
	display: none;
}

table.resource.cards .solid td {
	border-bottom: 2.5px solid #C7D9F9;
}

table.resource.cards td.concealed {
	line-height: 0px;
	padding: 0px;
	border-bottom: none;
}

ul.card_actions {
	list-style-type: none;
	padding-left: 20px;
}

.main_block.card h3 {
	float:left;
	padding-bottom:3px;
	width:100%;
}

.card .show_block {
	background-color: transparent;
	font-size: 110%;
}


#rails-env-notifier {
  font-size:130%;
  background-color:#a11;
  padding-left:1em;
  font-weight:bold;
  color:#eee;
}
#rails-env-notifier .mode {
  color:yellow;
}


body.student_reports.show div.group_student_reports_hidden {
    position: relative;
    padding: 0.5em 0.5em 0.5em 0.5em ;
    margin: 1em 0em 1em 4em;
    width: 50%;
    background-color: #FFD324;
}

body.student_reports.show div.group_student_reports_hidden h4 {
    font-size: 100%;
    color: #666;
}
