/**********************
CSS Document 
This CSS Class Loads into the editor.  This file should be used for:
1) All styles that the user can assign from the editor
2) All default tag styles (default values do not load in editor)
Note: All Names that load in the editor should be readable with first letters of words capitalized and _ in place of spaces
***********************/

/* Special FundSys Tagging (Only FundSys style required to load in editor)*/
.fundsystag {background-color: yellow; }

body 
{
  /*padding-top: 70px;*/
}
div.logon-button {
  padding-top: 36px;
}
.active .bottom-menu-inverse a, .bottom-menu-inverse a:hover, .bottom-menu-inverse a:focus {
  color: #efefef;
}
div.logon-header h3 
{
  margin-top: 0px;
}


@media (max-width: 982px) {
  div.logon-button {
    padding-top: 8px;
  }
}
