﻿@charset "utf-8";
/* CSS Document */
.martoprow {
    margin-top: 30px;
    text-align:center;
}

.plink a:hover, .plink a:hover p, .plink a:hover span {
    text-decoration: none;
    color: #77b3d4 !important;
}

    .plink a:hover img {
        opacity: 0.9;
    }

.Queryimg {
    text-align:center;
}


@media (max-width:992px) {
    .Queryimg {
        margin-left: 45px;
    }

    .rowQuery {
        height: 1050px !important;
        width: 400px;
    }

}