@media screen {

#alma-globalnav #portal-globalnav li a {
      display:block;
      /*line-height:2.2em;*/
        padding-left: 5px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        /*border-style: none none none solid;*/
      border-top-style: none;
      border-right-style: none;
      border-bottom-style: solid;
      border-left-style: solid;
      border-bottom-color: white;
      border-width: 0px;
     /* height: 1.7em;*/
      
  }
}

#alma-home-div {
    float: left;
    padding-top: 12px;
    width: auto;
    height: 24px;
}

#alma-home-link{
    width: auto;
    height: 24px;
}

#antenna_icon {
    width: auto;
    height: 24px;
}

@keyframes example {
    from {background-color: white;}
    to {background-color: #FFCC33 ;}
}

#almaEmergencyMessage {
    padding-left: 20px;
    color: #333300;
    background-color: #FFCC33;
    font-size: 22px;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#emergencyLastUpdatedTime{
    margin-right: 200px;
    font-size: 58%;
}

#emergencyMessage {
    display:none;   
}

@media print {
.mobileMenu {
  display: none;
  }
}