@charset "utf-8";
/* CSS Document */
@import url("/Scripts/jquery.fancybox/jquery.fancybox.css");

div.scr-box {
    display: block;
    margin: auto;
    width: 45%;
    height: 330px;
    min-width: 350px
}

@media (min-width: 768px) {
    div.scr-box {
        float: left;
        margin-right: 30px;
    }
}

#main-layout div#middle {
    width: 680px;
}

div.scr-box p {
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

a#download {
    display: block;
    overflow: hidden;
    height: 0 !important;
    padding-top: 20px;
    left: 505px;
    position: relative;
    top: 12px;
    width: 93px;
    background: url(..img/download.png);
    background-repeat: no-repeat;
}


#inv-screens {
    margin: 90px auto;
}

h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}