/* Fix Safari Style in Members List */
/*@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

    ul.ml_navi{
        width: 410px!important;
    }
}}*/
/* IE Styles */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ul.ml_navi {
    width: 410px !important;
  }

  .ml_ecoImageBox {
    max-width: 270px;
  }
}
