﻿#mtchr-bnnr-tbl {
    display: table;
    margin: 0 auto;
}

.mtchr-bnnr {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: 240px;
    height: 100%;
    max-height: 330px;
}

#uImg {
    margin: 0 auto;
    display: block;
    height: 40%;
    width: 40%;
    font-size: 1em;
    white-space: normal;
}

.uImg-txt-class {
    width: 45%;
    margin: 0 auto;
    color: gray;
    display: block;
    font-size: 1em;
    text-align: center;
}

#ldr {
    display: none;
}

#mtchr-tool {
    position: relative;
    margin: 0;
}

#wins {
    float: left;
}

#crsr-win {
    margin-top: 40%;
    display: none;
    background-color: white;
}

#smpl-win {
    margin-top: 40%;
    width: 100px;
    height: 100px;
    display: block;
    background-color: white;
}

#hlp-txt {
    display: none;
}

#mtch-btn {
    margin: 0 auto;
    padding: 1% 1% 1% 1%;
    font-size: 0.75em;
    display: none;
    width: 50%;
    white-space: normal;
}

#usrCnvs {
	/*display: none;*/
}

#mgGlass {
    border: 10px solid transparent;
    box-shadow: 5px 5px 10px #1e1e1e;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: crosshair;
}

/* mobile landscape layouts between 480 and 767 pixels */
@media only screen and (min-width: 480px) {
}

/* tablet portrait layouts between 768 and 959 pixels */
@media only screen and (min-width: 768px) {

    #mtchr-bnnr-tbl {
        margin: 0 auto;
        width: 89%;
    }

    .mtchr-bnnr {
        float: left;
        width: 100%;
        max-width: 344px;
        height: 100%;
        max-height: 473px;
    }

    #wins {
        width: 75px;
        float: left;
    }

    #uImg {
        margin: 0 auto;
        display: block;
        width: 40%;
        font-size: 2em;
        padding-top: 3%;
        padding-bottom: 3%;
        font-weight: bold;
        white-space: normal;
    }

    .uImg-txt-class {
        width: 45%;
        margin: 0 auto;
        color: gray;
        display: block;
        font-size: 1.25em;
        text-align: center;
    }

    #mtch-btn {
        margin-left: 5%;
        margin-top: 12.5%;
        display: none;
        padding: 5% 1% 5% 1%;
        height: 20%;
        width: 20%;
        font-size: 2em;
        font-weight: bold;
        float: left;
        white-space: normal;
    }

}

/* tablet landscape and desktop device layouts @ 960 pixels and more */
@media only screen and (min-width: 960px) {

    #mtchr-bnnr-tbl {
        margin: 0 auto;
        width: 89%;
    }

    .mtchr-bnnr {
        float: left;
        width: 100%;
        max-width: 344px;
        height: 100%;
        max-height: 473px;
    }

    #wins {
        width: 75px;
        float: left;
    }

    #uImg {
        margin: 0 auto;
        display: block;
        width: 40%;
        font-size: 2em;
        padding-top: 3%;
        padding-bottom: 3%;
        font-weight: bold;
        white-space: normal;
    }

    .uImg-txt-class {
        width: 40%;
        margin: 0 auto;
        color: gray;
        display: block;
        font-size: 1.25em;
        text-align: center;
    }

    #mtch-btn {
        margin-left: 5%;
        margin-top: 12.5%;
        display: none;
        padding: 5% 1% 5% 1%;
        height: 20%;
        width: 20%;
        font-size: 2em;
        font-weight: bold;
        float: left;
        white-space: normal;
    }
}