.rekommend-widget-outer-div {
    position: fixed;
    bottom: -338px;
    border: none;
    z-index: 2147483646;
}

.rekommend-widget-header {
    height: 340px;
    background-color: black;
    color: white;
    text-align: left;
    margin: 0px;

}

.rekommend-widget-header-narrow {
    width: 120px;
}

.rekommend-widget-header-wide {
    width: 300px;
}

.rekommend-widget-header-arrow {
    background: black repeat scroll 0% 0%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 14px;
    font-family: sans-serif;
    margin-left:20px;
    height: 21px;
}

.arrow-up {
    background: url("images/arrow-up-white.png") no-repeat 100%;
    background-size: 20px 20px;
}

.arrow-down {
    background: url("images/arrow-down-white.png") no-repeat 100%;
    background-size: 20px 20px;
}

.rekommend-widget-outer-div-visible {
    bottom: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.rekommend-close-widget-hidden {
    display: none;
}

.rekommend-close-widget-visible {
    display: inline;
}

.rekommend-widget-iframe {
    border: 3px solid black;
    height: 425px;
    width: 400px;
    max-width: 400px;
    -ms-zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
}

.rekommend-footer-logo {
    background: black repeat scroll 0% 0%;
    color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    font-size: 12px;
    font-family: sans-serif;
    text-align: right;

}

a.modalCloseImg {
    background: transparent url("images/xwhitered.png") no-repeat scroll 0% 0%;
    background-size: 15px 15px;
    width: 25px;
    height: 25px;
    z-index: 3200;
    position: absolute;
    top: 4px;
    cursor: pointer;
    left: 5px;
}