@charset "UTF-8";
        .action
        {
            width: 370px;
            height: 30px;
            margin: 5px 0;
        }
.imageBox
{
    position: relative;
    height: 205px;
    width: 205px;
    top: 0%;
    left: 0%;
    border:5px solid #eee;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox
{
    vertical-align: middle;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    position: absolute;
    top: 55%;
    left: 55%;
    margin-top: -100px;
    margin-left: -100px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    vertical-align: middle;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}        

.resultimg{
	vertical-align: middle;
    height: 180px;
    width: 180px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid rgb(102, 102, 102);
}

@media (max-width: 476px) {
        .action
        {
            width: 65%;
            height: 40px;
            margin: 6px 0;
        }
.imageBox
{
    position: relative;
    height: 200px;
    width: 200px;
    top: 0%;
    left: 0%;
    border:5px solid #eee;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox
{
    vertical-align: middle;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    top: 55%;
    left: 55%;
    margin-top: -100px;
    margin-left: -100px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    vertical-align: middle;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 5%;
    margin-top: -100px;
    margin-left: -100px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}        

.resultimg{
	vertical-align: middle;
    width: 178px;
    height: 178px;
    top: 75%;
    left: 75%;
    border-radius: 50%;
    border: 1px solid rgb(102, 102, 102);
}
	
}