﻿.lion-flexd {
    position: fixed;
    left: 10px;
    bottom: 30px;
    z-index: 100;
    width: 280px;
    height: 254px
}

.lion-flexd:hover .lion-close {
    visibility: visible
}

.lion-flexd .lion-close {
    visibility: hidden;
    margin-left: -webkit-calc(100% - 30px);
    margin-left: calc(100% - 30px);
    width: 30px;
    height: 30px;
    background: url("../images/analysis_close.png") center no-repeat;
    cursor: pointer
}

.lion-flexd .gif {
    display: block
}

.lion-flexd .simulationGif {
    margin: 30px auto
}

.mw-new {
    position: relative;
    top: -10px
}