.mg-rows {
    position:relative;
}
.mg-trigger{
    cursor: pointer;
}
.mg-space {
    display:none;
    position:relative;
    width:100%;
    float:left;
}
.mg-target {
    display:none;
}
.mg-target-open {
    position:absolute;
    top:0;left:0;right:0;
}
.mg-indicator {
    border-bottom: 10px solid #e1e2e1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    position: absolute;
    top: -9px !important;
    width: 0;
  /* display: none; */
}
.mg-close {
    width: 24px;
    height: 24px;
    background-image: url('../../img/Close.svg');
    background-position: center center;
    cursor: pointer;
    padding: 0px;
    position: absolute;
    right: 30px;
    top: 0px;
    z-index: 25;
  /*display: none; */  
}
.mg-close:hover {

}