
/*
//
//   LibAlert -- in "Highlight" region
//
//
*/

#libalert {
  text-align: center;
  margin-bottom: 0px!important;
  border-radius: 0px!important;
}

#libalert .container {
  display: flex;
  justify-content: center;
}

#libalert p {
  font-size: 0.9rem;
}

#libalert svg {
  margin-top: 3px;
  margin-right: 5px;
  float:none!important;
}

#libalert::before {
  display: none!important;
}

/* 
#block-libalert {
    background: #f8d7da;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #f5c6cb;
}


#block-libalert p {
  font-size: 0.9rem;
  color: #721c24;
}

#block-libalert p::before {
  display: none;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f071';   exclamation triangle   
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; 
}

#block-libalert p svg {
    margin-right: 15px;
    color:#721c24;
} */



#block-libalert {
  
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

 
#block-libalert p {
    font-size: 0.9em;
    color: #155724;
}

#block-libalert p::before {
    display: none;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f071'; /*  exclamation triangle   */
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
}

#block-libalert p svg {
    margin-right: .5em;
    color:#155724;
}



@media all and (min-width: 1281px) {

  #block-libalert {
    padding-right: 12%;
    padding-left: 12%;
  }
}
