.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 #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
  display: none; 
}
.mg-close {
    width: 24px;
    height: 24px;
    background-image: url('../../images/icons/close.svg');
    background-position: center center;
    cursor: pointer;
    padding: 0px;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 2;
  display: none;  
}
.mg-close:hover {

}