@CHARSET "ISO-8859-1";

.eamm_spinner {
    display: block;
    width: 320px;
    height: 226px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background: url('busy01.gif') no-repeat;
    opacity: .8;
    filter: alpha(opacity=80);
}

/* ----- Flex block definitions ----- */
.eamm-flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding: 0px 0;
    /*justify-content: space-around;*/
    /*justify-content: space-between;*/
    background-color: transparent;
    border: 1px solid #f1f1f1;
}
.eamm-flex-container > .eamm-flex-full {
    box-sizing: border-box;
    background-color: transparent;
    width: 100%;
    padding: 5px 5px;
}

.eamm-flex-container > .eamm-flex-2 {
    box-sizing: border-box;
    background-color: #efefef;
    width: 50%;
    /*margin: 10px 10px;*/
    padding: 15px 10px 10px 10px;
    text-align: left;
    /*border: 1px solid #cdcdcd;*/
}

.eamm-flex-2.relap-right {
    text-align: right;
}

