body {
  min-width: 480px;
  font-family: "Trebuchet MS", sans-serif;
  overflow-y: scroll; }
  body ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.w75 {
  width: 75%; }
  @media (max-width: 767px) {
    .w75 {
  width: 100%; } }

.w50 {
  width: 50%; }
  @media (max-width: 767px) {
    .w50 {
  width: 100%; } }

  #header #firstPanel {
    padding: 5px;
    border-bottom: 1px solid #eaf2ff;
    text-align: right;
    text-transform: uppercase; }
    #header #firstPanel a {
      margin: 0 5px; }

  #header #menuPanel {
    height: 46px;
    border-bottom: 4px solid #dee5f2; }
    #header #menuPanel li.a-cont {
      height: 28px;
      float: left;
      margin-top: 9px;
      border-right: 1px solid #eaf2ff; }
      #header #menuPanel li.a-cont a {
        position: relative;
        top: -8px;
        display: block;
        padding: 11px 20px; }
      #header #menuPanel li.a-cont a:hover,
      #header #menuPanel li.a-cont.active a {
        background-color: #dee5f2; }

#flashMessages {
  margin-top: 10px; }
  #flashMessages .alert {
    padding: 10px 15px; }

  #bread-container #bread {
    padding: 5px;
    border-bottom: 1px solid #eaf2ff; }

  #content #content-wrapper {
    padding: 10px;
    margin-top: 15px; }
